diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-20 16:51:44 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-20 16:51:50 -0500 |
commit | d09daa4682bba968a9180aee62a65cad9fea3766 (patch) | |
tree | bf0bcd97d3a5ae8c925add9c7df89e015ca4ac52 /src/main/resources | |
parent | remove iml file (diff) | |
download | kenshinshideandseek-d09daa4682bba968a9180aee62a65cad9fea3766.tar.gz kenshinshideandseek-d09daa4682bba968a9180aee62a65cad9fea3766.tar.bz2 kenshinshideandseek-d09daa4682bba968a9180aee62a65cad9fea3766.zip |
localization resets on internal update
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/config.yml | 3 | ||||
-rw-r--r-- | src/main/resources/items.yml | 12 | ||||
-rw-r--r-- | src/main/resources/localization.yml | 5 |
3 files changed, 13 insertions, 7 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 64fdece..c6b5ecd 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -36,6 +36,9 @@ autoJoin: false # default: false teleportToExit: false +countdown: + + # The worldborder closes every interval, which is evey [delay] in minutes. # Thw worldborder starts at [size], and decreases 100 blocks every interval. # x & z are the center location. [enabled] is whenever the border is enabled. diff --git a/src/main/resources/items.yml b/src/main/resources/items.yml index d9b3b2a..4ef7953 100644 --- a/src/main/resources/items.yml +++ b/src/main/resources/items.yml @@ -40,12 +40,6 @@ items: material: POTION amount: 2 type: INSTANT_HEAL - '4': - type: DOLPHINS_GRACE - duration: 1000000 - amplifier: 1 - ambient: false - particles: false effects: seeker: '1': @@ -72,6 +66,12 @@ effects: amplifier: 10 ambient: false particles: false + '5': + type: DOLPHINS_GRACE + duration: 1000000 + amplifier: 1 + ambient: false + particles: false hider: '1': type: WATER_BREATHING diff --git a/src/main/resources/localization.yml b/src/main/resources/localization.yml index f6a82dc..e73ee80 100644 --- a/src/main/resources/localization.yml +++ b/src/main/resources/localization.yml @@ -27,7 +27,7 @@ Localization: WORLDBORDER_MIN_SIZE: "World border cannot be smaller than 100 blocks." WORLDBORDER_POSITION: "Spawn position must be 100 from world border center." WORLDBORDER_ENABLE: "Set border center to current location, size to {AMOUNT}, and delay to {AMOUNT}." - WORLDBORDER_DECREASING: "Would border decreasing by 100 blocks over the next 30s." + WORLDBORDER_DECREASING: "World border decreasing by 100 blocks over the next 30s." TAUNTED: "$c$oOh no! You have been chosen to be taunted." TAUNT: "A random hider will be taunted in the next 30s." TAUNT_ACTIVATE: "Taunt has been activated." @@ -52,3 +52,6 @@ Localization: BOUNDS_WRONG_WORLD: "Please run this command in the game world." BOUNDS: "Successfully set bounds at this position ({AMOUNT}/2)." NOT_AT_ZERO: "Please do not set at a location containing a coordinate at 0." + +# DO NOT EDIT +version: 2 |