@@ -108,6 +108,7 @@ chunks:
108108 ticks-per.autosave in bukkit.yml for this world. A value of -1 will use
109109 the global ticks-per.autosave in bukkit.yml
110110 delay-chunk-unloads-by :
111+ vanilla : 0s
111112 default : 10s
112113 description : >-
113114 Delays chunk unloads by the specified time. Formatted as a duration with a
@@ -132,6 +133,7 @@ chunks:
132133 The timer is increased when chunks are kept loaded because of player
133134 activity
134135 max-auto-save-chunks-per-tick :
136+ vanilla : " 200"
135137 default : " 24"
136138 description : >-
137139 The maximum number of chunks the auto-save system will save in a single
@@ -148,6 +150,7 @@ chunks:
148150 This may have a performance impact
149151collisions :
150152 allow-player-cramming-damage :
153+ vanilla : " true"
151154 default : " false"
152155 description : >-
153156 Allows players to take damage from cramming when colliding with more
@@ -165,6 +168,7 @@ collisions:
165168 also be counted towards the entity cramming limit so that they can take
166169 suffocation damage
167170 max-entity-collisions :
171+ vanilla : " 2147483647"
168172 default : " 8"
169173 description : >-
170174 Instructs the server to stop processing collisions after this value is
@@ -251,6 +255,7 @@ entities:
251255 default : " false"
252256 description : " Removes AI from pigmen spawned via nether portals "
253257 only-merge-items-horizontally :
258+ vanilla : " true"
254259 default : " false"
255260 description : >-
256261 Prevents merging items that are not on the same y level, preventing potential
@@ -261,9 +266,11 @@ entities:
261266 Makes parrots "sticky" so they do not fall off a player's shoulder when
262267 they move. Use crouch to shake them off
263268 phantoms-do-not-spawn-on-creative-players :
269+ vanilla : " false"
264270 default : " true"
265271 description : " Disables spawning of phantoms on players in creative mode "
266272 phantoms-only-attack-insomniacs :
273+ vanilla : " false"
267274 default : " true"
268275 description : " Prevents phantoms from attacking players who have slept "
269276 piglins-guard-chests :
@@ -363,6 +370,7 @@ entities:
363370 H**; the item id will appear at the bottom of the tooltip that
364371 appears when you hover over an item
365372 count-all-mobs-for-spawning :
373+ vanilla : " true"
366374 default : " false"
367375 description : >-
368376 Determines whether spawner mobs and other misc mobs are counted towards
@@ -406,6 +414,7 @@ entities:
406414 spawn egg
407415 duplicate-uuid :
408416 mode :
417+ vanilla : " <leave empty>"
409418 default : saferegen
410419 description : >-
411420 Specifies the method the server uses to resolve entities with
@@ -425,13 +434,15 @@ entities:
425434 If multiple entities with duplicate UUIDs are within this many blocks,
426435 saferegen will delete all but 1 of them
427436 filter-bad-tile-entity-nbt-from-falling-blocks :
437+ vanilla : " false"
428438 default : " true"
429439 description : >-
430440 Instructs the server to remove certain NBT data from falling blocks.
431441 **Note**: Some adventure maps may require this to be turned off to
432442 function correctly, but we do not recommend turning it off on a public
433443 server
434444 filtered-entity-tag-nbt-paths :
445+ vanilla : " empty array ([])"
435446 default : " [Pos, Motion, SleepingX, SleepingY, SleepingZ]"
436447 description : >-
437448 A list of NBT tags that will be removed from the EntityTag tag on items
@@ -461,6 +472,7 @@ entities:
461472 despawned. The default value instructs the server to use the same
462473 default arrow despawn rate from spigot.yml that is used for all arrows
463474 per-player-mob-spawns :
475+ vanilla : " false"
464476 default : " true"
465477 description : >-
466478 Determines whether the mob limit (in bukkit.yml) is counted per player
@@ -751,6 +763,7 @@ fishing-time-range:
751763 description : The minimum number of RNG ticks needed to catch a fish
752764fixes :
753765 disable-unloaded-chunk-enderpearl-exploit :
766+ vanilla : " false"
754767 default : " true"
755768 description : Prevent enderpearls from storing the thrower when in an unloaded chunk
756769 falling-block-height-nerf :
@@ -785,6 +798,7 @@ fixes:
785798 value of disabled will disable this feature
786799hopper :
787800 cooldown-when-full :
801+ vanilla : " false"
788802 default : " true"
789803 description : >-
790804 Instructs the server to apply a short cooldown when the hopper is full,
@@ -842,6 +856,7 @@ lootables:
842856 unit e.g. 10h or 25m. Supports d, h, m, and s.
843857maps :
844858 item-frame-cursor-limit :
859+ vanilla : " 2147483647"
845860 default : " 128"
846861 description : >-
847862 The number of cursors (markers) allowed per map. A large number of cursors
@@ -944,6 +959,7 @@ scoreboards:
944959 never on a team. Disabling this may slightly decrease the amount of time
945960 the server spends calculating entity collisions
946961 use-vanilla-world-scoreboard-name-coloring :
962+ vanilla : " true"
947963 default : " false"
948964 description : >-
949965 Instructs the server to use the Vanilla scoreboard for player nickname
@@ -993,11 +1009,13 @@ tick-rates:
9931009 for the names. Might change between updates!
9941010unsupported-settings :
9951011 disable-world-ticking-when-empty :
1012+ vanilla : " true"
9961013 default : " false"
9971014 description : >-
9981015 Stops the ticking of the world when there are no players or force loaded chunks present in
9991016 the world.
10001017 fix-invulnerable-end-crystal-exploit :
1018+ vanilla : " false"
10011019 default : " true"
10021020 description : >-
10031021 If set to false, the creation of invulnerable end crystals will be
0 commit comments