gekware / minecraft-server-hibernation

Autostart and stop minecraft-server when players join/leave
GNU General Public License v3.0
380 stars 38 forks source link

Do eula check also when starting server #154

Closed gekigek99 closed 1 year ago

gekigek99 commented 2 years ago

If eula is false msh prevents users from starting the server also with a motd to explain.

If i set the eula to true, i then need to restart msh to update the regiatered eula status.

Solution: do a eula check when loading config and an other check when starting the server. (If eula is set to true by the time server is started, everything works normally)

gekigek99 commented 1 year ago

closing issue as this is not fundamental