Skip to content

Commit 39f554b

Browse files
committed
chore: update config
1 parent 579678b commit 39f554b

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

config-specs/paper/paper-world-defaults.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -636,13 +636,6 @@ environment:
636636
description: >-
637637
Disables ice and snow formation. This also causes cauldrons to no longer
638638
be filled by rain or snow
639-
disable-teleportation-suffocation-check:
640-
default: "false"
641-
description: >-
642-
Disables the suffocation check the server performs before teleporting a
643-
player. **Note**: While useful to keep your players out of walls, leaving
644-
this feature on may allow players to teleport through solid materials by
645-
logging out in specific locations
646639
disable-thunder:
647640
default: "false"
648641
description: Disables thunderstorms

config-specs/paper/spigot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ settings:
132132
description: Overrides the maximum for the maxAbsorption attribute.
133133
maxHealth:
134134
max:
135-
default: "2048.0"
135+
default: "1024.0"
136136
description: Overrides the maximum for the maxHealth attribute.
137137
movementSpeed:
138138
max:
139-
default: "2048.0"
139+
default: "1024.0"
140140
description: Overrides the maximum for the movementSpeed attribute.
141141
bungeecord:
142142
default: "false"

config-specs/paper/vanilla/spigot.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
settings:
2-
attribute:
3-
maxHealth:
4-
max:
5-
default: "1024.0"
6-
movementSpeed:
7-
max:
8-
default: "1024.0"
91
world-settings:
102
default:
113
entity-activation-range:

0 commit comments

Comments
 (0)