You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may be an improving idea to have all msm server level configuration–which currently resides in server.conf–just add to the functionality of server.properties. All variables could prefixed with "msm" to avoid confusion.
This could reduce the number of files in the server directory, and–from the code's point of view–combine the loading of msm server variables with regular Minecraft server properties since they would both be in one file which could be read easily.
It may be a bad idea when we realise Mojang could change how this works at any time, or specify some new property that might overwrite our own, or otherwise throw a spanner in the works.
Anyway just thought I'd create an issue to remember my thoughts on this point.
The text was updated successfully, but these errors were encountered:
It may be an improving idea to have all msm server level configuration–which currently resides in
server.conf
–just add to the functionality ofserver.properties
. All variables could prefixed with "msm" to avoid confusion.This could reduce the number of files in the server directory, and–from the code's point of view–combine the loading of msm server variables with regular Minecraft server properties since they would both be in one file which could be read easily.
It may be a bad idea when we realise Mojang could change how this works at any time, or specify some new property that might overwrite our own, or otherwise throw a spanner in the works.
Anyway just thought I'd create an issue to remember my thoughts on this point.
The text was updated successfully, but these errors were encountered: