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" +
" help Toggles your cgtoggle status.;\n"+
" run cgtoggle;\n" +
" type player;\n" +
" }\n" +
"}\n" +
"command cgkey {\n" +
" [string:key] {\n" +
" help Sets your chatgroup key.;\n" +
" run setcgkey key;\n" +
" type player;\n" +
" }\n" +
"}\n" +
"command cgsay {\n" +