diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-07-27 18:20:11 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-07-27 18:20:11 -0400 |
commit | e4abbae6af086e4ea71bb20e25d29b3ed646ae83 (patch) | |
tree | 5d5170c074a3a6b05bfcc909426ba2d5e4f597db /src/main/resources/config.yml | |
parent | Save Inventorys on Leave (diff) | |
download | kenshinshideandseek-e4abbae6af086e4ea71bb20e25d29b3ed646ae83.tar.gz kenshinshideandseek-e4abbae6af086e4ea71bb20e25d29b3ed646ae83.tar.bz2 kenshinshideandseek-e4abbae6af086e4ea71bb20e25d29b3ed646ae83.zip |
blockhunt start
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 |