权限系统和转发系统

1. 添加转发系统
2. 添加权限系统
3. 添加管理权限的命令 /perm
This commit is contained in:
2019-06-06 23:58:08 +08:00
parent 3df286ebbf
commit 1f6f293b58
11 changed files with 285 additions and 8 deletions

View File

@@ -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");
}
}