summaryrefslogtreecommitdiff
path: root/src/main/java/com/redstoner/modules/chat/Chat.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/redstoner/modules/chat/Chat.cmd')
-rw-r--r--src/main/java/com/redstoner/modules/chat/Chat.cmd8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/main/java/com/redstoner/modules/chat/Chat.cmd b/src/main/java/com/redstoner/modules/chat/Chat.cmd
index 339e128..d51d56b 100644
--- a/src/main/java/com/redstoner/modules/chat/Chat.cmd
+++ b/src/main/java/com/redstoner/modules/chat/Chat.cmd
@@ -87,4 +87,10 @@ command chatonly {
help Shows that you're onlu able to chat, nothing else.;
type player;
}
-} \ No newline at end of file
+}
+
+command resetchatformating {
+ run resetformating;
+ help Resets the formatting to defaults.;
+ type console;
+}