Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: syntax cleanup and standardization #343

Merged
merged 14 commits into from
Apr 11, 2024
6 changes: 6 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,24 @@ armour = "armor"
authorise = "authorize"
authorised = "authorized"
authorising = "authorizing"
behaviour = "behavior"
catalogue = "catalog"
centre = "center"
civilisation = "civilization"
civilised = "civilized"
colour = "color"
colours = "colors"
defence = "defense"
generalise = "generalize"
generalised = "generalized"
gramme = "gram"
grammes = "grams"
grey = "gray"
honour = "honor"
honours = "honors"
initialise = "initialize"
initialised = "initialized"
initialiser = "initializer"
kerb = "curb"
kerbs = "curbs"
labour = "labor"
Expand Down
8 changes: 4 additions & 4 deletions config-specs/paper/commands.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
command-block-overrides:
default: "[<command to override>]"
description: >
Which vanilla commands should be prioritized over those provided by Bukkit
or plugins. Useful for compatibility with adventure maps built for vanilla
Which Vanilla commands should be prioritized over those provided by Bukkit
or plugins. Useful for compatibility with adventure maps built for Vanilla
command blocks.

Use the literal ''*'' to always use the vanilla version in command blocks.
Use the literal ''*'' to always use the Vanilla version in command blocks.

By default, no commands are overridden.
ignore-vanilla-permissions:
default: "false"
description: Whether to use vanilla permission levels when executing commands.
description: Whether to use Vanilla permission levels when executing commands.
aliases:
<alias name>:
default: "[<commands to run>]"
Expand Down
6 changes: 3 additions & 3 deletions config-specs/paper/paper-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ collisions:
default: "true"
description: >-
Collisions with boats and minecarts are often subject to client/server
disagreement, which may cause glitchy behaviour for players. This setting
disagreement, which may cause glitchy behavior for players. This setting
attempts to mitigate this desync by sending precise locations for entities
involved in collisions. Having this enabled will use more bandwidth;
however, in the majority of cases, this is a worthy tradeoff
Expand Down Expand Up @@ -225,7 +225,7 @@ misc:
default: "false"
description: >-
Whether phantoms, wandering traders, etc. should be able to spawn in
custom overworlds. Defaults to false in order to match vanilla behavior
custom overworlds. Defaults to false in order to match Vanilla behavior
strict-advancement-dimension-check:
default: "false"
description: >-
Expand Down Expand Up @@ -400,7 +400,7 @@ unsupported-settings:
allow-permanent-block-break-exploits:
default: "false"
description: >-
Whether unbreakable blocks can be broken with vanilla exploits. This
Whether unbreakable blocks can be broken with Vanilla exploits. This
includes bedrock, end portal frames, end portal blocks, and more
allow-piston-duplication:
default: "false"
Expand Down
22 changes: 11 additions & 11 deletions config-specs/paper/paper-world-defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@ collisions:
command-blocks:
permissions-level:
default: "2"
description: "Default vanilla permission level for command blocks."
description: "Default Vanilla permission level for command blocks."
force-follow-perm-level:
default: "true"
description: "Require that command blocks meet both the Bukkit permission requirements
and the vanilla permission level. Otherwise, only 1 of those is required."
and the Vanilla permission level. Otherwise, only 1 of those is required."
entities:
armor-stands:
do-collision-entity-lookups:
Expand Down Expand Up @@ -240,13 +240,13 @@ entities:
description: >-
Instructs the server to allow zombies to pick up loot. If set to
false, the probability that a zombie picks up items depends on the
world's difficulty (vanilla behavior)
world's difficulty (Vanilla behavior)
skeleton:
default: "false"
description: >-
Instructs the server to allow skeletons to pick up loot. If set to
false, the probability that a skeleton picks up items depends on the
world's difficulty (vanilla behavior)
world's difficulty (Vanilla behavior)
nerf-pigmen-from-nether-portals:
default: "false"
description: "Removes AI from pigmen spawned via nether portals "
Expand Down Expand Up @@ -429,9 +429,9 @@ entities:
filtered-entity-tag-nbt-paths:
default: "[Pos, Motion, SleepingX, SleepingY, SleepingZ]"
description: >-
A list of nbt tags that will be removed from the EntityTag tag on items
A list of NBT tags that will be removed from the EntityTag tag on items
which spawn entities. The format of these strings follows the same
format used to select nbt tags in vanilla commands. If the spawning was
format used to select NBT tags in Vanilla commands. If the spawning was
directly caused by a player and the player has the minecraft.nbt.place
permission, the filter list will be ignored. The defaults are set to
prevent entities from spawning or moving to a place other than the
Expand Down Expand Up @@ -660,7 +660,7 @@ environment:
default: disabled
description: >-
Sets the level above which players in the nether will take void damage.
This is a vanilla-friendly way to restrict players from using the nether
This is a Vanilla-friendly way to restrict players from using the nether
ceiling as a buildable area. Setting to disabled disables this feature
optimize-explosions:
default: "false"
Expand All @@ -680,7 +680,7 @@ environment:
portal. If it can't find one in that range, it will generate a new one
portal-search-vanilla-dimension-scaling:
default: "true"
description: Whether to apply vanilla dimension scaling to portal-search-radius
description: Whether to apply Vanilla dimension scaling to portal-search-radius
treasure-maps:
enabled:
default: "true"
Expand All @@ -693,7 +693,7 @@ environment:
description: >-
Overrides the loot table-configured check for undiscovered structures.
default allows loot tables to individually determine if the map should
allow discovered locations in its search. All vanilla loot tables
allow discovered locations in its search. All Vanilla loot tables
default to skipping discovered locations so changing this to false
would override that behavior and force them to search discovered
locations
Expand Down Expand Up @@ -923,8 +923,8 @@ scoreboards:
use-vanilla-world-scoreboard-name-coloring:
default: "false"
description: >-
Instructs the server to use the vanilla scoreboard for player nickname
coloring. Useful when playing on adventure maps made for the vanilla
Instructs the server to use the Vanilla scoreboard for player nickname
coloring. Useful when playing on adventure maps made for the Vanilla
server and client
spawn:
allow-using-signs-inside-spawn-protection:
Expand Down
46 changes: 23 additions & 23 deletions config-specs/paper/spigot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,173 +394,173 @@ world-settings:
bamboo-modifier:
default: "100"
description: >-
The growth modifier percentage for bamboo, where vanilla speed is
The growth modifier percentage for bamboo, where Vanilla speed is
100%. This option is unable to disable growth at 0%, instead
defaulting to 100%

