权限系统和转发系统
1. 添加转发系统 2. 添加权限系统 3. 添加管理权限的命令 /perm
This commit is contained in:
@@ -18,7 +18,9 @@ public class CommandAbout extends CommandBase {
|
||||
"(command with * requires OP_PERMISSION_NODE)",
|
||||
"/about[/bot|/help] - show this notice",
|
||||
"/op - query if you're operator",
|
||||
"/op* [userid] - set user as operator");
|
||||
"/op* [uid] - set user as operator",
|
||||
"/perm* [uid] [node] - get the value of the node",
|
||||
"/perm* [uid] [node] [true/false] - set the value of the node");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user