没有翻译的自己机翻吧
输入?的不是百分百准确
#/quests ?Display Quests help //获取帮助
#Permission: quests.quests //权限
#Example: "/quests" //例子
#Notes: Only Quests commands which players have permissions for will be visible to them. This is also the base command for most of the Quests commands. //信息
#/quests list <page> ?List Quests //任务列表
#Permission: quests.list //权限
#Example: "/quests list 5" //例子
#Notes: If a page number is not specified, Quests will show page 1. Quests are listed by order of which they are specified in the quests.yml. Each page can consist of up to 8 Quests. //信息
#/quests take <quest> ?Take a Quest //截取任务
#Permission: quests.take //权限
#Example: "/quests take MyQuest"
#Notes: If allow-command-questing is set to false in the config.yml, players will not be allowed to take the Quest by using this command. The same goes for if Quest has an NPC start, and allow-command-quests-with-npcs is set to false. //信息
#/quests quit ?Quit your current Quest //取消现在进行的任务
#Permission: quests.quit //权限
#Example: "/quests quit" //例子
#Notes: If allow-quitting is set to false in the config.yml, players will not be allowed to quit their Quests. //信息
#/quests stats ?View your Questing stats //查看你的任务板
#Permission: quests.stats //权限
#Example: "/quests stats" //例子
#Notes: Completed Quests are listed by the order of which they were completed. //信息
#/quests editor ?Create and edit Quests //创造或者编辑任务?
#Permission: quests.editor.editor //权限
#Example: "/quests editor" //例子
#/quests events ?Open the Events editor //打开这个板块?
#Permission: quests.editor.events //权限
#Example: "/quests events" //例子
#Notes: All permissions for creating, modifying and deleting Events are included with this. //信息
#/quests top <number> ?View top Questers //任务号码
#Permission: quests.top //权限
#Example: "/quests top 10" //例子
#Notes: Questers are ranked by the amount of Quest Points they have. //信息
#/quests info ?View plugin information //查看插件信息
#Permission: quests.quests //权限
#Example: "/quests info" //例子
#Notes: Please do not remove this command if you use Quests, this is the only credit I ask for. //信息
Quest //任务
?/quest ?View your current Quest objectives //查看你的任务信息?
?Permission: quests.quest //权限
?Example: "/quest" //例子
?Notes: This is also the base command for viewing information about a particular Quest. //信息
?/quest <quest name> ?View information about a Quest //查看关于任务的信息
?Permission: quests.questinfo //权限
?Example: "/quest MyQuest" //例子
?Notes: This will tell the player the NPC to talk to to start the Quest, if there is one. It will also tell players the Quest requirements, if there are any, and if show-requirements is set to true in the config.yml. //信息
Quest Admin //管理权限
#/questadmin ?Display Questadmin help //查看管理的指令
#Permission: quests.admin //权限
#Example: "/questadmin" //例子
#Notes: Only Questadmin commands which players have permissions for will be visible to them. This is also the base command for all of the Questadmin commands. //信息
#/questadmin give <player> <quest name> ?Force-give a Quest to a player //给玩家任务
#Permission: quests.admin.give //权限
#Example: "/questadmin give Bob MyQuest" //例子
#Notes: This will override all Quest requirements, and will give the player the Quest, even if the Quest has an NPC or Block start. If the player was on a Quest already, they will be forced to quit it. //信息
#/questadmin quit <player> ?Force a player to quit their Quest //帮(qiang)助(po)玩家退出任务
#Permission: quests.admin.quit //权限
#Example: "/questadmin quit Bob" //例子
#Notes: This will override allow-quitting, and the player will have their Quest forcefully removed from them. //信息
#/questadmin points <player> <amount> ?Set a players Quest Points //给玩家任务积分
#Permission: quests.admin.points //权限
#Example: "/questadmin points Bob 12" //例子
#Notes: Currently only works with online players. Can override maximum Quest Points. You may set Quest Points to a negative number. //信息
#/questadmin takepoints <player> <amount> ?Take away a players Quest Points //拿去玩家的任务积分
#Permission: quests.admin.takepoints //权限
#Example "/questadmin takepoints Bob 11" //例子
#Notes: Currently only work with online players. Can override maximum Quest Points. //信息
#/questadmin givepoints <player> <amount> ?Give a players Quest Points //给玩家积分
#Permission: quests.admin.givepoints //权限
#Example "/questadmin givepoints Bob 9" //例子
#Notes: Currently only work with online players. Can override maximum Quest Points. //信息
#/questadmin pointsall <amount> ?Set ALL players' Quest Points //设置全部玩家的积分
#Permission: quests.admin.pointsall //权限
#Example: "/questadmin pointsall 10" //例子
#Notes: Goes for online and offline players, can override maximum Quest Points. Use with extreme caution. //信息
#/questadmin finish <player> ?Force a player to finish their Quest //立即让玩家完成任务
#Permission: quests.admin.finish //权限
#Example: "/questadmin finish Bob" //例子
#Notes: This will forcefully complete a players Quest for them. They will receive the rewards, and it will be marked as a completed Quest in their stats. //信息
#/questadmin nextstage <player> ?Force a player to advance to the next Stage in their current Quest //下一个任务?
#Permission: quests.admin.nextstage //权限
#Example: "/questadmin nextstage Bob" //例子
#Notes: This will forcefully complete a players Stage for them. Any scripts of events for the Stage will be executed. If the player is on the last Stage of their Quest, then the Quest will complete. It is essentially the same as the player naturally completing their Stage. //信息
#/questadmin reload ?Reload Quests //重装任务插件
#Permission: quests.admin.reload //权限
#Example: "/questadmin reload" //例子
#Notes: This will reload the Quests config, and all Quests. If a player was on a Quest, and the Quest was modified, the player will be forced to quit it. This will not reload Quester data though. Quester data is reloaded when a player reconnects. //信息
|