Skip to content

v5.4 Important QoS and bug fixes update.

Compare
Choose a tag to compare
@0n1udra 0n1udra released this 10 Apr 22:08
· 457 commits to master since this release
  • Tweaked how format_args() work (8458266)
  • I had an issue where if the servers latest.log exists but is empty, the bot will freeze when trying to read it. (7dc64e6)
  • New command_buffer_time variable in slime_vars. You can adjust how much to wait in between sending command to MC server and reading the logs for the output. Added in 310c3b0, and adjusted in 800cad8.
    • Depending on factors like PC specs, MC server type (PaperMC, Vanilla, Forge, etc), and/or how many mods, the time it takes to receive the command and having the output show up in logs can vary.
  • Fixed chatlog() function, also updated how it looks in discord. (0c69a85, bd07d3d)
  • New status_checker_command variable in slime_vars, can now set what command to use to check server status. (50253d4)
  • Tweaked server_status() function. (15de68b)
  • Moved code portions pertaining to parsing log lines for banlist() function to said function instead of keeping it inside of server_log() func. (7b4a682)
  • Added/Updated some docstrings/comments.