HomeJavaModsDynamic Quests
Dynamic Quests
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

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

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.

Explore more