Releases: ScidaJ/CraftStatus
Releases · ScidaJ/CraftStatus
2.0.0
1.2.3
v1.2.2
1.2.1
1.2.0
Notes
- Commands have changed from two words to one. A new section in the
READMEgoes over all of them. - Added handling for when the
/restartcommand is called while the server is not running. Previously would return an error, now starts the server. - Started to clean up log output, looking for more useful data to display.
1.1.0
Notes
- Added optional
PLAYER_LISTvariable in.env. When provided it will be used as the decoding map for the username list returned by the/listcommand from the server. When ausernameis not found in this list it will instead just print the username. The same is true if this value is left blank. - Adjusted time it takes to fire off the notifyAdmin() function after server start/restart from 2 minutes to 5 minutes. Will consider this being a
.envvalue in the future