@@ -102,10 +102,10 @@ anticheat:
102102 this will affect how certain items look when held by another player
103103chunks :
104104 auto-save-interval :
105- default : " -1 "
105+ default : default
106106 description : >-
107107 Configures the world saving interval in ticks. Overrides
108- ticks-per.autosave in bukkit.yml for this world. A value of -1 will use
108+ ticks-per.autosave in bukkit.yml for this world. By default it will use
109109 the global ticks-per.autosave in bukkit.yml
110110 delay-chunk-unloads-by :
111111 default : 10s
@@ -141,7 +141,7 @@ chunks:
141141 description : >-
142142 Sets whether the server will prevent players from moving into unloaded
143143 chunks or not
144- flush-chunks -on-save :
144+ flush-regions -on-save :
145145 default : " false"
146146 description : >-
147147 Sets whether the server will flush chunks to disk when they are saved.
@@ -235,13 +235,13 @@ entities:
235235 into a single orb. This is especially noticeable when defeating boss
236236 monsters
237237 mobs-can-always-pick-up-loot :
238- zombie :
238+ zombies :
239239 default : " false"
240240 description : >-
241241 Instructs the server to allow zombies to pick up loot. If set to
242242 false, the probability that a zombie picks up items depends on the
243243 world's difficulty (Vanilla behavior)
244- skeleton :
244+ skeletons :
245245 default : " false"
246246 description : >-
247247 Instructs the server to allow skeletons to pick up loot. If set to
@@ -327,9 +327,6 @@ entities:
327327 spiders-immune-to-poison-effect :
328328 default : " true"
329329 description : If spiders should be immune to poison
330- undead-immune-to-certain-effects :
331- default : " true"
332- description : If undead mobs should be immune to regeneration and poison
333330 sniffer :
334331 boosted-hatch-time :
335332 default : default
@@ -426,19 +423,19 @@ entities:
426423 spawn egg
427424 duplicate-uuid :
428425 mode :
429- default : saferegen
426+ default : SAFE_REGEN
430427 description : >-
431428 Specifies the method the server uses to resolve entities with
432429 duplicate UUIDs. This can be one of the following values:
433430
434- - **saferegen **: Regenerate a UUID for the entity, or delete it if
431+ - **SAFE_REGEN **: Regenerate a UUID for the entity, or delete it if
435432 they are close.
436433
437- - **delete **: Delete the entity.
434+ - **DELETE **: Delete the entity.
438435
439- - **silent **: Does nothing, not printing logs.
436+ - **NOTHING **: Does nothing, not printing logs.
440437
441- - **warn **: Does nothing, printing logs
438+ - **WARN **: Does nothing, printing logs
442439 safe-regen-delete-range :
443440 default : " 32"
444441 description : >-
@@ -932,18 +929,18 @@ misc:
932929 Configure the maximum distance of a leash. If the distance to the leashed
933930 entity is greater, the leash will break.
934931 redstone-implementation :
935- default : vanilla
932+ default : VANILLA
936933 description : >-
937934 Specifies the redstone implementation that the server uses. Alternative
938935 implementations can greatly reduce the lag caused by redstone dust by
939936 optimizing power calculations and reducing the number of block and shape
940937 updates emitted. The following implementations are available:
941938
942- - **vanilla **: The Vanilla redstone implementation.
939+ - **VANILLA **: The Vanilla redstone implementation.
943940
944- - **eigencraft **: The Eigencraft redstone implementation by theosib.
941+ - **EIGENCRAFT **: The Eigencraft redstone implementation by theosib.
945942
946- - **alternate-current **: The Alternate Current redstone implementation by
943+ - **ALTERNATE_CURRENT **: The Alternate Current redstone implementation by
947944 Space Walker.
948945
949946
0 commit comments