Added player type restriction to cgt and cgkey
This commit is contained in:
parent
3aef3103d0
commit
546c7a6d67
@ -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" +
|
||||||
|
Reference in New Issue
Block a user