Quests 任务 | |
---|---|
![]() |
一种广泛的调查系统 |
作 者 | PikaMug |
发布时间 | 2015年2月3日 |
支持核心 | Spigot | 原生版本 |
支持版本 | 1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16,1.17,1.18,1.19,1.20 |
插件详细介绍
Quests 是一款易于使用的开源服务器插件,旨在让你创建的任务挑战能够吸引玩家。玩家可以同时接受多个任务,通过完成任务来获得丰厚的奖励和解锁内容。任务内容从在山顶放置方块到在万圣节杀死一百个骷髅,任务组合仅受你的想象力限制!
Quests 插件提供了大量功能,包括:
可以通过其他插件解锁额外的功能,你可以在这里找到它们!自定义目标、奖励和要求可以通过许多流行的模块这里添加。对于 Dynmap® 或编辑器 GUI 支持,请查看这里。
quests.admin
- 允许访问管理命令.quests.bypass.*
- 允许绕过所有要求.quests.bypass.delay
- 允许绕过任务延迟要求.quests.bypass.money
- 允许绕过金钱要求.quests.bypass.permission
- 允许绕过权限要求.quests.bypass.points
- 允许绕过任务点数要求.quests.complete
- 允许使用 /quest complete 命令。quests.editor
- 允许访问游戏内编辑器。quests.gui.view
- 允许玩家打开GUI菜单。quests.help
- 允许玩家使用 /quest help 命令。quests.list
- 允许玩家使用 /quest list 命令。quests.next
- 允许玩家使用 /quest next 命令。quests.play
- 允许玩家开始任务。quests.redo
- 允许玩家使用 /quest redo 命令。quests.remove
- 允许玩家放弃当前任务。quests.reset
- 允许玩家使用 /quest reset 命令。quests.restart
- 允许玩家使用 /quest restart 命令。quests.view
- 允许玩家使用 /quest view 命令。
id: example_quest
name: Example Quest
description:
- '&fThis is an example quest.'
- '&fTalk to the quest giver for more information.'
npc-giver-ids:
- '1234'
stages:
'1':
name: Talk to the quest giver
description:
- '&fTalk to the quest giver to start the quest.'
objectives:
talk:
npc-ids:
- '1234'
rewards:
money: '100'
items:
- id: 'stone'
amount: '10'