TotalFreedomMod/src/main/java/me/totalfreedom/totalfreedommod/config
Video 9dd0298f56
Bug fixes, improvements, and removals (FS-192) (#46)
* Three fixes

* Fixes /tempban throwing a NullPointerException when trying to get a player who isn't on the server but was in the past
* Fixes /tempban banning players for 24 hours regardless of the duration defined
* Fixes /list -t throwing a NullPointerException when performed from a non-player source (such as Telnet)

* Removes hubworld entriely

* Configurable blacklists for tag, muted commands, and wildcard

Changes:
* Moves globally blocked commands to the `global` subsection of the original `blocked_commands` section. You *will* need to update your configurations
* /wildcard's command blacklist is now configurable under the `wildcard` section in `blocked_commands`.
* The commands muted players can't use are now configurable under the `muted` section in `blocked_commands`.
* Removes some commented-out globally blocked command entries.

Co-authored-by: Ryan <Wild1145@users.noreply.github.com>
2021-05-09 16:42:31 +01:00
..
ConfigEntry.java Bug fixes, improvements, and removals (FS-192) (#46) 2021-05-09 16:42:31 +01:00
IConfig.java staff -> admins 2020-12-03 19:28:53 -05:00
MainConfig.java Removal of Lombok 2020-12-25 14:46:43 -05:00
YamlConfig.java Removal of Lombok 2020-12-25 14:46:43 -05:00