@@ -246,20 +246,23 @@ world-settings:
246
246
default : " 0"
247
247
description : >-
248
248
The number of blocks that the dragon death sound is audible. Set to 0
249
- for global (including cross-dimension).
249
+ for global (including cross-dimension). Setting the gamerule globalSoundEvents
250
+ to true overrides this setting and forces global dragon death sounds.
250
251
end-portal-sound-radius :
251
252
default : " 0"
252
253
description : >-
253
254
The number of blocks that the end portal opening sound is audible. Set
254
- to 0 for global (including cross-dimension).
255
+ to 0 for global (including cross-dimension). Setting the gamerule globalSoundEvents
256
+ to true overrides this setting and forces global dragon death sounds.
255
257
hanging-tick-frequency :
256
258
default : " 100"
257
259
description : " How often to tick hanging entities, in ticks."
258
260
wither-spawn-sound-radius :
259
261
default : " 0"
260
262
description : >-
261
263
The number of blocks that the wither spawn sound is audible. Set to 0
262
- for global (including cross-dimension).
264
+ for global (including cross-dimension). Setting the gamerule globalSoundEvents
265
+ to true overrides this setting and forces global dragon death sounds.
263
266
item-despawn-rate :
264
267
default : " 6000"
265
268
description : >-
@@ -718,13 +721,11 @@ commands:
718
721
tab-complete :
719
722
default : " 0"
720
723
description : >-
721
- How many characters need to be typed before commands tab-complete.
724
+ How many characters need to be typed before commands tab-complete.<br>
722
725
723
- - < 0: Tab-completion is disabled
724
-
725
- - = 0: Always tab-complete all available commands
726
-
727
- - \\> 0 only tab-complete commands after n characters are typed. This
726
+ < 0 — Tab-completion is disabled. <br>
727
+ = 0 — Always tab-complete all available commands. <br>
728
+ > 0 — Only tab-complete commands after n characters are typed. This
728
729
behaves as 0 due to client changes.
729
730
send-namespaced :
730
731
default : " true"
0 commit comments