about summary refs log tree commit diff
path: root/src/main/resources
diff options
context:
space:
mode:
authorGenny <gen@nyble.dev>2020-12-02 16:48:28 -0600
committerGenny <gen@nyble.dev>2020-12-02 16:48:28 -0600
commita9bed0624745250e8d447ae858bdc632fe84555e (patch)
tree6066916e6a402b43fb724371e4ceef7af42bb1fe /src/main/resources
parenta4a675713a663e404e0b7abeb869953a46fae331 (diff)
downloadsunfright-a9bed0624745250e8d447ae858bdc632fe84555e.tar.gz
sunfright-a9bed0624745250e8d447ae858bdc632fe84555e.zip
Add respawn helmet configuration option
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/config.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index 9f7bcd9..ff6c3ff 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -1,2 +1,3 @@
 world: world
-damagePerSecond: 2
\ No newline at end of file
+damagePerSecond: 2
+enableRespawnHelmet: true
\ No newline at end of file