Skip to content

TCR v1.0.1 for TShock 4.5.5 - Big bugfixes

Compare
Choose a tag to compare
@xNarnia xNarnia released this 25 Sep 21:51
· 72 commits to master since this release

When there's a big release, there can be big bugs. Thankfully, there weren't any serious ones!
We have plenty of bugfixes in this one, as well as a small quality of life to some commands to help with readability.

Bugfixes

  • Add back in forgotten Kick command
  • Fix an issue where a command could be ran with any prefix other than the one in the config
  • Fixed PlayersOnline command to show the correct Max Players for a server
  • Fixed an issue where PlayersOnline not showing any players incorrectly showed ``````

Quality of Life

  • Added example usage to all commands in the Help comamnd
  • Cleaned up Help command a little bit to make it a little more readable
  • Added a warning to the console when the Owner ID is set to 0

Dev stuff

  • Added Usage to the ICommand interface!