WhisperingShout-2.1.jar
Curse Maven Snippet
What's new
The root commands with no arguments will now toggle normal chat to be that way.
Running "/w" will display a message informing the user their chat has become a whisper now. They can run "/w" again to change it back to normal.
The chat format is saved in the player's playerdata so should persist between sessions, and can be changed with an NBT editor.
Here are the number references to the type of chat:
UNSPECIFIED(0),
OUT_OF_CHARACTER(1),
SHOUT(2),
TALK(3),
WHISPER(4),

