@@ -84,6 +84,7 @@ chunks:
8484 ticks-per.autosave in bukkit.yml for this world. By default it will use
8585 the global ticks-per.autosave in bukkit.yml
8686 delay-chunk-unloads-by :
87+ vanilla : 0s
8788 default : 10s
8889 description : >-
8990 Delays chunk unloads by the specified time. Formatted as a duration with a
@@ -108,6 +109,7 @@ chunks:
108109 The timer is increased when chunks are kept loaded because of player
109110 activity
110111 max-auto-save-chunks-per-tick :
112+ vanilla : " 200"
111113 default : " 24"
112114 description : >-
113115 The maximum number of chunks the auto-save system will save in a single
@@ -124,6 +126,7 @@ chunks:
124126 This may have a performance impact
125127collisions :
126128 allow-player-cramming-damage :
129+ vanilla : " true"
127130 default : " false"
128131 description : >-
129132 Allows players to take damage from cramming when colliding with more
@@ -141,6 +144,7 @@ collisions:
141144 also be counted towards the entity cramming limit so that they can take
142145 suffocation damage
143146 max-entity-collisions :
147+ vanilla : " 2147483647"
144148 default : " 8"
145149 description : >-
146150 Instructs the server to stop processing collisions after this value is
@@ -227,6 +231,7 @@ entities:
227231 default : " false"
228232 description : " Removes AI from pigmen spawned via nether portals "
229233 only-merge-items-horizontally :
234+ vanilla : " true"
230235 default : " false"
231236 description : >-
232237 Prevents merging items that are not on the same y level, preventing potential
@@ -237,9 +242,11 @@ entities:
237242 Makes parrots "sticky" so they do not fall off a player's shoulder when
238243 they move. Use crouch to shake them off
239244 phantoms-do-not-spawn-on-creative-players :
245+ vanilla : " false"
240246 default : " true"
241247 description : " Disables spawning of phantoms on players in creative mode "
242248 phantoms-only-attack-insomniacs :
249+ vanilla : " false"
243250 default : " true"
244251 description : " Prevents phantoms from attacking players who have slept "
245252 piglins-guard-chests :
@@ -336,6 +343,7 @@ entities:
336343 H**; the item id will appear at the bottom of the tooltip that
337344 appears when you hover over an item
338345 count-all-mobs-for-spawning :
346+ vanilla : " true"
339347 default : " false"
340348 description : >-
341349 Determines whether spawner mobs and other misc mobs are counted towards
@@ -405,6 +413,7 @@ entities:
405413 spawn egg
406414 duplicate-uuid :
407415 mode :
416+ vanilla : " NOTHING"
408417 default : SAFE_REGEN
409418 description : >-
410419 Specifies the method the server uses to resolve entities with
@@ -424,13 +433,15 @@ entities:
424433 If multiple entities with duplicate UUIDs are within this many blocks,
425434 saferegen will delete all but 1 of them
426435 filter-bad-tile-entity-nbt-from-falling-blocks :
436+ vanilla : " false"
427437 default : " true"
428438 description : >-
429439 Instructs the server to remove certain NBT data from falling blocks.
430440 **Note**: Some adventure maps may require this to be turned off to
431441 function correctly, but we do not recommend turning it off on a public
432442 server
433443 filtered-entity-tag-nbt-paths :
444+ vanilla : " []"
434445 default : " [Pos, Motion, SleepingX, SleepingY, SleepingZ]"
435446 description : >-
436447 A list of NBT tags that will be removed from the EntityTag tag on items
@@ -460,6 +471,7 @@ entities:
460471 despawned. The default value instructs the server to use the same
461472 default arrow despawn rate from spigot.yml that is used for all arrows
462473 per-player-mob-spawns :
474+ vanilla : " false"
463475 default : " true"
464476 description : >-
465477 Determines whether the mob limit (in bukkit.yml) is counted per player
@@ -787,6 +799,7 @@ fixes:
787799 value of disabled will disable this feature
788800hopper :
789801 cooldown-when-full :
802+ vanilla : " false"
790803 default : " true"
791804 description : >-
792805 Instructs the server to apply a short cooldown when the hopper is full,
@@ -852,6 +865,7 @@ lootables:
852865 to new locations by breaking them via the likes of pistons.
853866maps :
854867 item-frame-cursor-limit :
868+ vanilla : " 2147483647"
855869 default : " 128"
856870 description : >-
857871 The number of cursors (markers) allowed per map. A large number of cursors
@@ -968,6 +982,7 @@ scoreboards:
968982 never on a team. Disabling this may slightly decrease the amount of time
969983 the server spends calculating entity collisions
970984 use-vanilla-world-scoreboard-name-coloring :
985+ vanilla : " true"
971986 default : " false"
972987 description : >-
973988 Instructs the server to use the Vanilla scoreboard for player nickname
@@ -1017,11 +1032,13 @@ tick-rates:
10171032 for the names. Might change between updates!
10181033unsupported-settings :
10191034 disable-world-ticking-when-empty :
1035+ vanilla : " true"
10201036 default : " false"
10211037 description : >-
10221038 Stops the ticking of the world when there are no players or force loaded chunks present in
10231039 the world.
10241040 fix-invulnerable-end-crystal-exploit :
1041+ vanilla : " false"
10251042 default : " true"
10261043 description : >-
10271044 If set to false, the creation of invulnerable end crystals will be
0 commit comments