aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/quests
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/quests')
-rw-r--r--src/main/resources/quests/example1.yml2
-rw-r--r--src/main/resources/quests/example2.yml2
-rw-r--r--src/main/resources/quests/example3.yml4
-rw-r--r--src/main/resources/quests/example5.yml2
-rw-r--r--src/main/resources/quests/example6.yml2
5 files changed, 6 insertions, 6 deletions
diff --git a/src/main/resources/quests/example1.yml b/src/main/resources/quests/example1.yml
index 82e6e810..eb6b865a 100644
--- a/src/main/resources/quests/example1.yml
+++ b/src/main/resources/quests/example1.yml
@@ -32,7 +32,7 @@ display:
- "&7Your current progression:"
- "&7 - {mining:progress}/30 blocks broken."
# This is the material of the item. It is recommended to stick to bukkit names.
- type: "WOOD_PICKAXE"
+ type: "WOODEN_PICKAXE"
# List all commands to be executed by the server when the player completes the quest. Use {player} to get the players name.
rewards:
diff --git a/src/main/resources/quests/example2.yml b/src/main/resources/quests/example2.yml
index 5b6d2c4e..1ed6c0e1 100644
--- a/src/main/resources/quests/example2.yml
+++ b/src/main/resources/quests/example2.yml
@@ -27,7 +27,7 @@ display:
- "&7Your current progression:"
- "&7 - {mining:progress}/100 blocks broken."
- "&7 - {building:progress}/100 blocks placed."
- type: "GRASS"
+ type: "GRASS_BLOCK"
rewards:
- "give {player} diamond 15"
- "eco give {player} 50"
diff --git a/src/main/resources/quests/example3.yml b/src/main/resources/quests/example3.yml
index 8254a257..29e4f91a 100644
--- a/src/main/resources/quests/example3.yml
+++ b/src/main/resources/quests/example3.yml
@@ -6,11 +6,11 @@ tasks:
mining:
type: "blockbreakcertain"
amount: 81
- block: 14 # (gold ore)
+ block: GOLD_ORE
building:
type: "blockplacecertain"
amount: 9
- block: 41 # (gold blocks)
+ block: GOLD_BLOCK
display:
name: "&cExample III (Repeatable, 10 minute cooldown)"
lore-normal:
diff --git a/src/main/resources/quests/example5.yml b/src/main/resources/quests/example5.yml
index a143d315..bfdc8d94 100644
--- a/src/main/resources/quests/example5.yml
+++ b/src/main/resources/quests/example5.yml
@@ -18,7 +18,7 @@ display:
- ""
- "&7Your current progression:"
- "&7 - {building:progress}/10 blocks placed."
- type: "GRASS"
+ type: "GRASS_BLOCK"
rewards:
- "eco give {player} 10"
options:
diff --git a/src/main/resources/quests/example6.yml b/src/main/resources/quests/example6.yml
index 8d5a8feb..abadba2a 100644
--- a/src/main/resources/quests/example6.yml
+++ b/src/main/resources/quests/example6.yml
@@ -18,7 +18,7 @@ display:
- ""
- "&7Your current progression:"
- "&7 - {building:progress}/10 blocks placed."
- type: "GRASS"
+ type: "GRASS_BLOCK"
rewards:
- "eco give {player} 10"
options: