diff options
Diffstat (limited to 'src/main/resources/config.yml')
-rw-r--r-- | src/main/resources/config.yml | 8 |
1 files changed, 8 insertions, 0 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 |