Skip to content

Releases: HoodedDeath/minecraft-server-manager

Version 1.5.2

04 Oct 22:18
9c1a0b9
Compare
Choose a tag to compare

Fix issues with launching 1.17 servers

Release V1.5

16 Apr 10:56
Compare
Choose a tag to compare

Added command line options, print-environment command, and print-var command. Removed copying server icon from file, and follow-log command.

Release V1.4

13 Mar 11:49
Compare
Choose a tag to compare
  • Updated template-vars file with some additional settings and better comments on settings
    • Added WORLD and SPAWN_PROTECTION settings
    • Fixed an issue with copying server-icon.png that would cause an existing world to fail to restart if a server icon exists and should be copied
      • When starting, the script would only check if the desired icon file exists, which would cause the script to attempt to overwrite the icon within the server directory, leading to permission denied and the script exiting due to failure
    • Added SPAWN_PROTECTION option to docker call for starting server
    • Reordered environment variables checks to look a bit nicer

v1.3.1

10 Mar 06:36
Compare
Choose a tag to compare

Fixed arguments allowing for memory allocation

Release version 1.3

01 Mar 12:12
d51ecff
Compare
Choose a tag to compare
v1.3

Fixed Makefile

Release version 1.2

01 Mar 11:56
Compare
Choose a tag to compare
v1.2

Update Makefile

Release version 1.1

01 Mar 11:36
Compare
Choose a tag to compare
v1.1

Initial rewrite