@@ -175,11 +175,11 @@ collisions:
175
175
command-blocks :
176
176
permissions-level :
177
177
default : " 2"
178
- description : " Default vanilla permission level for command blocks."
178
+ description : " Default Vanilla permission level for command blocks."
179
179
force-follow-perm-level :
180
180
default : " true"
181
181
description : " Require that command blocks meet both the Bukkit permission requirements
182
- and the vanilla permission level. Otherwise, only 1 of those is required."
182
+ and the Vanilla permission level. Otherwise, only 1 of those is required."
183
183
entities :
184
184
armor-stands :
185
185
do-collision-entity-lookups :
@@ -240,13 +240,13 @@ entities:
240
240
description : >-
241
241
Instructs the server to allow zombies to pick up loot. If set to
242
242
false, the probability that a zombie picks up items depends on the
243
- world's difficulty (vanilla behavior)
243
+ world's difficulty (Vanilla behavior)
244
244
skeleton :
245
245
default : " false"
246
246
description : >-
247
247
Instructs the server to allow skeletons to pick up loot. If set to
248
248
false, the probability that a skeleton picks up items depends on the
249
- world's difficulty (vanilla behavior)
249
+ world's difficulty (Vanilla behavior)
250
250
nerf-pigmen-from-nether-portals :
251
251
default : " false"
252
252
description : " Removes AI from pigmen spawned via nether portals "
@@ -429,9 +429,9 @@ entities:
429
429
filtered-entity-tag-nbt-paths :
430
430
default : " [Pos, Motion, SleepingX, SleepingY, SleepingZ]"
431
431
description : >-
432
- A list of nbt tags that will be removed from the EntityTag tag on items
432
+ A list of NBT tags that will be removed from the EntityTag tag on items
433
433
which spawn entities. The format of these strings follows the same
434
- format used to select nbt tags in vanilla commands. If the spawning was
434
+ format used to select NBT tags in Vanilla commands. If the spawning was
435
435
directly caused by a player and the player has the minecraft.nbt.place
436
436
permission, the filter list will be ignored. The defaults are set to
437
437
prevent entities from spawning or moving to a place other than the
@@ -660,7 +660,7 @@ environment:
660
660
default : disabled
661
661
description : >-
662
662
Sets the level above which players in the nether will take void damage.
663
- This is a vanilla -friendly way to restrict players from using the nether
663
+ This is a Vanilla -friendly way to restrict players from using the nether
664
664
ceiling as a buildable area. Setting to disabled disables this feature
665
665
optimize-explosions :
666
666
default : " false"
@@ -680,7 +680,7 @@ environment:
680
680
portal. If it can't find one in that range, it will generate a new one
681
681
portal-search-vanilla-dimension-scaling :
682
682
default : " true"
683
- description : Whether to apply vanilla dimension scaling to portal-search-radius
683
+ description : Whether to apply Vanilla dimension scaling to portal-search-radius
684
684
treasure-maps :
685
685
enabled :
686
686
default : " true"
@@ -693,7 +693,7 @@ environment:
693
693
description : >-
694
694
Overrides the loot table-configured check for undiscovered structures.
695
695
default allows loot tables to individually determine if the map should
696
- allow discovered locations in its search. All vanilla loot tables
696
+ allow discovered locations in its search. All Vanilla loot tables
697
697
default to skipping discovered locations so changing this to false
698
698
would override that behavior and force them to search discovered
699
699
locations
@@ -923,8 +923,8 @@ scoreboards:
923
923
use-vanilla-world-scoreboard-name-coloring :
924
924
default : " false"
925
925
description : >-
926
- Instructs the server to use the vanilla scoreboard for player nickname
927
- coloring. Useful when playing on adventure maps made for the vanilla
926
+ Instructs the server to use the Vanilla scoreboard for player nickname
927
+ coloring. Useful when playing on adventure maps made for the Vanilla
928
928
server and client
929
929
spawn :
930
930
allow-using-signs-inside-spawn-protection :
0 commit comments