What is dynamic quests and how do I use it?
Dynamic quests is an ultra-lightweight quests solution that is easy to create quests! To create one, simply close your server down, go to the 'DynamicQuests' plugin folder and under 'quests.yml' you can create your own!
What can I customise?
You can customise any quest through many actions in your YML file!
Here's the basic configuration that shows all actions and how to create a quest!
Code (YAML):
'1':
name
: FARMER-QUEST
stages:
'1':
action
: KILL
details
: SHEEP
amount
: 5
'2':
action
: KILL
details
: PIG
amount
: 3
'3':
action
: MINE
details
: WHEAT
amount
: 10
'4':
action
: EAT
details
: BREAD
amount
: 10
'5':
action
: PLACE
details
: HAY_BLOCK
amount
: 5
commands-executed-on-complete:
'1'
: tell
%p% good job! You're a good farmer!
'2'
: gamemode creative
%p%
What are the permissions?
There is simply only 1 permission which is to add a quest to a player!
the usage is /startquest <name> <quest>
and the permission is