The maximum effectiveness is 300%.
beetroot-modifier:
default: "100"
description: >-
The growth modifier percentage for beetroot, where vanilla speed is
The growth modifier percentage for beetroot, where Vanilla speed is
100%. This option is unable to disable growth at 0%, instead
defaulting to 100%

The maximum effectiveness is 5100%.
cactus-modifier:
default: "100"
description: >-
The growth modifier percentage for cactus, where vanilla speed is
The growth modifier percentage for cactus, where Vanilla speed is
100%. This option is unable to disable growth at 0, instead defaulting
to 100%

The maximum effectiveness is 1600%.
cane-modifier:
default: "100"
description: >-
The growth modifier percentage for sugarcane, where vanilla speed is
The growth modifier percentage for sugarcane, where Vanilla speed is
100%. This option is unable to disable growth at 0%, instead
defaulting to 100%

The maximum effectiveness is 1600%.
carrot-modifier:
default: "100"
description: >-
The growth modifier percentage for carrots, where vanilla speed is
The growth modifier percentage for carrots, where Vanilla speed is
100%. This option is unable to disable growth, instead defaulting to
100%

The maximum effectiveness is 5100%.
cavevines-modifier:
default: "100"
description: >-
The growth modifier percentage for cave-vines, where vanilla speed is
The growth modifier percentage for cave-vines, where Vanilla speed is
100%. This option is unable to disable growth, instead defaulting to
100%

The maximum effectiveness is 1000%
cocoa-modifier:
default: "100"
description: >-
The growth modifier percentage for cocoa beans, where vanilla speed is
The growth modifier percentage for cocoa beans, where Vanilla speed is
100%. This option is unable to disable growth, instead defaulting to
100%

The maximum effectiveness is 500%
glowberry-modifier:
default: "100"
description: >-
The growth modifier percentage for glow-berries, where vanilla speed
The growth modifier percentage for glow-berries, where Vanilla speed
is 100%. This option is unable to disable growth, instead defaulting
to 100%

The maximum effectiveness is roughly 910%
kelp-modifier:
default: "100"
description: >-
The growth modifier percentage for kelp, where vanilla speed is 100%.
The growth modifier percentage for kelp, where Vanilla speed is 100%.
This option is unable to disable growth, instead defaulting to 100%

The maximum effectiveness is roughly 715%
melon-modifier:
default: "100"
description: >-
The growth modifier percentage for melons, where vanilla speed is
The growth modifier percentage for melons, where Vanilla speed is
100%. This option is unable to disable growth, instead defaulting to
100%

The maximum effectiveness is 5100%
mushroom-modifier:
default: "100"
description: >-
The growth modifier percentage for mushrooms, where vanilla speed is
The growth modifier percentage for mushrooms, where Vanilla speed is
100%. This option is unable to disable growth, instead defaulting to
100%

The maximum effectiveness is 2500%
netherwart-modifier:
default: "100"
description: >-
The growth modifier percentage for netherwart, where vanilla speed is
The growth modifier percentage for netherwart, where Vanilla speed is
100%. This option is unable to disable growth, instead defaulting to
100%

The maximum effectiveness is 1000%
pitcherplant-modifier:
default: "100"
description: >-
The growth modifier percentage for pitcherplants, where vanilla speed
The growth modifier percentage for pitcherplants, where Vanilla speed
is 100%. This option is unable to disable growth, instead defaulting
to 100%

The maximum effectiveness is 5100%
potato-modifier:
default: "100"
description: >-
The growth modifier percentage for potatoes, where vanilla speed is
The growth modifier percentage for potatoes, where Vanilla speed is
100%. This option is unable to disable growth, instead defaulting to
100%

The maximum effectiveness is 5100%
pumpkin-modifier:
default: "100"
description: >-
The growth modifier percentage for pumpkins, where vanilla speed is
The growth modifier percentage for pumpkins, where Vanilla speed is
100%. This option is unable to disable growth, instead defaulting to
100%

The maximum effectiveness is 5100%
sapling-modifier:
default: "100"
description: >-
The growth modifier percentage for saplings, where vanilla speed is
The growth modifier percentage for saplings, where Vanilla speed is
100%. This option is unable to disable growth, instead defaulting to
100%

The maximum effectiveness is 700%
sweetberry-modifier:
default: "100"
description: >-
The growth modifier percentage for sweet-berries, where vanilla speed
The growth modifier percentage for sweet-berries, where Vanilla speed
is 100%. This option is unable to disable growth, instead defaulting
to 100%

The maximum effectiveness is 500%
torchflower-modifier:
default: "100"
description: >-
The growth modifier percentage for torchflowers, where vanilla speed
The growth modifier percentage for torchflowers, where Vanilla speed
is 100%. This option is unable to disable growth, instead defaulting
to 100%

The maximum effectiveness is 5100%
twistingvines-modifier:
default: "100"
description: >-
The growth modifier percentage for twisting-vines, where vanilla speed
The growth modifier percentage for twisting-vines, where Vanilla speed
is 100%. This option is unable to disable growth, instead defaulting
to 100%

The maximum effectiveness is 1000%
vine-modifier:
default: "100"
description: >-
The growth modifier percentage for vines, where vanilla speed is 100%.
The growth modifier percentage for vines, where Vanilla speed is 100%.
This option is unable to disable growth, instead defaulting to 100%

The maximum effectiveness is 400%
weepingvines-modifier:
default: "100"
description: >-
The growth modifier percentage for weeping-vines, where vanilla speed
The growth modifier percentage for weeping-vines, where Vanilla speed
is 100%. This option is unable to disable growth, instead defaulting
to 100%

The maximum effectiveness is 1000%
wheat-modifier:
default: "100"
description: >-
The growth modifier percentage for wheat, where vanilla speed is 100%.
The growth modifier percentage for wheat, where Vanilla speed is 100%.
This option is unable to disable growth, instead defaulting to 100%

The maximum effectiveness is 5100%
Expand Down Expand Up @@ -624,7 +624,7 @@ world-settings:
default: "3.0"
description: >-
The range, in blocks, that exp orbs will combine at on initial spawn.
This behavior is not present in vanilla and doesn't impact the usual
This behavior is not present in Vanilla and doesn't impact the usual
merge range once spawned. Set to 0 to disable.
item:
default: "2.5"
Expand Down
2 changes: 1 addition & 1 deletion docs/folia/admin/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { useCurrentSidebarCategory } from "@docusaurus/theme-common";

# Folia Server Administration

Welcome to the Folia Server Administration Guide! This guide includes information and tutorials
Welcome to the Folia server administration guide! This guide includes information and tutorials
zlataovce marked this conversation as resolved.
Show resolved Hide resolved
regarding the administration of a Folia server.

---
Expand Down