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.cmd10
1 files changed, 9 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 48d3983..fcd91fc 100644
--- a/src/main/java/com/redstoner/modules/chat/Chat.cmd
+++ b/src/main/java/com/redstoner/modules/chat/Chat.cmd
@@ -84,7 +84,15 @@ command chatonly {
perm utilschat.chatonly;
[empty] {
run chatonly;
- help Shows that you're only able to chat, nothing else.;
+ help Shows that you're onlu able to chat, nothing else.;
type player;
}
}
+
+command resetchatformatting {
+ [empty] {
+ run reset_formatting;
+ help Resets the formatting to defaults.;
+ type console;
+ }
+}