@@ -84,6 +84,7 @@ chunks:
84
84
ticks-per.autosave in bukkit.yml for this world. By default it will use
85
85
the global ticks-per.autosave in bukkit.yml
86
86
delay-chunk-unloads-by :
87
+ vanilla : 0s
87
88
default : 10s
88
89
description : >-
89
90
Delays chunk unloads by the specified time. Formatted as a duration with a
@@ -108,6 +109,7 @@ chunks:
108
109
The timer is increased when chunks are kept loaded because of player
109
110
activity
110
111
max-auto-save-chunks-per-tick :
112
+ vanilla : " 200"
111
113
default : " 24"
112
114
description : >-
113
115
The maximum number of chunks the auto-save system will save in a single
@@ -124,6 +126,7 @@ chunks:
124
126
This may have a performance impact
125
127
collisions :
126
128
allow-player-cramming-damage :
129
+ vanilla : " true"
127
130
default : " false"
128
131
description : >-
129
132
Allows players to take damage from cramming when colliding with more
@@ -141,6 +144,7 @@ collisions:
141
144
also be counted towards the entity cramming limit so that they can take
142
145
suffocation damage
143
146
max-entity-collisions :
147
+ vanilla : " 2147483647"
144
148
default : " 8"
145
149
description : >-
146
150
Instructs the server to stop processing collisions after this value is
@@ -227,6 +231,7 @@ entities:
227
231
default : " false"
228
232
description : " Removes AI from pigmen spawned via nether portals "
229
233
only-merge-items-horizontally :
234
+ vanilla : " true"
230
235
default : " false"
231
236
description : >-
232
237
Prevents merging items that are not on the same y level, preventing potential
@@ -237,9 +242,11 @@ entities:
237
242
Makes parrots "sticky" so they do not fall off a player's shoulder when
238
243
they move. Use crouch to shake them off
239
244
phantoms-do-not-spawn-on-creative-players :
245
+ vanilla : " false"
240
246
default : " true"
241
247
description : " Disables spawning of phantoms on players in creative mode "
242
248
phantoms-only-attack-insomniacs :
249
+ vanilla : " false"
243
250
default : " true"
244
251
description : " Prevents phantoms from attacking players who have slept "
245
252
piglins-guard-chests :
@@ -336,6 +343,7 @@ entities:
336
343
H**; the item id will appear at the bottom of the tooltip that
337
344
appears when you hover over an item
338
345
count-all-mobs-for-spawning :
346
+ vanilla : " true"
339
347
default : " false"
340
348
description : >-
341
349
Determines whether spawner mobs and other misc mobs are counted towards
@@ -405,6 +413,7 @@ entities:
405
413
spawn egg
406
414
duplicate-uuid :
407
415
mode :
416
+ vanilla : " NOTHING"
408
417
default : SAFE_REGEN
409
418
description : >-
410
419
Specifies the method the server uses to resolve entities with
@@ -424,13 +433,15 @@ entities:
424
433
If multiple entities with duplicate UUIDs are within this many blocks,
425
434
saferegen will delete all but 1 of them
426
435
filter-bad-tile-entity-nbt-from-falling-blocks :
436
+ vanilla : " false"
427
437
default : " true"
428
438
description : >-
429
439
Instructs the server to remove certain NBT data from falling blocks.
430
440
**Note**: Some adventure maps may require this to be turned off to
431
441
function correctly, but we do not recommend turning it off on a public
432
442
server
433
443
filtered-entity-tag-nbt-paths :
444
+ vanilla : " []"
434
445
default : " [Pos, Motion, SleepingX, SleepingY, SleepingZ]"
435
446
description : >-
436
447
A list of NBT tags that will be removed from the EntityTag tag on items
@@ -460,6 +471,7 @@ entities:
460
471
despawned. The default value instructs the server to use the same
461
472
default arrow despawn rate from spigot.yml that is used for all arrows
462
473
per-player-mob-spawns :
474
+ vanilla : " false"
463
475
default : " true"
464
476
description : >-
465
477
Determines whether the mob limit (in bukkit.yml) is counted per player
@@ -787,6 +799,7 @@ fixes:
787
799
value of disabled will disable this feature
788
800
hopper :
789
801
cooldown-when-full :
802
+ vanilla : " false"
790
803
default : " true"
791
804
description : >-
792
805
Instructs the server to apply a short cooldown when the hopper is full,
@@ -852,6 +865,7 @@ lootables:
852
865
to new locations by breaking them via the likes of pistons.
853
866
maps :
854
867
item-frame-cursor-limit :
868
+ vanilla : " 2147483647"
855
869
default : " 128"
856
870
description : >-
857
871
The number of cursors (markers) allowed per map. A large number of cursors
@@ -968,6 +982,7 @@ scoreboards:
968
982
never on a team. Disabling this may slightly decrease the amount of time
969
983
the server spends calculating entity collisions
970
984
use-vanilla-world-scoreboard-name-coloring :
985
+ vanilla : " true"
971
986
default : " false"
972
987
description : >-
973
988
Instructs the server to use the Vanilla scoreboard for player nickname
@@ -1017,11 +1032,13 @@ tick-rates:
1017
1032
for the names. Might change between updates!
1018
1033
unsupported-settings :
1019
1034
disable-world-ticking-when-empty :
1035
+ vanilla : " true"
1020
1036
default : " false"
1021
1037
description : >-
1022
1038
Stops the ticking of the world when there are no players or force loaded chunks present in
1023
1039
the world.
1024
1040
fix-invulnerable-end-crystal-exploit :
1041
+ vanilla : " false"
1025
1042
default : " true"
1026
1043
description : >-
1027
1044
If set to false, the creation of invulnerable end crystals will be
0 commit comments