-
Notifications
You must be signed in to change notification settings - Fork 1
Commands
July_Summers edited this page Feb 5, 2019
·
1 revision
本插件的格式为执行操作的格式
格式为
[执行者:数值]...........
格式中可用的变量
- {player} 玩家名字
- {zk*1} 左中括号 '['
- {zk*2} 右中括号 ']'
- {xk*1} 左小括号 '{'
- {xk*2} 右小括号 '}'
- {ws*0} 冒号 ':'
执行者列表
- player (玩家)
- op (管理员)
- console (后台)
- plugin (插件内部)
player,op,console用法
执行者:指令 (不需要带斜杠 支持Papi变量)
player:home
op: kill {player}
console: stop
plugin:方法
可用方法
- send 消息 (向玩家发送信息) example: [plugin:send &a你好]
- close 关闭当前gui example: [plugin:close]
- time@秒 延迟执行下面指令 example: [plugin:time@1]