Edit Quest File
This page explains how to configure missions from files
List of missions in config.yml file
quests:
File Contents Index
type_break:
You can enter any name of your choice, the important thing is that there are no duplicates.
enable: true
Enable or disable the mission in game
unlockmission: none
(example)
unlockmission:
- type_break
- type_place
It is possible to enter a list of missions to complete before you can unlock this mission (default: none)
repeatable: 0 # Disabled
It is possible to set a mission reset time to make them repeatable. To set the time replace "0" with the desired time in seconds example: 300 seconds = 5 minutes
gui-view-default: true
If you use custom GUIs, it may be useful to hide the mission from the main GUI.
disable-worlds:
- world1
- world2
Disables missions in the listed worlds
display:
item: IRON_PICKAXE
title: '&aMission type ''break'''
lore:
- '&eProgression:'
- '&fBreak stone: %progress1%'
- ''
- '&eRewards:'
- '&d1 Diamond
In In this block of entries you can customize the mission icon including: material, name, lore
rewards:
message:
- '&6Rewards:'
- '&d1 Diamond'
commands:
- give %player% diamond 1
money: 100
exp: 5
item: APPLE 1
This section manages mission rewards. You can enter a message to be displayed in chat, execute commands, give money (only if the Vault is present), give experience, or give items. Inserting the entries is not strictly necessary, if you do not want to show messages you can simply remove 'message:' and the same goes for the other modes
mission:
'1':
type: break
object: STONE
amount: 5
This block of entries manages an action within a mission where it is told what it has to check
How to complete a mission:
mission:
'1':
type: break
object: STONE
amount: 5
break
any breakable object (DIRT, STONE)
Number of blocks to break
place
any placeable object (GLASS, SAND)
Number of blocks to place
kill
Any mob (ZOMBIE, SKELETON)
Number of mobs killed
enchant
Any enchantable object (SWORD, PICKAXE)
Number of items to enchant
fishing
Any fishable item (COD, SALMON, BOWL)
Number of items to fish
consume
Any consumable food (APPLE, BREAD)
Number of items to consume
exp
Empty
Experience levels to reach
world
Enter the name of the world (world, world_nether)
Number of times you need to visit the world
tame
Any domesticated animal (WOLF, CAT)
Number of times you need to tame
breed
Any animal that can reproduce (COW, PIG)
Number of mobs to breed
shear
SHEEP or LEAVES
Number of sheep or leaves cut
craft
Any craftable object (TORCH, BEACON)
Number of objects to create
click
Any clickable object (DOOR, GATE, TRAPDOOR)
Number of objects to click
farm
Any type of cultivation (WHEAT, CARROT, POTATO)
Number of crops harvested
interact
Any interactable object (CHEST, FURNACE)
Number of times you need to interact
trade
Any item that can be received from a trade (EMERALD)
Number of items to receive from a trade
sleep
Empty
Number of times you need to sleep
effect
Effects obtainable from potions and beacons (SPEED)
Number of times you need to get the effect
money
Empty
Amount of money to be reached
claim
Empty
Amount of blocks to claim
region
Name of the region
1 (quantity cannot be set)
mythicmob
Custom mob name (SkeletalKnight)
Number of times you need to kill the mob
playtime
'M' for minutes and 'H' for hours
Time needed
move
Type of movement (walk, minecart, elytra, horse, strider, pig, camel, boat)
Number of blocks traveled
Last updated