* Add moderated mode toggle option
* Add new messages to messages.yml for modmode toggle
* Add block_on_modmode list for commands to block, should be separate from block_on_mute so pms can still work
* Implement the restricted chat toggle
* Add the restricted chat toggle to the toggle gui
* Add the restricted chat toggle to the consoles version of the command as well
* Update toggles.yml / requested changes
* Update messages.yml / requested changes
* Update commands.yml / requested changes
* Update ToggleMenu.java / requested changes
* Update TogglesListener.java / requested changes
* Update ToggleCMD.java / requested changes
* Update messages.yml / requested changes
* Update ToggleMenu.java / requested changes
* Update ToggleCMD.java / requested changes
* Update WhoHasCMD.java
Added functionality that clears all players with a specified item
* Added functionality that clears all players with a specified item
* Altered tab completion to include "clear" argument
* Update WhoHasCMD.java
---------
Co-authored-by: Telesphoreo <me@telesphoreo.me>
* Added a tab completion to /mp because our genius Plex devs forgot to. Its shitty but works lmao
* Rewrote /mp to actually work with or without args so now specific or all mobs can be purged, instead of just all mobs being purged. Why the REAL plex developers didn't include this (yet they did for /rd) defies any sort of logic.
* Tweaked the command a bit. It works as it should now.
* Tweaked the command a bit. It works as it should now.