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!
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
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%
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%
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
- dynamicquests.startquest
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.19
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Dynamic Quests is a free Minecraft Java mod. Compatible with Minecraft 1.19. Downloaded 80 times (via Spigot). Download it and open it directly in the game.