Skip to content

Releases: ScidaJ/CraftStatus

2.0.0

22 Aug 19:04
02ef5d4

Choose a tag to compare

What's Changed

  • 2.0.0 Containerization. Removal of /start and /stop commands. by @ScidaJ in #4

Full Changelog: v1.2.3...v.2.0.0

1.2.3

07 Jun 07:28
b5d8f45

Choose a tag to compare

What's Changed

  • Fixed RestartServerHandler checking error contents before nil check by @ScidaJ in #3

Full Changelog: v1.2.2...v1.2.3

v1.2.2

06 Jun 02:48
2c75a96

Choose a tag to compare

What's Changed

  • Various fixes and adjustments by @ScidaJ in #2

Full Changelog: v1.2.1...v1.2.2

1.2.1

29 May 12:04
95817e8

Choose a tag to compare

What's Changed

  • Env and logging adjustments by @ScidaJ in #1

Full Changelog: v.1.2.0...v1.2.1

1.2.0

26 May 22:57
1f6cb03

Choose a tag to compare

Notes

  1. Commands have changed from two words to one. A new section in the README goes over all of them.
  2. Added handling for when the /restart command is called while the server is not running. Previously would return an error, now starts the server.
  3. Started to clean up log output, looking for more useful data to display.

1.1.0

24 May 22:54
ff70544

Choose a tag to compare

Notes

  1. Added optional PLAYER_LIST variable in .env. When provided it will be used as the decoding map for the username list returned by the /list command from the server. When a username is not found in this list it will instead just print the username. The same is true if this value is left blank.
  2. 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 .env value in the future

1.0.0

23 May 01:33
17e4d37

Choose a tag to compare

First release. See README.txt for setup information.