Skip to content

version 2.4.0

Compare
Choose a tag to compare
@gekigek99 gekigek99 released this 26 Apr 09:18
· 555 commits to master since this release

major updates

  • IP and ports are configured automatically
  • Added update notification in game chat
  • Improved player count (now a server info request is not recognized as a player joining and leaving)
  • Added basic input to interact with msh

minor updates

  • Improved terminal server status checking for modded servers
  • Removed screen command check
  • Improved error logging
  • Changed json structure in config.json
  • Improved instructions in README.md
  • Added intro box
  • Improved player count check (using /list command)

bugfix

  • servctrl: Fix potential bad array access
  • servctrl-cmd: bugfix for paper servers

code changes

  • confctrl: changed configuration struct layout
  • progctrl: InterruptListener() is now a goroutine
  • added info.txt to keep track of general code information and rules