0

Added player type restriction to cgt and cgkey

This commit is contained in:
Pepich 2017-02-01 18:51:24 +01:00
parent 3aef3103d0
commit 546c7a6d67

View File

@ -76,12 +76,14 @@ public class Chatgroups implements Module, Listener
" [string:void...] {\n" + " [string:void...] {\n" +
" help Toggles your cgtoggle status.;\n"+ " help Toggles your cgtoggle status.;\n"+
" run cgtoggle;\n" + " run cgtoggle;\n" +
" type player;\n" +
" }\n" + " }\n" +
"}\n" + "}\n" +
"command cgkey {\n" + "command cgkey {\n" +
" [string:key] {\n" + " [string:key] {\n" +
" help Sets your chatgroup key.;\n" + " help Sets your chatgroup key.;\n" +
" run setcgkey key;\n" + " run setcgkey key;\n" +
" type player;\n" +
" }\n" + " }\n" +
"}\n" + "}\n" +
"command cgsay {\n" + "command cgsay {\n" +