Skip to content

Some more stuff and fixes

Latest
Compare
Choose a tag to compare
@mitzey234 mitzey234 released this 26 Feb 09:24
· 6 commits to main since this release
  • New config startup parameter
  • Players counter actually clears for disabled and inactive servers
  • Uptime now actually clears for inactive or disabled servers
  • Round time is actually being measured now and is displayed in the server list just cause its a neat little feature
  • Full restart command introduced that lets you silent restart the servers and restart the whole program (say for updates). Please read the documentation about those commands cause you might use it incorrectly and regret it.
  • Memory checker now checks memory issues if your free memory is below 500MB, up from 100MB,
  • The full restart command that restarts the program also has the ability to kill the program when the servers are empty or inactive, though I hope you have a watchdog, otherwise they ain't coming back.
  • Fixed some issues with the player list not parsing correctly when checking the server stats, sorry nicknames and dumb edge cases are dumb too
  • I cleaned up the EXILED ASCII, its now regular text because fucking text formatting
  • Added a version command so you can see what your doing, (what version are you running man?)
  • Added a crash handler of sorts. I literally did a try {} catch {} on all UncaughtExceptions and dumped it to a text file before exiting. Very Simple tbh but pls report issues..