06-30-2013, 02:15 AM
xoft Wrote:If you manage to make a syntax error in the Core plugin and reload the server, there's no way to reload the server again anymore, because the "reload" command is implemented in the Core plugin (which has not been loaded due to having a syntax error).Maybe its smart to add the reload/help command hardcoded in the server or as an external plugin?
Same circumstances - syntax error in the Core plugin, server reloaded. Type an unknown command, you get "Unknown command, type 'help' for all commands". You type help, and get the same error message, because the help command is implemented in the Core plugin, currently unloaded.
Also should I change the place where the settings for the core plugins are saved? Now the core plugin saves it in the Settings.ini that MCServer creates. I was thinking about using a core.ini.