summaryrefslogtreewikicommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/config.yml8
-rw-r--r--src/main/resources/plugin.yml2
2 files changed, 9 insertions, 1 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index d782edb..9500859 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -124,6 +124,14 @@ databaseName: hideandseek
# Thw world border starts at [size], and decreases 100 blocks every interval.
# x & z are the center location. [enabled] is whenever the border is enabled.
# You can choose if Hiders are warned 30 seconds before the border moves.
+
+# You want block hunt? We have block hunt! Just enable it below, and set the
+# available blocks to pick from, and you're all set! It's that easy!
+# Items are displayed in the order that they are listed below.
+blockhunt:
+ enabled: false
+ blocks: [CRAFTING_TABLE, GRASS_BLOCK, DIRT, BEACON, BOOKSHELF]
+
worldBorder:
x: 0
z: 0
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index 8cd75ee..eab74ad 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -1,6 +1,6 @@
name: KenshinsHideAndSeek
main: net.tylermurphy.hideAndSeek.Main
-version: 1.5.1
+version: 1.6.0
author: KenshinEto
load: STARTUP
api-version: 1.13