Skip to content

Commit 615db01

Browse files
committed
Update setting name and description to match recent PR changes
Meaning it changes two things: 1. Renames the setting to allow-remote-ender-dragon-respawning 2. Changes the description text in order to accomodate for this change. I've also gone ahead and separated the paragraphs between the feature backed by the config values and the results of enabling/disabling the setting
1 parent f800dab commit 615db01

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -964,13 +964,16 @@ misc:
964964
Determines if the server will interrupt a sprinting player if they are
965965
attacked. When set to true, you may be subject to a Vanilla bug where
966966
sprinting is stopped and started when attacking players.
967-
dragon-spawn-attempt-performance-improvements:
968-
default: "true"
969-
vanilla: "false"
967+
allow-remote-ender-dragon-respawning:
968+
default: "false"
969+
vanilla: "true"
970970
description: >-
971-
Optimizes dragon respawn attempt checks by first verifying whether a
972-
placed end crystal in the end is actually located on the portal before
973-
attempting to respawn the dragon.
971+
The feature backed by this setting optimizes dragon respawn attempt checks by
972+
first verifying whether a placed end crystal in the end is actually located on
973+
the portal before attempting to respawn the dragon.
974+
975+
This only takes effect if this value is set to false. Setting it to true
976+
disables this optimization.
974977
legacy-ender-pearl-behavior:
975978
default: "false"
976979
description: >-

0 commit comments

Comments
 (0)