|
|
第1行: |
第1行: |
| {{模板:qcbox}}
| | #重定向 [[QuestCreator/指令&权限]] |
| | |
| 主指令为 /quests. 你也可以使用别称 /quest, /questcreator 和 /qc
| |
| | |
| 想要显示任何指令的帮助, 只需在指令后加上-help. 如 /quests -help, /quests -help:2 (page 2) 或 /quests start -help.
| |
| | |
| '''/quests'''
| |
| | |
| 打开任务菜单 (需questcreator.command.menu权限),无权限则显示指令帮助.
| |
| | |
| '''/quests reload (权限为 questcreator.admin)'''
| |
| | |
| 重载插件
| |
| | |
| '''/quests -help'''
| |
| | |
| 显示指令列表
| |
| | |
| '''/quests edit (questcreator.command.edit)'''
| |
| | |
| 打开编辑任务、任务类型和全局变量的菜单
| |
| | |
| '''/quests list (questcreator.command.list)'''
| |
| | |
| 在聊天框内列出可接受的任务,并且显示可用于开始任务的交互的文本及更多信息
| |
| | |
| '''/quests menu -player|p:[name] (questcreator.command.menu[.others])'''
| |
| | |
| 打开任务菜单
| |
| | |
| '''/quests journal (questcreator.command.journal)'''
| |
| | |
| 开关任务日志
| |
| | |
| '''/quests scoreboard (questcreator.command.scoreboard)'''
| |
| | |
| 开关任务计分版 (需要在配置内启用)
| |
| | |
| '''/quests journal -reset -player|p:[name] (questcreator.command.journal.reset[.others])'''
| |
| | |
| 重置任务日志
| |
| | |
| '''/quests variable|var -player:[name] -variable|var|v:[name] -set:[new value] -delete|del|remove|rem (questcreator.command.variables.see, questcreator.command.variables.set and questcreator.command.variables.others)'''
| |
| | |
| 查看变量,设置变量的数值. 用 -del 来删除 (设置也是一样的权限)
| |
| | |
| '''/quests progress -admin -quest|q:[id] -player|p:[name] (questcreator.command.progress[.others] and questcreator.command.progress.admin)'''
| |
| | |
| 在聊天框内显示任务进度、目标、详情
| |
| | |
| '''/quests stats -player|p:[name] (questcretor.command.stats[.others])'''
| |
| | |
| See a quick list of what's currently achieved
| |
| | |
| '''/quests start -quest|q:[id] -player|p:[name] (questcreator.command.start[.others])'''
| |
| | |
| 开始任务
| |
| | |
| '''/quests start'''
| |
| | |
| 如果组队任务为等待中则确认开始任务
| |
| | |
| '''/quests invite -player|p:[name] (questcreator.command.invite)'''
| |
| | |
| 邀请玩家加入组队任务
| |
| | |
| '''/quests goto -quest|q:[quest] -branch|b:[id] -object|o:[id] -stopbranch|sb:[id] -player|p:[name] (permission questcreator.command.goto[.others])'''
| |
| | |
| 前往指定的任务目标. 参数 stopbranch 应该在任务分支结束时使用.
| |
| | |
| '''/quests stop|cancel -all -quest|q:[id] -player|p:[name] (permission questcreator.command.stop[.others] and questcreator.command.stop.all)'''
| |
| | |
| 停止进行中的一个或所有任务
| |
| | |
| '''/quests reset -all -quest|q:[id] -player|p:[name] (permission questcreator.command.reset[.others] and questcreator.command.reset.all)'''
| |
| | |
| 重置任务记录
| |
| | |
| '''questcreator.gui.see.available'''
| |
| | |
| 可以在菜单中看到可接受的任务
| |
| | |
| '''questcreator.gui.see.progress'''
| |
| | |
| 可以在菜单中看到进行中的任务
| |
| | |
| '''questcreator.gui.see.completed'''
| |
| | |
| 可以在菜单中看到已完成的任务
| |
| | |
| '''questcreator.gui.see.unavailable'''
| |
| | |
| 可以在菜单中看到无法接受的任务
| |
| | |
| '''questcreator.gui.start'''
| |
| | |
| 可以在菜单中接受任务
| |