Is it possible to ditch Server.conf and Context.xml? I just want to discuss about it, either if it's possible to do it, in what way, and if it's worth it. This is what I tried long ago: I edited the content.xml so that I left only the loading script bit. I used one script to control most of the server settings, the script itself would load all the other script files, the first thing I tried setting was a spawnscreen via the appropriate
function, but it didn't work as it should, upon starting the server the console would warn me about the missing Server.conf, and to make that script load properly I had to load it from the console each time.
The reason why I'd want to do this is for having everything I need accessible by scripts.
Now if you don't mind I grab my shield, and get prepared to critics, after all it's also the purpose of this topic. Share your opinions if they are negative, I want to know different point of views about how and why I should or shouldn't do this.