summaryrefslogtreecommitdiff
path: root/src/com/redstoner/modules/buildchat/BuildChat.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/redstoner/modules/buildchat/BuildChat.cmd')
-rw-r--r--src/com/redstoner/modules/buildchat/BuildChat.cmd42
1 files changed, 0 insertions, 42 deletions
diff --git a/src/com/redstoner/modules/buildchat/BuildChat.cmd b/src/com/redstoner/modules/buildchat/BuildChat.cmd
deleted file mode 100644
index ddd7d77..0000000
--- a/src/com/redstoner/modules/buildchat/BuildChat.cmd
+++ /dev/null
@@ -1,42 +0,0 @@
-command bc {
- [string:message...] {
- help Sends a message in BuildTeam Chat;
- perm utils.bc;
- run bc_msg message;
- }
-}
-command bcn {
- [string:name] [string:message...] {
- help Sends a message in BuildTeam Chat;
- perm utils.bc;
- type console;
- run bcn_msg name message;
- }
-}
-
-command bckey {
- [string:key] {
- help Sets your BuildTeam Chat key;
- perm utils.bc;
- type player;
- run setbckey key;
- }
-}
-
-command bct {
- on {
- help Turns on bct;
- perm utils.bc;
- run bct_on;
- }
- off {
- help Turns off bct;
- perm utils.bc;
- run bct_off;
- }
- [empty] {
- help toggles BuildTeam Chat;
- perm utils.bc;
- run bct;
- }
-} \ No newline at end of file