差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
插件手册:betonquest:关联插件 [2020/02/15 20:05] – [Condition Requirement (Quests)] 小小k酱 | 插件手册:betonquest:关联插件 [2020/02/15 20:17] (当前版本) – 翻译Quests插件相关部分 小小k酱 | ||
---|---|---|---|
行 1: | 行 1: | ||
====== 关联插件 Compatibility ====== | ====== 关联插件 Compatibility ====== | ||
+ | |||
+ | (版本:2020-02-15 翻译:kjiang [[https:// | ||
BetonQuest can hook into other plugins to extend its functionality. Currently there are 23 plugins: Citizens, Vault, MythicMobs, McMMO, Skript, WorldGuard, WorldEdit, EffectLib, PlayerPoints, | BetonQuest can hook into other plugins to extend its functionality. Currently there are 23 plugins: Citizens, Vault, MythicMobs, McMMO, Skript, WorldGuard, WorldEdit, EffectLib, PlayerPoints, | ||
行 281: | 行 283: | ||
在Quests添加条件的时候,选择“自定义要求Custom requirement”,然后选择“BetonQuest条件 BetonQuest condition”,然后输入条件名称(注意包名字要有)即可。 Quests在启动该任务之前会判断这个BetonQuest条件是否满足。 | 在Quests添加条件的时候,选择“自定义要求Custom requirement”,然后选择“BetonQuest条件 BetonQuest condition”,然后输入条件名称(注意包名字要有)即可。 Quests在启动该任务之前会判断这个BetonQuest条件是否满足。 | ||
- | ==== Quest event: '' | + | ==== Quest事件: '' |
+ | |||
+ | 这个事件被触发时会启动一个新的Quests任务(不是BQ任务)。 | ||
+ | |||
+ | 第一个参数是Quests任务名称,具体请参照Quests的'' | ||
+ | |||
+ | 第二个可选参数是'' | ||
- | This event will start the quest for the player. The first argument must be the name of the quest, as defined in '' | + | **例子**: |
- | **Example**: '' | + | ==== Quest条件: '' |
- | ==== Quest condition: '' | + | 用来在对话脚本中判断玩家是否已经完成了某个Quests任务。 |
- | This condition is met when the player has completed the specified quest. The first and only argument is the name of the quest. It it contains any spaces replace them with '' | + | 唯一的参数是Quests的任务名称,具体请参照Quests的'' |
- | **Example**: '' | + | **例子**: '' |
===== Shopkeepers ===== | ===== Shopkeepers ===== |