Configuration
This page details the various configuration settings exposed by Purpur in the purpur.yml file.
If you want information on settings in paper.yml, spigot.yml, bukkit.yml and server.properties you should see their respective documentation pages.
Warning
Configuration values change frequently at times. It is possible for the information here to be incomplete. If you cannot find what you’re looking for or think something may be wrong, Contact us through our Discord server.
Global Settings🔗
Global settings affect all worlds on the server as well as the core server functionality itself.
verbose🔗
- default: false
- description: Sets whether the server should dump all configuration values to the server log on startup
config-version🔗
- Do not change this for any reason! This is used internally to help automatically update your config
command🔗
-
uptime🔗
-
format🔗
- default: "<days><hours><minutes><seconds>"
- description: The format used in the
<uptime>
placeholder foruptime-command-output
-
day🔗
- default: "%02d day, "
- description: Output of
<day>
placeholder in command.uptime.format option
-
days🔗
- default: "%02d days, "
- description: Output of
<days>
placeholder in command.uptime.format option
-
hour🔗
- default: "%02d hour, "
- description: Output of
<hour>
placeholder in command.uptime.format option
-
hours🔗
- default: "%02d hours, "
- description: Output of
<hours>
placeholder in command.uptime.format option
-
minute🔗
- default: "%02d minute, and "
- description: Output of
<minute>
placeholder in command.uptime.format option
-
minutes🔗
- default: "%02d minutes, and "
- description: Output of
<minutes>
placeholder in command.uptime.format option
-
second🔗
- default: "%02d second"
- description: Output of
<second>
placeholder in command.uptime.format option
-
seconds🔗
- default: "%02d seconds"
- description: Output of
<seconds>
placeholder in command.uptime.format option
-
-
gamemode🔗
-
requires-specific-permission🔗
- Requires
minecraft.command.gamemode.<gamemode>
permission - default: false
- description: Set to true for each gamemode to require it's own permission
- Requires
-
-
fill🔗
-
max-area🔗
- default: 32768
- description: The max area that the fill command can affect
-
-
tpsbar🔗
-
title🔗
<tps>
- The current TPS<mspt>
- The current MSPT<ping>
- The current ping- default: <gray>TPS<yellow>:</yellow> <tps> MSPT<yellow>:</yellow> <mspt> Ping<yellow>:</yellow> <ping>ms
- description: The format of the bossbar when the
/tpsbar
command is ran
-
overlay🔗
- default: NOTCHED_20
- description:
Sets the overlay type of the Bossbar
Available options:PROGRESS
,NOTCHED_6
,NOTCHED_10
,NOTCHED_12
,NOTCHED_20
-
fill-mode🔗
- default: MSPT
- description:
What the BossBar bar should show
Available options:
TPS
,MSPT
,PING
-
progress-color🔗
Available options:
PINK
,BLUE
,RED
,GREEN
,YELLOW
,PURPLE
,WHITE
-
text-color🔗
<text>
- The format fromsettings.command.tpsbar.title
-
good🔗
- default: <gradient:#55ff55:#00aa00><text></gradient>
- description: The gradient of
<text>
whenfill-mode
is "good"
-
medium🔗
- default: <gradient:#ffff55:#ffaa00><text></gradient>
- description: The gradient of
<text>
whenfill-mode
is "medium"
-
low🔗
- default: <gradient:#ff5555:#aa0000><text></gradient>
- description: The gradient of
<text>
whenfill-mode
is "low"
-
-
tick-interval🔗
- default: 20
- description: How often the bossbar should update
-
compass🔗
-
title🔗
- default: "S · ◈ · ◈ · ◈ · SW · ◈ · ◈ · ◈ · W · ◈ · ◈ · ◈ · NW · ◈ · ◈ · ◈ · N · ◈ · ◈ · ◈ · NE · ◈ · ◈ · ◈ · E · ◈ · ◈ · ◈ · SE · ◈ · ◈ · ◈ ·
S · ◈ · ◈ · ◈ · SW · ◈ · ◈ · ◈ · W · ◈ · ◈ · ◈ · NW · ◈ · ◈ · ◈ · N · ◈ · ◈ · ◈ · NE · ◈ · ◈ · ◈ · E · ◈ · ◈ · ◈ · SE · ◈ · ◈ · ◈ · " - description: The format of the bossbar when the
/compass
command is ran
- default: "S · ◈ · ◈ · ◈ · SW · ◈ · ◈ · ◈ · W · ◈ · ◈ · ◈ · NW · ◈ · ◈ · ◈ · N · ◈ · ◈ · ◈ · NE · ◈ · ◈ · ◈ · E · ◈ · ◈ · ◈ · SE · ◈ · ◈ · ◈ ·
-
overlay🔗
- default: PROGRESS
- description:
Sets the overlay type of the Bossbar
Available options:PROGRESS
,NOTCHED_6
,NOTCHED_10
,NOTCHED_12
,NOTCHED_20
-
progress-color🔗
Available options:
PINK
,BLUE
,RED
,GREEN
,YELLOW
,PURPLE
,WHITE
- default: GREEN
- description: The color of the bossbar
-
percent🔗
- default: 1.0
- description: How filled the bossbar is rangin from 0.0 to 1.0
-
tick-interval🔗
- default: 5
- description: How often the bossbar should update
-
hide-hidden-players-from-entity-selector🔗
- default: false
- description: Set to true to hide players from the entity selector if they're hidden
-
allow-water-placement-in-the-end🔗
- default: true
- description: Allows the placement of water in the end.
use-alternate-keepalive🔗
- default: false
- description: Uses a different approach to keepalive ping timeouts. Enabling this sends a keepalive packet once per second to a player, and only kicks for timeout if none of them were responded to in 30 seconds. Responding to any of them in any order will keep the player connected. AKA, it won't kick your players because 1 packet gets dropped somewhere along the lines
tps-catchup🔗
- default: true
- description: Control tps catch-up
Note
TPS catchup makes your server tick faster than 20 TPS after any period of time that below 20. This is an attempt at keeping the average TPS as close to 20 as possible, but does come with its own set of side effects
server-mod-name🔗
- default: Purpur
- description: This modifies the server name that shows up when a client is outdated or when someone opens the debug screen [F3]
username-valid-characters🔗
- default: ^[a-zA-Z0-9_.]*$
- description: Characters that can be used in usernames. Configurable with regex.
lagging-threshold🔗
- default: 19.0
- description: Purpur keeps track of when it is lagging in order to have the ability to change behaviors accordingly. This value is that threshold when you want to consider the server to be lagging. Right now this is only used for mob.villager.brain-ticks setting
disable-give-dropping🔗
- default: false
- description: Set to true to disable the /give command from dropping items on the floor when a player's inventory is full
messages🔗
afk-broadcast-away🔗
Requires the kick-if-idle
setting to be false
- default: <yellow><italic>%s is now AFK
- description: This is the message that gets broadcasted when a user goes AFK (must have
player-idle-timeout
set greater than 0 & kick-if-idle set as false)
afk-broadcast-back🔗
Requires the kick-if-idle
setting to be false
- default: <yellow><italic>%s is no longer AFK
- description: This is the message that gets broadcasted when a user is no longer AFK (must have
player-idle-timeout
set greater than 0 & kick-if-idle set as false)
afk-tab-list-prefix🔗
Requires the kick-if-idle
setting to be false
- default: "[AFK] "
- description: The prefix that shows up on the playerlist before someone's name when they're AFK
afk-tab-list-suffix🔗
Requires the kick-if-idle
setting to be false
- default: ""
- description: The suffix that shows up on the playerlist after someone's name when they're AFK
ping-command-output🔗
Requires the bukkit.command.ping
permission
- default: <green>%s's ping is %sms
- description: Output when
/ping <user>
is run.
cannot-ride-mob🔗
Requires the allow.ride.<mob_id>
permission
- default: <red>You cannot mount that mob
- description: Message that shows when someone tries to mount a mob they're not allowed to.
uptime-command-output🔗
Requires the bukkit.command.uptime
permission
<uptime>
- The format from <global>.command.uptime.format
- default: <green>Server uptime is <uptime>
- description: Message that shows when the
/uptime
command is ran.
dont-run-with-scissors🔗
Requires the damage-if-sprinting
option to be enabled
- default: <red><italic>Don't run with scissors!
- description: Actionbar message that shows when someone attempts to run with scissors
demo-command-output🔗
Requires the bukkit.command.demo
permission
- default: <green>%s has been shown the demo screen
- description: Message that shows when the demo screen is enabled for a user using the
/demo
command.
credits-command-output🔗
Requires the bukkit.command.credits
permission
- default: <green>%s has been shown the end credits
- description: Message that shows when the credits screen is enabled for a user using the
/credits
command.
tpsbar-command-output🔗
Requires the bukkit.command.tpsbar
permission
- default: <green>Tpsbar toggled <onoff> for <target>
- description: Message that shows when the credits screen is enabled for a user using the
/credits
command.
unverified-username🔗
- default: default
- description: Message that shows when a player is kicked for having an unverified username (user is in offline-mode). Setting as "default" displays the default message "Failed to verify username!"
sleep-skipping-night🔗
- default: default
- description: The actionbar message that appears when the night has been skipped. Set to "default" to let the client's use their own translatable components. Set to an empty string to disable it.
sleeping-players-percent🔗
- default: default
- description: The actionbar message that appears when a player is asleep. Set to "default" to let the clients use their own translatable components. Set to an empty string to disable it. Available placeholders:
<count>
- the current amount of players sleeping,<total>
- the total amount of players needed to sleep
death-message🔗
-
stonecutter🔗
- default:
has sawed themself in half - description: The death message that appears when the player is killed because they were standing on a stonecutter
- default:
-
run-with-scissors🔗
- default:
slipped and fell on their shears - description: The death message that appears when the player is killed because they were running with scissors
- default:
network🔗
upnp-port-forwarding🔗
- default: false
- description: Attempt to automatically port forward using UPnP when the server starts up
max-joins-per-second🔗
- default: false
- description: Set to true to make the
max-joins-per-tick
setting in paper.yml be used per second instead of per tick
blocks🔗
barrel🔗
-
rows🔗
- default: 3
- description: The amount of rows a barrel should have. Min: 1, Max: 6
beehive🔗
-
max-bees-inside🔗
- default: 3
- description: The maximum amount of bees allowed inside of a beehive/bee_nest
grindstone🔗
-
ignored-enchants🔗
- default:
- minecraft:binding_curse - minecraft:vanishing_curse
- description: The enchantments to ignore from being removed on a grindstone
- default:
-
remove-attributes🔗
- default: false
- description: Set to true to allow the grindstone to remove the attributes from an item
-
remove-name-and-lore🔗
- default: false
- description: Set to true to allow the grindstone to remove the name and lore from an item
ender_chest🔗
-
six-rows🔗
- default: false
- description: Ender chests should have six rows of inventory space
-
use-permissions-for-rows🔗
- Requires
ender_chest.six-rows
to be true - Requires
purpur.enderchest.rows.<number>
permission - default: false
- description: Use permission nodes to determine the number of rows. By default, with this setting enabled, all players have
six
rows unless otherwise specified using permissions.
- Requires
disable-mushroom-updates🔗
- default: false
- description: Stops the mushroom block from updating it's block state server side
disable-chorus-plant-updates🔗
- default: false
- description: Stops the chorus plant from updating it's block state server side
disable-note-block-updates🔗
- default: false
- description: Stops the note block from updating it's block state server side
crying_obsidian🔗
-
valid-for-portal-frame🔗
- default: false
- description: Set to true to make it so you can create portals out of crying obsidian
broadcasts🔗
advancement🔗
only-broadcast-to-affected-player🔗
- default: false
- description: Broadcasts the advancment messages in chat only to the affected player
death🔗
only-broadcast-to-affected-player🔗
- default: false
- description: Broadcasts the death messages in chat only to the affected player
logger🔗
suppress-init-legacy-material-errors🔗
- default: false
- description: Suppress warnings about plugins initializing the legacy material api
suppress-ignored-advancement-warnings🔗
- default: false
- description: Suppress warnings about unknown attributes in console and logs
suppress-unrecognized-recipe-errors🔗
- default: false
- description: Suppress warnings about attempts to load an unrecognized recipe
suppress-setblock-in-far-chunk-errors🔗
- default: false
- description: Suppress errors where setBlock was detected in a far chunk
seed🔗
structure🔗
Check out https://minecraft.fandom.com/wiki/Custom_world_generation#Structure_defaults for more information on the options below
buried_treasure🔗
- default: -1
- description: The default value is
-1
for "use the world seed". anything not -1 will be a custom seed. it can accept any Integer value (-2147483648 to 2147483647)
mineshaft🔗
- default: -1
- description: The default value is
-1
for "use the world seed". anything not -1 will be a custom seed. it can accept any Integer value (-2147483648 to 2147483647)
entity🔗
enderman🔗
-
short-height🔗
- default: false
- description: allows endermen to fit into 2 block tall spaces if enabled. Since client hitbox remains the same, you can still hit them in the head
enchantment🔗
-
allow-infinity-and-mending-together🔗
- default: false
- description: allows the mending and infinity enchantment to be on the same weapon/tool
-
allow-infinity-on-crossbow🔗
- default: false
- description: allows the infinity enchantment on a crossbow
-
allow-looting-on-shears🔗
- default: false
- description: allows the looting enchantment on a shears
-
allow-unsafe-enchants🔗
- default: false
- description: allows the ability to increase enchantments passed their max level through the anvil
-
allow-unsafe-enchant-command🔗
- default: false
- description: allows the ability to increase enchantments passed their max level through the command
World Settings🔗
World settings are on a per-world basis. The child-node default
is used for all worlds that do not have their own specific settings.
For a more clear explanation of the world settings section of the config, feel free to read through Paper's explanation here: https://docs.papermc.io/paper/per-world-configuration
hunger🔗
starvation-damage🔗
- default: 1.0
- description: The amount of damage starvation will do
blocks🔗
dragon_egg🔗
-
teleport🔗
- default: true
- description: Control whether the dragon egg will teleport when hit
amethyst🔗
-
silk-touch🔗
- default: false
- description: Whether amethyst can be picked up by breaking it with an item enchanted with silk touch
observer🔗
-
disable-clock🔗
- default: false
- description: disable observer clocks
azalea🔗
-
growth-chance🔗
- default: 0.0
- description: Chance for azalea to grow into trees naturally
flowering_azalea🔗
-
growth-chance🔗
- default: 0.0
- description: Chance for flowering azalea to grow into trees naturally
campfire🔗
-
lit-when-placed🔗
- default: true
- description: Set to false to stop the campfire from being lit when placed
cactus🔗
-
breaks-from-solid-neighbors🔗
- default: true
- description: Whether a cactus will break from a solid block next to it
cauldron🔗
-
fill-chances🔗
turtle_egg🔗
-
break-from-exp-orbs🔗
- default: true
- description: Allow exp orbs to damage/break turtle eggs
-
break-from-items🔗
- default: true
- description: Allow dropped items to damage/break turtle eggs
-
break-from-minecarts🔗
- default: true
- description: Allow minecarts to damage/break turtle eggs
-
bypass-mob-griefing🔗
- default: false
- description: Set to true for turtle eggs to bypass the mob griefing gamerule
-
random-tick-crack-chance🔗
- default: 500
- description: The chance a turtle egg will crack
powered-rail🔗
-
activation-range🔗
- default: 8
- description: The amount of powered rails that get activated by a single redstone source
conduit🔗
-
valid-ring-blocks🔗
- default:
- minecraft:prismarine - minecraft:prismarine_bricks - minecraft:sea_lantern - minecraft:dark_prismarine
- description: Blocks that can be used to build a conduit
- default:
-
effect-distance🔗
- default: 16
- description: The effective radius of the conduit for every seven blocks in the frame
-
mob-damage🔗
beacon🔗
-
effect-range🔗
-
level-1🔗
- default: 20
- description: Amount of blocks the effect range reaches for this level
-
level-2🔗
- default: 30
- description: Amount of blocks the effect range reaches for this level
-
level-3🔗
- default: 40
- description: Amount of blocks the effect range reaches for this level
-
level-4🔗
- default: 50
- description: Amount of blocks the effect range reaches for this level
-
sponge🔗
-
absorbs-lava🔗
- default: false
- description: Set to true to allow sponges to absorb lava
-
absorption🔗
composter🔗
-
sneak-to-bulk-process🔗
- default: false
- description: Set to true to allow bulk processing of food/plant items by sneak right-clicking with the item in hand
slab🔗
-
break-individual-slabs-when-sneaking🔗
- default: false
- description: Set to true to allow breaking individual slabs in a double slab block while sneaking
packed_ice🔗
-
allow-mob-spawns🔗
- default: true
- description: Set to false to disallow mob spawning on packed ice
blue_ice🔗
-
allow-mob-spawns🔗
- default: true
- description: Set to false to disallow mob spawning on blue ice
sand🔗
-
fix-duping🔗
- default: true
- description: Set to false to re-enable the ability to sand dupe. You might also need to enable
safe-teleporting
end_portal🔗
-
safe-teleporting🔗
- default: true
- description: Toggles protection against unsafe code in the handling of end portal teleportation. Disabling this may be necessary for some exploits
dispenser🔗
-
apply-cursed-to-armor-slots🔗
- default: true
- description: Should dispensers apply armor to armor slots if enchanted with curse of binding
respawn_anchor🔗
-
explode🔗
- default: true
- description: Whether respawn anchors explode. Setting this to false just makes the respawn anchors blip out of existence
-
explosion-power🔗
- default: 5.0
- description: The blast radius of the explosion. (For comparison, TNT is 4.0 and charged creepers are 6.0)
-
explosion-fire🔗
- default: true
- description: Whether the explosion can cause fire or not
-
explosion-effect🔗
- default: DESTROY
- description: What to do with the blocks that are effected by the explosion.
DESTROY
will destroy the blocks (no item drops).BREAK
will naturally break the blocks (items will drop).NONE
will not break any blocks
sign🔗
-
allow-colors🔗
- Requires
purpur.sign.color
,purpur.sign.style
, and/orpurpur.sign.magic
permission - default: false
- description: Allow players to use color codes on signs
- Requires
-
right-click-edit🔗
- Requires
purpur.sign.edit
permission - default: false
- description: Ability to edit signs by right clicking them with another sign in hand
- Requires
magma-block🔗
-
damage-when-sneaking🔗
- default: false
- description: Set to true to enable damage when sneaking
-
damage-with-frost-walker🔗
- default: false
- description: Set to true to enable damage when walking with boots enchanted with frost-walker
lava🔗
-
infinite-source🔗
- default: false
- description: Allow lava to take on infinite supply properties similar to water (<infinite-required-sources> source blocks flowing together creates a new source block)
-
infinite-required-sources🔗
- default: 2
- description: The amount of sources required to have infinite lava
-
speed🔗
water🔗
-
infinite-source🔗
- default: true
- description: Set if water should have infinite properties (<infinite-required-sources> source blocks flowing together creates a new source block)
-
infinite-required-sources🔗
- default: 2
- description: The amount of sources required to have infinite water
piston🔗
-
block-push-limit🔗
- default: 12
- description: The amount of blocks a piston can push
bed🔗
-
explode🔗
- default: true
- description: Whether beds explode. Setting this to false just makes the bed blip out of existence
-
explode-on-villager-sleep🔗
- default: false
- description: Whether beds explode when a villager sleeps in one.
-
explosion-power🔗
- default: 5.0
- description: The blast radius of the explosion. (For comparison, TNT is 4.0 and charged creepers are 6.0)
-
explosion-fire🔗
- default: true
- description: Whether the explosion can cause fire or not
-
explosion-effect🔗
- default: DESTROY
- description: What to do with the blocks that are effected by the explosion.
DESTROY
will destroy the blocks (no item drops).BREAK
will naturally break the blocks (items will drop).NONE
will not break any blocks
farmland🔗
-
get-moist-from-below🔗
- default: false
- description: Allow soil to moisten from water directly below it
-
use-alpha-farmland🔗
- default: false
- description: Stops the farmland from getting trampled if a fence or a cobble wall is placed directly underneath it
-
bypass-mob-griefing🔗
- default: false
- description: Set to true for farmland to bypass the mob griefing gamerule
-
only-players-trample🔗
- default: false
- description: Set to true if only players may trample farmland.
-
disable-trampling🔗
- default: false
- description: Set to true to disable trampling completely.
-
trample-height🔗
- default: -1.0
- description: Set the height a player/entity needs to fall before it tramples farmland
Note
Trample height is in block height or an exact distance. During testing was found that the values for fallDistance are very inconsistent. The results of these tests can be found here:
Value set -> Actual fall distance needed to trample
1.0 -> 1.25
1.5 -> 1.75
2.0 -> 2.25
2.5 -> 2.87
3.0 -> 3.5
3.5 -> 4.25
4.0 -> 4.25
4.5 -> 5.0
5.0 -> 5.87
5.5 -> 5.87
6.0 -> 6.75
-
feather-fall-distance-affects-trampling🔗
- default: false
- description: Set to true if entities can stop trampling if they fall a distance equal to their feather falling level, plus the extra block necessary to trample in the first place. Feather Falling 1 requires you to fall over 3+ blocks to trample. FF 2 requires 4+, etc.
spawner🔗
-
deactivate-by-redstone🔗
- default: false
- description: Allow spawners to be deactivated by redstone
-
fix-MC-50647🔗
- default: false
- description: Fix spawners not spawning slimes correctly; MC-50647
-
fix-MC-238526🔗
- default: false
- description: Fix spawners not spawning water animals correctly; MC-238526
dispenser🔗
-
place-anvils🔗
- default: false
- description: Allows anvils to be placed by dispensers
anvil🔗
-
allow-colors🔗
- Requires
purpur.anvil.color
permission - default: false
- description: Allows players to use color codes in anvils
- Requires
-
cumulative-cost🔗
- default: true
- description: If the cumulative cost should apply when an item is used in an anvil
-
iron-ingots-used-for-repair🔗
- default: 0
- description: The amount of iron ingots required to repair an anvil
-
obsidian-used-for-damage🔗
- default: 0
- description: The amount of obsidian required to damage an anvil
lightning_rod🔗
-
range🔗
- default: 128
- description: Change the range in which the lightning rod redirect lightning
stonecutter🔗
-
damage🔗
- default: 0.0
- description: If a value is set, Mobs will also avoid walking over the stonecutter.
furnace🔗
-
use-lava-from-underneath🔗
- default: false
- description: Allows the furnace to be infinitely powered by lava placed underneath it
blue_ice🔗
-
allow-snow-formation🔗
- default: true
- description: Set to false to disallow snow formation on blue ice
chest🔗
-
open-with-solid-block-on-top🔗
- default: false
- description: Allows for chests to open even with a solid block on top
shulker_box🔗
-
allow-oversized-stacks🔗
- default: false
- description: Controls whether overstacked items are allowed in shulker boxes (default fixes chunk ban issue PaperMC/Paper#4748)
door🔗
-
requires-redstone🔗
- default: []
- description: Allows you to set the doors that require redstone to be operated
twisting_vines🔗
-
max-growth-age🔗
- default: 25
- description: The max growth age that the plant can grow
weeping_vines🔗
-
max-growth-age🔗
- default: 25
- description: The max growth age that the plant can grow
cave_vines🔗
-
max-growth-age🔗
- default: 25
- description: The max growth age that the plant can grow
powder_snow🔗
-
bypass-mob-griefing🔗
- default: false
- description: Set to true for powdered snow to bypass the mob griefing gamerule
kelp🔗
-
max-growth-age🔗
- default: 25
- description: The max growth age that the plant can grow
end-crystal🔗
-
baseless🔗
-
explode🔗
- default: true
- description: Set to false to stop the crystal from exploding
-
explosion-power🔗
- default: 6.0
- description: The power of the end crystal's explosion
-
explosion-fire🔗
- default: false
- description: Set to true to place fire when the end-crystal explodes
-
explosion-effect🔗
- default: DESTROY
- description: The type of explosion effect. Available values are
NONE
,BREAK
, andDESTROY
.
-
-
base🔗
-
explode🔗
- default: true
- description: Set to false to stop the crystal from exploding
-
explosion-power🔗
- default: 6.0
- description: The power of the end crystal's explosion
-
explosion-fire🔗
- default: false
- description: Set to true to place fire when the end-crystal explodes
-
explosion-effect🔗
- default: DESTROY
- description: The type of explosion effect. Available values are
NONE
,BREAK
, andDESTROY
.
-
mobs🔗
ender_dragon🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
ridable-max-y🔗
- default: 256
- description: Maximum height this mob can fly to while being ridden
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
always-drop-full-exp🔗
- default: false
- description: When true all valid ender dragon deaths will drop the full amount of experience orbs as if it were the first dragon death
-
bypass-mob-griefing🔗
- default: false
- description: Set to true for the ender dragon to bypass the mob griefing gamerule
-
can-ride-vehicles🔗
- default: false
- description: Set to true for the ender dragon to gain the ability to ride vehicles
-
attributes🔗
-
max_health🔗
- default: 200.0
- description: Max health attribute
-
cave_spider🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
attributes🔗
-
max_health🔗
- default: 12.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
endermite🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
attributes🔗
-
max_health🔗
- default: 8.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
mooshroom🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
attributes🔗
-
max_health🔗
- default: 10.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
polar_bear🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
breedable-item🔗
- default: ""
- description: Item to tempt/feed polar bears and make them breed
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
attributes🔗
-
max_health🔗
- default: 30.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
vindicator🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
johnny🔗
-
spawn-chance🔗
- default: 0.0
- description: Percent chance (0.0 - 1.0) a vindicator named "Johnny" will spawn instead of a vindicator
-
-
attributes🔗
-
max_health🔗
- default: 24.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
zombie_horse🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
spawn-chance🔗
- default: 0.0
- description: Percent chance (0.0 - 1.0) a zombie horse will spawn instead of a skeleton horse (natural spawns during thunderstorms)
-
attributes🔗
-
max_health🔗
- min
- default: 15.0
- description: Min health attribute
- max
- default: 15.0
- description: Max health attribute
- min
-
jump_strength🔗
- min
- default: 0.4
- description: Min jump_strength attribute
- max
- default: 1.0
- description: Max jump_strength attribute
- min
-
movement_speed🔗
- min
- default: 0.2
- description: Min movement_speed attribute
- max
- default: 0.2
- description: Max movement_speed attribute
- min
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
wither🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
ridable-max-y🔗
- default: 256
- description: Maximum height this mob can fly to while being ridden
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
can-ride-vehicles🔗
- default: false
- description: Set to true for the wither to gain the ability to ride vehicles
-
play-spawn-sound🔗
- default: true
- description: Play the wither's spawn sound globally when it is spawned
-
explosion-radius🔗
- default: 1.0
- description: The explosion radius of a wither's projectile attack
-
health-regen-amount🔗
- default: 1.0
- description: The regen amount of the wither
-
health-regen-delay🔗
- default: 20
- description: How long to delay the health regen
-
bypass-mob-griefing🔗
- default: false
- description: Set to true for withers to bypass the mob griefing gamerule
-
attributes🔗
-
max_health🔗
- default: 300.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
wither_skeleton🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
attributes🔗
-
max_health🔗
- default: 20.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
zombie_villager🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
cure🔗
-
enabled🔗
- default: true
- description: Set to false to stop zombie villagers from being curable
-
-
curing_time🔗
-
jockey🔗
-
attributes🔗
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
wandering_trader🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
can-be-leashed🔗
- default: false
- description: Allow players to use leads on villagers (trader not included)
-
allow-trading🔗
- default: true
- description: Set to false to disable trading with wandering traders
-
follow-emerald-blocks🔗
- default: false
- description: Villagers will be tempted by emerald blocks and follow players holding them
-
attributes🔗
-
max_health🔗
- default: 20.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
silverfish🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
bypass-mob-griefing🔗
- default: false
- description: Set to true for silverfish to bypass the mob griefing gamerule
-
attributes🔗
-
max_health🔗
- default: 8.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
zombified_piglin🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
count-as-player-kill-when-angry🔗
- default: true
- description: Set to false to stop zombified piglins from dropping XP if they were angered (but not killed) by a player
-
jockey🔗
-
attributes🔗
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
snow_golem🔗
The formula used to determine the amount of ticks between shots
((sqrt(distanceToTarget) / attack-distance) / snow-ball-modifier) * (max-shoot-interval-ticks - min-shoot-interval-ticks) + min-shoot-interval-ticks
min-shoot-interval-ticks
and max-shoot-interval-ticks
are both set to 0, snow golems won't shoot any snowballs.
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
leave-trail-when-ridden🔗
- default: false
- description: Leaves a trail where a snowman walks when being ridden
-
drops-pumpkin-when-sheared🔗
- default: true
- description: Control if shearing a snowman makes the pumpkin drop to the ground
-
pumpkin-can-be-added-back🔗
- default: false
- description: Control if pumpkins can be placed back onto snowmen
-
min-shoot-interval-ticks🔗
- default: 20
- description: Min amount of interval ticks that get shot
-
max-shoot-interval-ticks🔗
- default: 20
- description: Max amount of interval ticks that get shot
-
snow-ball-modifier🔗
- default: 10.0
- description: The modifier value of snow-ball projectiles
-
attack-distance🔗
- default: 1.25
- description: The distance at which the snow golem will attack
-
bypass-mob-griefing🔗
- default: false
- description: Set to true for snow golems to bypass the mob griefing gamerule
-
takes-damage-from-water🔗
- default: true
- description: Set to false for this mob to stop taking damage from water
-
attributes🔗
-
max_health🔗
- default: 4.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
skeleton_horse🔗
-
can-swim🔗
- default: false
- description: Can skeleton horses swim in water. False makes them sink to the bottom (vanilla default)
-
ridable-in-water🔗
- default: true
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
attributes🔗
-
max_health🔗
- min
- default: 15.0
- description: Min health attribute
- max
- default: 15.0
- description: Max health attribute
- min
-
jump_strength🔗
- min
- default: 0.4
- description: Min jump_strength attribute
- max
- default: 1.0
- description: Max jump_strength attribute
- min
-
movement_speed🔗
- min
- default: 0.2
- description: Min movement_speed attribute
- max
- default: 0.2
- description: Max movement_speed attribute
- min
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
phantom🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
attacked-by-crystal-range🔗
- default: 0.0
- description: Radius crystals scan for phantoms to attack. Value of 0 disables feature
-
attacked-by-crystal-damage🔗
- default: 1.0
- description: Amount of damage per second crystals deal to phantoms. Value of 1.0 is half a heart
-
orbit-crystal-radius🔗
- default: 0.0
- description: Radius which phantoms scan for crystals to orbit. Value of 0 disables feature
-
burn-in-light🔗
- default: 0
- description: What light level the phantoms will burn at
-
burn-in-daylight🔗
- default: true
- description: Whether phantoms burn in daylight or not
-
flames-on-swoop🔗
- default: false
- description: Set to true for phantoms to shoot flames on swoop
-
ignore-players-with-torch🔗
- default: false
- description: Whether phantoms avoid players with a torch in their hand
-
allow-griefing🔗
- default: false
- description: Whether a phantom's flames can burn items
-
size🔗
- min
- default: 0
- description: Minimum size to randomly choose from when spawning naturally
- max
- default: 0
- description: Maximum size to randomly choose from when spawning naturally
- min
-
spawn🔗
-
min-sky-darkness🔗
- default: 5
- description: The amount of darkness in the sky (5 is dark enough for thunderstorms, but not regular rain)
-
only-above-sea-level🔗
- default: true
- description: Only spawn on players above sea level
-
only-with-visible-sky🔗
- default: true
- description: Only spawn on players that have visible sky above them
-
local-difficulty-chance🔗
- default: 3.0
- description: Local difficulty must be greater than a random value chosen between 0.0 and this value
-
min-time-since-slept🔗
- default: 72000
- description: Minimum number of ticks since the player has last slept before spawning
-
delay🔗
- min
- default: 1200
- description: Minimum time (in ticks) between spawn attempts (globally)
- max
- default: 2400
- description: Maximum time (in ticks) between spawn attempts (globally)
- min
-
overhead🔗
- min
- default: 20
- description: Minimum number of blocks to spawn at above players head
- max
- default: 35
- description: Maximum number of blocks to spawn at above players head
- radius
- default: 10
- description: Radius of blocks to spawn at above players head
- min
-
per-attempt🔗
- min
- default: 1
- description: Minimum number of phantoms to spawn per attempt
- max
- default: -1
- description: Maximum number of phantoms to spawn per attempt (Use -1 to base this off of world difficulty)
- min
-
-
attributes🔗
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
chicken🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
retaliate🔗
- default: false
- description: If a chicken is hit, it will attack back
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
attributes🔗
-
max_health🔗
- default: 4.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
creeper🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
allow-griefing🔗
- default: true
- description: Set to false to stop the creeper from griefing.
-
bypass-mob-griefing🔗
- default: false
- description: Set to true for creepers to bypass the mob griefing gamerule
-
naturally-charged-chance🔗
- default: 0.0
- description: Percent chance (0.0 - 1.0) creepers are charged (powered) when spawning
-
explode-when-killed🔗
- default: false
- description: Makes the creeper explode when killed
-
health-impacts-explosion🔗
- default: false
- description: Makes the creeper's explosion be proportionate to the amount of health it has (lower health, weaker explosion)
-
attributes🔗
-
max_health🔗
- default: 10.0
- description: Max health attribute
-
-
head-visibility-percent🔗
- default: 0.5
- description: Increase or decrease the percentage to make the detection range of the mob smaller or larger when a player is wearing the mobs corresponding head
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
donkey🔗
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
attributes🔗
-
max_health🔗
- min
- default: 15.0
- description: Min health attribute
- max
- default: 30.0
- description: Max health attribute
- min
-
jump_strength🔗
- min
- default: 0.5
- description: Min jump strength attribute
- max
- default: 0.5
- description: Max jump strength attribute
- min
-
movement_speed🔗
- min
- default: 0.175
- description: Min movement speed attribute
- max
- default: 0.175
- description: Max movement speed attribute
- min
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
cow🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
feed-mushrooms-for-mooshroom🔗
- default: 0
- description: Number of mushrooms to feed a cow to make it transform into a mooshroom. Value of 0 disables feature
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
naturally-aggressive-to-players🔗
-
attributes🔗
-
max_health🔗
- default: 10.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
enderman🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
allow-griefing🔗
- default: true
- description: Set to false to stop the enderman from griefing
-
can-despawn-with-held-block🔗
- default: false
- description: Makes the enderman despawn even if it's holding a block
-
ignore-projectiles🔗
- default: false
- description: Stops the enderman from being immune to projectiles
-
bypass-mob-griefing🔗
- default: false
- description: Set to true for enderman to bypass the mob griefing gamerule
-
takes-damage-from-water🔗
- default: true
- description: Set to false for this mob to stop taking damage from water
-
aggressive-towards-endermites🔗
- default: true
- description: Set to false to stop enderman from being aggro towards all types of spawned endermites
-
aggressive-towards-endermites-only-spawned-by-player-thrown-ender-pearls🔗
- default: false
- description: Set to true to make enderman aggro towards endermites only if they've been spawned by a player thrown ender pearl. This option does nothing if
aggressive-towards-endermites
is false
-
ignore-players-wearing-dragon-head🔗
- default: false
- description: Set to true to make enderman ignore players that wear the dragon head
-
disable-player-stare-aggression🔗
- default: false
- description: Set to true to stop an enderman from going aggro by a player looking into the enderman's eyes
-
attributes🔗
-
max_health🔗
- default: 40.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
evoker🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
bypass-mob-griefing🔗
- default: false
- description: Set to true for evokers to bypass the mob griefing gamerule
-
attributes🔗
-
max_health🔗
- default: 24.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
drowned🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
can-break-doors🔗
- default: false
- description: Set to true to allow drowned to break doors
-
jockey🔗
-
attributes🔗
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
pillager🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
bypass-mob-griefing🔗
- default: false
- description: Set to true for pillagers to bypass the mob griefing gamerule
-
attributes🔗
-
max_health🔗
- default: 24.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
fox🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
tulips-change-type🔗
- default: false
- description: Feeding a white/orange tulip changes type snow/regular
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
bypass-mob-griefing🔗
- default: false
- description: Set to true for foxes to bypass the mob griefing gamerule
-
attributes🔗
-
max_health🔗
- default: 10.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
giant🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
step-height🔗
- default: 2.0
- description: How many blocks giants can walk up without having to jump
-
jump-height🔗
- default: 1.0
- description: Jump height modifier. Default value of 1.0 makes giants jump about as high as their waist
-
movement-speed🔗
- default: 0.5
- description: Movement speed attribute
-
attack-damage🔗
- default: 50.0
- description: Attack damage (in half hearts)
-
have-ai🔗
- default: false
- description: Control if giant zombies have AI instead of just standing there
-
have-hostile-ai🔗
- default: false
- description: Control if giant zombies have hostile AI also
-
attributes🔗
-
max_health🔗
- default: 100.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
hoglin🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
attributes🔗
-
max_health🔗
- default: 40.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
glow_squid🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
can-fly🔗
- default: false
- description: Makes it so squids can fly, Oh my!
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
attributes🔗
-
max_health🔗
- default: 10.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
squid🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
immune-to-EAR🔗
- default: true
- description: Makes this mob immune to EAR (Entity Activation Range)
-
water-offset-check🔗
- default: 0.0
- description: Stops squids from floating on top of water
-
can-fly🔗
- default: false
- description: Makes it so squids can fly, Oh my!
-
attributes🔗
-
max_health🔗
- default: 10.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
villager🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
brain-ticks🔗
- default: 1
- description: How often (in ticks) should villager's tick their brain logic. Vanilla value is to tick every tick (1). Higher amounts makes them tick less often to reduce lag, but setting it too high could result is unresponsive villagers
-
use-brain-ticks-only-when-lagging🔗
- default: true
- description: Only use the brain ticks setting when the server is lagging (see lagging-threshold above). If set to false, the brain ticks setting is always used
-
bypass-mob-griefing🔗
- default: false
- description: Ignores the
mobGriefing
gamerule and allows the villagers to drop items, allowing them to breed
-
can-be-leashed🔗
- default: false
- description: Allow players to use leads on villagers (trader not included)
-
follow-emerald-blocks🔗
- default: false
- description: Villagers will be tempted by emerald blocks and follow players holding them
-
allow-trading🔗
- default: true
- description: Set to false to disable trading with villagers
-
display-trade-item🔗
- default: true
- description: Set to false to stop the villager from displaying the trade item
-
lobotomize🔗
-
minimum-demand🔗
- default: 0
- description: Addresses MC-163962 where villager demand decreases indefinitely. Paper adds a patch to fix this by preventing demand from going below zero. This option allows the minimum demand to be configurable.
-
can-breed🔗
- default: true
- description: Whether villagers can breed or not
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
clerics-farm-warts🔗
- default: false
- description: Set to true for clerics to farm nether wart
-
cleric-wart-farmers-throw-warts-at-villagers🔗
- default: true
- description: Set to false for clerics to not throw nether wart at other villagers
-
spawn-iron-golem🔗
-
attributes🔗
-
max_health🔗
- default: 20.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
mule🔗
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
attributes🔗
-
max_health🔗
- min
- default: 15.0
- description: Min health attribute
- max
- default: 30.0
- description: Max health attribute
- min
-
jump_strength🔗
- min
- default: 0.5
- description: Min jump strength attribute
- max
- default: 0.5
- description: Max jump strength attribute
- min
-
movement_speed🔗
- min
- default: 0.175
- description: Min movement speed attribute
- max
- default: 0.175
- description: Max movement speed attribute
- min
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
wolf🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
milk-cures-rabid-wolves🔗
- default: true
- description: Set to false for rabid wolves to not be cured by milk
-
spawn-rabid-chance🔗
- default: 0.0
- description: Percent chance (0.0 - 1.0) that a wolf will spawn as rabid
-
default-collar-color🔗
- default: RED
- description: Set the default collar color when a wolf is tamed. Available Colors
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
attributes🔗
-
max_health🔗
- default: 8.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
zoglin🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
attributes🔗
-
max_health🔗
- default: 40.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
ocelot🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
attributes🔗
-
max_health🔗
- default: 10.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
shulker🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
change-color-with-dye🔗
- default: false
- description: Lets you change the color of the shulker by right-clicking it with a dye
-
spawn-from-bullet:🔗
-
base-chance🔗
- default: 1.0
- description: Base chance
-
require-open-lid🔗
- default: true
- description: Require shulkers to have their lid open to spawn from bullet
-
nearby-range🔗
- default: 8.0
- description: The nearby range to check for shulkers
-
nearby-equation🔗
- default:
(nearby - 1) / 5.0
- description: The equation to use for calculating a shulker spawning from a bullet (
nearby
is the amount of shulker entities nearby) Make this blank to always spawn if there's a shulker nearby
- default:
-
random-color🔗
- default: false
- description: Set the shulker to a random color when spawned from a bullet
-
-
attributes🔗
-
max_health🔗
- default: 30.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
horse🔗
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
stand-with-rider🔗
- default: true
- description: Should a horse (with a rider) stand when it's ambient noise is played
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
attributes🔗
-
max_health🔗
- min
- default: 15.0
- description: Min health attribute
- max
- default: 30.0
- description: Max health attribute
- min
-
jump_strength🔗
- min
- default: 0.4
- description: Min jump strength attribute
- max
- default: 1.0
- description: Max jump strength attribute
- min
-
movement_speed🔗
- min
- default: 0.1125
- description: Min movement speed attribute
- max
- default: 0.3375
- description: Max movement speed attribute
- min
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
piglin🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
bypass-mob-griefing🔗
- default: false
- description: Set to true for piglins to bypass the mob griefing gamerule
-
portal-spawn-modifier🔗
- default: 2000
- description: Allows changing the modifier for the piglin spawn chance from a portal block based on the world difficulty. Read more here
-
attributes🔗
-
max_health🔗
- default: 16.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
piglin_brute🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
attributes🔗
-
max_health🔗
- default: 50.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
skeleton🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
attributes🔗
-
max_health🔗
- default: 8.0
- description: Max health attribute
-
-
head-visibility-percent🔗
- default: 0.5
- description: Increase or decrease the percentage to make the detection range of the mob smaller or larger when a player is wearing the mobs corresponding head
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
stray🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
attributes🔗
-
max_health🔗
- default: 20.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
goat🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
attributes🔗
-
max_health🔗
- default: 10.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
panda🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
attributes🔗
-
max_health🔗
- default: 20.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
strider🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
give-saddle-back🔗
- default: false
- description: Sneak and right-click a pig with a saddle on it's back to remove it with this option enabled
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
takes-damage-from-water🔗
- default: true
- description: Set to false for this mob to stop taking damage from water
-
attributes🔗
-
max_health🔗
- default: 20.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
rabbit🔗
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
spawn-killer-rabbit-chance🔗
- default: 0.0
- description: Percent chance (0.0-1.0) the killer rabbit naturally spawns
-
spawn-toast-chance🔗
- default: 0.0
- description: Percent chance (0.0-1.0) to naturally spawn a rabbit named Toast
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
bypass-mob-griefing🔗
- default: false
- description: Set to true for rabbits to bypass the mob griefing gamerule
-
attributes🔗
-
max_health🔗
- default: 3.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
husk🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
jockey🔗
-
attributes🔗
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
spider🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
can-climb-world-border🔗
- default: true
- description: Turning this to false will prevent spiders from climbing the world border
-
attributes🔗
-
max_health🔗
- default: 16.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
sheep🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
bypass-mob-griefing🔗
- default: false
- description: Set to true for sheep to bypass the mob griefing gamerule
-
attributes🔗
-
max_health🔗
- default: 8.0
- description: Max health attribute
-
-
jeb-shear-random-color🔗
- default: false
- description: Shearing a sheep named jeb_ will drop a wool block with a random colour
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
ravager🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
bypass-mob-griefing🔗
- default: false
- description: Set to true for ravagers to bypass the mob griefing gamerule
-
griefable-blocks🔗
- default:
- minecraft:oak_leaves - minecraft:spruce_leaves - minecraft:birch_leaves - minecraft:jungle_leaves - minecraft:acacia_leaves - minecraft:dark_oak_leaves - minecraft:beetroots - minecraft:carrots - minecraft:potatoes - minecraft:wheat
- description: Whitelist of blocks that can be broken by the ravager
- default:
-
attributes🔗
-
max_health🔗
- default: 100.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
pig🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
give-saddle-back🔗
- default: false
- description: Sneak and right-click a pig with a saddle on it's back to remove it with this option enabled
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
attributes🔗
-
max_health🔗
- default: 10.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
witch🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
attributes🔗
-
max_health🔗
- default: 26.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
zombie🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
jockey🔗
-
aggressive-towards-villager-when-lagging🔗
- default: true
- description: disable to stop zombie aggressiveness towards villagers when lagging
-
bypass-mob-griefing🔗
- default: false
- description: Set to true for zombies to bypass the mob griefing gamerule
-
attributes🔗
-
head-visibility-percent🔗
- default: 0.5
- description: Increase or decrease the percentage to make the detection range of the mob smaller or larger when a player is wearing the mobs corresponding head
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
dolphin🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
naturally-aggressive-to-players-chance🔗
- default: 0.0
- description: Percent chance (0.0 - 1.0) this mob will spawn aggressive towards players
-
disable-treasure-searching🔗
- default: false
- description: Stops the dolphin from treasure hunting
-
spit🔗
-
attributes🔗
-
max_health🔗
- default: 10.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
axolotl🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
attributes🔗
-
max_health🔗
- default: 14.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
bat🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
ridable-max-y🔗
- default: 256
- description: Maximum height this mob can fly to while being ridden
-
attributes🔗
-
max_health🔗
- default: 6.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
bee🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
ridable-max-y🔗
- default: 256
- description: Maximum height this mob can fly to while being ridden
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
can-work-at-night🔗
- default: false
- description: Controls whether bees can work during the night
-
can-work-in-rain🔗
- default: false
- description: Controls whether bees can work during rainy weather
-
dies-after-sting🔗
- default: true
- description: Set whether a bee should die after stinging
-
attributes🔗
-
max_health🔗
- default: 10.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
blaze🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
ridable-max-y🔗
- default: 256
- description: Maximum height this mob can fly to while being ridden
-
takes-damage-from-water🔗
- default: true
- description: Set to false for this mob to stop taking damage from water
-
attributes🔗
-
max_health🔗
- default: 20.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
cat🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
default-collar-color🔗
- default: RED
- description: Set the default collar color when a cat is tamed. Available Colors
-
spawn-delay🔗
- default: 1200
- description: Number of ticks between attempting to naturally spawn a cat
-
scan-range-for-other-cats🔗
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
attributes🔗
-
max_health🔗
- default: 10.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
cod🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
attributes🔗
-
max_health🔗
- default: 3.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
elder_guardian🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
attributes🔗
-
max_health🔗
- default: 80.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
ghast🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
ridable-max-y🔗
- default: 256
- description: Maximum height this mob can fly to while being ridden
-
allow-griefing🔗
- default: true
- description: Set to false to stop the ghast from griefing
-
attributes🔗
-
max_health🔗
- default: 10.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
guardian🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
attributes🔗
-
max_health🔗
- default: 30.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
illusioner🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
naturally-spawn🔗
- default: false
- description: Control if illusioners naturally spawn in the game
-
movement-speed🔗
- default: 0.5
- description: Movement speed attribute
-
follow-range🔗
- default: 18.0
- description: Follow range attribute
-
attributes🔗
-
max_health🔗
- default: 32.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
iron_golem🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
healing-calms-anger🔗
- default: false
- description: Calms the iron golem when it's healed if it's angry
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
can-spawn-in-air🔗
- default: false
- description: Set whether iron golems can spawn in the air, like in 1.12 and below
-
can-swim🔗
- default: false
- description: Set whether iron golems can swim or not
-
poppy-calms-anger🔗
- default: false
- description: Giving the iron golem a poppy calms it down when it's angry
-
attributes🔗
-
max_health🔗
- default: 100.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
llama🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable. Llama's must be tamed and saddled (with carpet) to be WASD controllable.
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
join-caravans🔗
- default: true
- description: Set to false to disable the llama caravan feature
-
attributes🔗
-
max_health🔗
- min
- default: 15.0
- description: Min health attribute
- max
- default: 30.0
- description: Max health attribute
- min
-
jump_strength🔗
- min
- default: 0.5
- description: Min jump strength attribute
- max
- default: 0.5
- description: Max jump strength attribute
- min
-
movement_speed🔗
- min
- default: 0.175
- description: Min movement speed attribute
- max
- default: 0.175
- description: Max movement speed attribute
- min
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
trader_llama🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable.
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable. Trader llama's must be tamed to be WASD controllable. Being saddled (carpet) is not a requirement since it technically always has a carpet.
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
attributes🔗
-
max_health🔗
- min
- default: 15.0
- description: Min health attribute
- max
- default: 30.0
- description: Max health attribute
- min
-
jump_strength🔗
- min
- default: 0.5
- description: Min jump strength attribute
- max
- default: 0.5
- description: Max jump strength attribute
- min
-
movement_speed🔗
- min
- default: 0.175
- description: Min movement speed attribute
- max
- default: 0.175
- description: Max movement speed attribute
- min
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
magma_cube🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
attributes🔗
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
parrot🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
ridable-max-y🔗
- default: 256
- description: Maximum height this mob can fly to while being ridden
-
can-breed🔗
- default: false
- description: Gives parrots the ability to breed using any type of seeds (baby parrots don't exist D:, so "adult" parrots pop out)
-
attributes🔗
-
max_health🔗
- default: 6.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
pufferfish🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
attributes🔗
-
max_health🔗
- default: 3.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
salmon🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
attributes🔗
-
max_health🔗
- default: 3.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
slime🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
attributes🔗
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
tropical_fish🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
attributes🔗
-
max_health🔗
- default: 3.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
turtle🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
breeding-delay-ticks🔗
- default: 6000
- description: The amount of ticks to wait before being able to breed again
-
attributes🔗
-
max_health🔗
- default: 30.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
vex🔗
-
ridable🔗
- default: false
- description: Makes this mob mountable
-
controllable🔗
- default: true
- description: Makes this mob WASD controllable
-
ridable-in-water🔗
- default: false
- description: Makes this mob mountable in water (it wont eject you)
-
takes-damage-from-water🔗
- default: false
- description: Set to true for this mob to start taking damage from water
-
ridable-max-y🔗
- default: 256
- description: Maximum height this mob can fly to while being ridden
-
attributes🔗
-
max_health🔗
- default: 14.0
- description: Max health attribute
-
-
always-drop-exp🔗
- default: false
- description: Set to true if this mob should always drop experience
gameplay-mechanics🔗
use-better-mending🔗
- default: false
- description: Set to true for mending enchantment to always repair the most damaged equipment first
mobs-ignore-rails🔗
- default: false
- description: Set to true to allow mobs to walk over rails
rain-stops-after-sleep🔗
- default: true
- description: Set to false to make rain continue even after a player sleeps
thunder-stops-after-sleep🔗
- default: true
- description: Set to false to make thunder continue even after a player sleeps
mob-last-hurt-by-player-time🔗
- default: 100
- description: Allows you to expand the amount of ticks required for a mob's death to count as a player kill after being hurt by the player (projectile or directly)
halloween🔗
-
force🔗
- default: false
- description: Set to true to force the world into halloween
-
head-chance🔗
- default: 0.25
- description: Percent chance (0.0 - 1.0) a zombie or skeleton will spawn with a jack o' lantern/carved pumpkin on it's head
mob-effects🔗
-
health-regen-amount🔗
- default: 1.0
- description: The amount at which this effect affects entities
-
minimal-health-poison-amount🔗
- default: 1.0
- description: The amount at which this effect affects entities
-
poison-degeneration-amount🔗
- default: 1.0
- description: The amount at which this effect affects entities
-
wither-degeneration-amount🔗
- default: 1.0
- description: The amount at which this effect affects entities
-
hunger-exhaustion-amount🔗
- default: 0.005
- description: The amount at which this effect affects entities
-
saturation-regen-amount🔗
- default: 1.0
- description: The amount at which this effect affects entities
projectiles-bypass-mob-griefing🔗
- default: false
- description: Set to true for projectiles to bypass the mob griefing gamerule
projectile-offset🔗
-
bow🔗
- default: 1.0
- description: The projectile offset of a bow
-
crossbow🔗
- default: 1.0
- description: The projectile offset of a crossbow
-
egg🔗
- default: 1.0
- description: The projectile offset of a egg
-
ender-pearl🔗
- default: 1.0
- description: The projectile offset of a ender-pearl
-
throwable-potion🔗
- default: 1.0
- description: The projectile offset of a throwable-potion
-
trident🔗
- default: 1.0
- description: The projectile offset of a trident
-
snowball🔗
- default: 1.0
- description: The projectile offset of a snowball
drowning🔗
-
air-ticks🔗
- default: 300
- description: How long you can breathe underwater before you start drowning
-
ticks-per-damage🔗
- default: 20
- description: Amount of ticks between the drowning damage
-
damage-from-drowning🔗
- default: 2.0
- description: Amount of damage done while drowning
tick-fluids🔗
- default: true
- description: Set to false to stop fluids from ticking. Screenshot of a simple plugin that uses this option. Attachment: FreezeFluids-1.0.jar
disable-drops-on-cramming-death🔗
- default: false
- description: Stops entities from dropping loot on death, if killed by cramming gamerule
entity-blindness-multiplier🔗
- default: 1
- description: How blind a mob is when affected with the blindness potion effect
entities-pick-up-loot-bypass-mob-griefing🔗
- default: false
- description: Mobs that can pick up loot will continue to pick up loot even if the
mobGriefing
gamerule is disabled
fix-climbing-bypassing-cramming-rule🔗
- default: false
- description: Stops entities from bypassing the cramming gamerule by climbing
milk-cures-bad-omen🔗
- default: true
- description: Allow players to drink milk to cure bad omen status effect
trident-loyalty-void-return-height🔗
- default: 0.0
- description: The void height at which a trident with loyalty will return to it's thrower. A value of 0.0 or higher disables this feature.
void-damage-dealt🔗
- default: 4.0
- description: The amount of void damage dealt
void-damage-height🔗
- default: -64.0
- description: The height at which void damage begins
entity-lifespan🔗
- default: 0
- description: Disabled by default (0), Amount of ticks an entity will live before disappearing. Interacting with a player resets the timer
silk-touch🔗
Requires the purpur.drop.spawners
and purpur.place.spawners
permissions
-
enabled🔗
- default: false
- description: Makes it so you can mine spawners using a tool with silk touch
-
minimal-level🔗
- default: 1
- description: The minimal level of the Silktouch enchantment required to pick up mined spawners
-
tools🔗
- default:
- minecraft:iron_pickaxe - minecraft:golden_pickaxe - minecraft:diamond_pickaxe - minecraft:netherite_pickaxe
- description: Whitelist of tools that can mine spawners with silk touch
- default:
-
spawner-name🔗
- default: "<reset><white>Spawner"
- description: The name of the spawner
-
spawner-lore🔗
- default:
- Spawns a <mob>
- description: The lore of the spawner
- default:
boat🔗
-
eject-players-on-land🔗
- default: false
- description: Boats should eject players when on land
-
do-fall-damage🔗
- default: true
- description: Set to false for boats to not do fall damage to players
armorstand🔗
-
step-height🔗
- default: 0.0
- description: Set the default step height of armorstands. Useful for plugins that utilize armorstands as vehicles to be able to drive over blocks without jumping, etc
-
set-name-visible-when-placing-with-custom-name🔗
- default: false
- description: Makes the name visible when placing with a custom name
-
fix-nametags🔗
- default: false
- description: Makes the name visible when using a Name Tag on an Armor Stand
-
place-with-arms-visible🔗
- default: false
- description: Makes the arms visible when placed
-
can-movement-tick🔗
- default: true
- description: Set to false to disallow armorstands from moving
-
can-move-in-water🔗
- default: true
- description: Set to false to disallow armorstands from moving in water
-
can-move-in-water-over-fence🔗
- default: true
- description: Set to false to disallow armorstands from moving in water over a fence
player🔗
-
exp-pickup-delay-ticks🔗
- default: 2
- description: The delay a player can pick up experience after it is dropped
-
shift-right-click-repairs-mending-points🔗
- default: 0
- description: The amount of experience points to use from the player's bar for repairing items enchanted with mending in the player's inventory
-
spawn-invulnerable-ticks🔗
- default: 60
- description: Gives you the ability to control how long a player is invulnerable when they first spawn in.
-
invulnerable-while-accepting-resource-pack🔗
- default: false
- description: Sets the player as invulnerable while they download the resource pack.
-
teleport-if-outside-border🔗
- default: false
- description: Teleports you to spawn if you somehow get outside the world border
-
allow-void-trading🔗
- default: false
- description: Allows the ability to continuously trade with a villager through an End Gateway exploit.
-
totem-of-undying-works-in-inventory🔗
- default: false
- description: Allows the totem of undying to work in your inventory, not just your offhand
-
ridable-in-water🔗
- default: false
- description: Lets mobs/players ride on players if the player is in the water
-
fix-stuck-in-portal🔗
- default: false
- description: If the player is stuck inside a portal with no way of getting out, walking to another block will reset the portal cooldown, allowing them to teleport back through the portal
-
one-punch-in-creative🔗
- default: false
- description: If the player is in creative and hits an entity with an empty hand, the entity instantly dies
-
sleep-ignore-nearby-mobs🔗
- default: false
- description: Set to true to allow sleep even if there are mobs nearby
-
can-skip-night🔗
- default: true
- description: Set to false to disable the players' ability to skip the night by sleeping
-
critical-damage-multiplier🔗
- default: 1.5
- description: The percentage of damage a critical attack adds to the base damage
-
burp-when-full🔗
- default: false
- description: Plays a burp sound after a player fills the hunger bar completely by eating
-
curse-of-binding🔗
-
remove-with-weakness🔗
- default: false
- description: Allows the player to remove curse of binding armor when they have a weakness effect applied to them
-
-
armor-click-equip🔗
-
allow-hot-swapping🔗
- default: false
- description: Allows players to swap the armor in their armor slots with the one in hand by right clicking
-
creative-makes-copy🔗
- default: true
- description: Set to false to stop duplicating the armor in hand when right clicking to place it in the player's armor slot
-
-
idle-timeout🔗
-
kick-if-idle🔗
- default: true
- description: Kick players if they become idle (see server.properties for player-idle-timeout time)
-
tick-nearby-entities🔗
- default: true
- description: Should entities tick normally when nearby players are AFK. False will require at least 1 non-AFK player in order to tick
-
mobs-target🔗
- default: true
- description: Should mobs target nearby AFK players
-
count-as-sleeping🔗
- default: false
- description: Should AFK players count as sleeping? (allows active players to skip night by sleeping, even if AFK players are not in bed)
-
update-tab-list🔗
- default: false
- description: Should AFK players have their name updated in the tab list (puts
[AFK]
in front of their name)
-
-
exp-dropped-on-death🔗
-
netherite-fire-resistance🔗
-
duration🔗
- default: 0
- description: Set how long the fire resistance lasts. Set to 0 to disable
-
amplifier🔗
- default: 0
- description: Set the amplifier for the fire resistance effect
-
ambient🔗
- default: false
- description: Set to true for the particle effects to be less intrusive on the screen
-
show-particles🔗
- default: false
- description: Set to true for the fire resistance potion effect to show particles
-
show-icon🔗
- default: true
- description: Set to false for the fire resistance effect to not display it's icon
-
minecart🔗
-
max-speed🔗
- default: 0.4
- description: Max speed of a minecart when controlled
-
place-anywhere🔗
- default: false
- description: Whether minecarts can be placed anywhere, not just on rails
-
powered-rail🔗
-
boost-modifier🔗
- default: 0.06
- description: the speed boost that minecarts gain from hitting a powered rail (Doesn't affect furnace minecarts)
-
-
controllable🔗
-
enabled🔗
- default: false
- description: Whether minecarts can be controlled when not on rails
-
fall-damage🔗
- default: true
- description: Set to true to give fall damage to the player while in a minecart
-
step-height🔗
- default: 1.0
- description: The step height in which a minecarts can go up to the next block without jumping
-
hop-boost🔗
- default: 0.5
- description: Jump power when pressing spacebar on a controllable minecart
-
base-speed🔗
- default: 0.1
- description: Base speed of minecart when controlled
-
block-speed🔗
- default:
grass_block: 0.3 stone: 0.5
- description: List of speed overrides per block type
- default:
-
item🔗
-
shears🔗
-
snowball🔗
-
extinguish🔗
-
-
shulker_box🔗
-
drop-contents-when-destroyed🔗
- default: true
- description: Whether the shulker box should drop it's contents when it's been destroyed
-
-
compass🔗
-
glow_berries🔗
-
eat-glow-duration🔗
- default: 0
- description: Amount of ticks the player will glow after eating a glow berry. Set to 0 to disable
-
-
ender-pearl🔗
-
damage🔗
- default: 5
- description: The amount of damage to take after teleporting using an ender pearl
-
cooldown🔗
- default: 20
- description: The cooldown after using an ender pearl (in ticks)
-
creative-cooldown🔗
- default: 20
- description: The cooldown after using an ender pearl while in creative (in ticks)
-
endermite-spawn-chance🔗
- default: 0.05
- description: Percent chance (0.0 - 1.0) an endermite will spawn after teleporting using an ender pearl
-
-
immune🔗
-
explosion🔗
- default: []
- description: List of items that are immune to explosions
-
fire🔗
- default: []
- description: List of items that are immune to fire
-
lightning🔗
- default: []
- description: List of items that are immune to lightning
-
cactus🔗
- default: []
- description: List of items that are immune to cactus
Example of item immune list:
explosion: - minecraft:diamond - minecraft:diamond_block - minecraft:diamond_sword
-
Warning
These item immune lists can cause client desync issues, such as invisible items on the ground! There is nothing that can be done about that from the server-side code.
elytra🔗
-
damage-per-second🔗
- default: 1
- description: How much damage an elytra takes during flight each second
-
damage-multiplied-by-speed🔗
- default: 0.0
- description: Damage is multiplied by speed if flight is faster than set speed. Value of 0 disables this multiplier
-
kinetic-damage🔗
- default: true
- description: Should players take damage when flying into a wall
-
ignore-unbreaking🔗
- default: false
- description: Should elytras ignore the unbreaking enchantment
-
damage-per-boost🔗
mob-spawning🔗
-
village-cats🔗
- default: default
- description: Set to true to spawn in the world that this option is a part of
-
raid-patrols🔗
- default: default
- description: Set to true to spawn in the world that this option is a part of
-
phantoms🔗
- default: default
- description: Set to true to spawn in the world that this option is a part of
-
wandering-traders🔗
- default: default
- description: Set to true to spawn in the world that this option is a part of
-
village-sieges🔗
- default: default
- description: Set to true to spawn in the world that this option is a part of
raid-cooldown-seconds🔗
- default: 0
- description: How long you should wait before another raid can be initiated
projectile-despawn-rates🔗
-
dragon_fireball🔗
- default: -1
- description: The rate at which the projectile despawns in ticks. -1 means disabled
-
egg🔗
- default: -1
- description: The rate at which the projectile despawns in ticks. -1 means disabled
-
ender_pearl🔗
- default: -1
- description: The rate at which the projectile despawns in ticks. -1 means disabled
-
experience_bottle🔗
- default: -1
- description: The rate at which the projectile despawns in ticks. -1 means disabled
-
firework_rocket🔗
- default: -1
- description: The rate at which the projectile despawns in ticks. -1 means disabled
-
fishing_bobber🔗
- default: -1
- description: The rate at which the projectile despawns in ticks. -1 means disabled
-
fireball🔗
- default: -1
- description: The rate at which the projectile despawns in ticks. -1 means disabled
-
llama_spit🔗
- default: -1
- description: The rate at which the projectile despawns in ticks. -1 means disabled
-
potion🔗
- default: -1
- description: The rate at which the projectile despawns in ticks. -1 means disabled
-
shulker_bullet🔗
- default: -1
- description: The rate at which the projectile despawns in ticks. -1 means disabled
-
small_fireball🔗
- default: -1
- description: The rate at which the projectile despawns in ticks. -1 means disabled
-
snowball🔗
- default: -1
- description: The rate at which the projectile despawns in ticks. -1 means disabled
-
wither_skull🔗
- default: -1
- description: The rate at which the projectile despawns in ticks. -1 means disabled
entities-can-use-portals🔗
- default: true
- description: Set to false to stop entities from being able to use portals
persistent-tileentity-display-names-and-lore🔗
- default: false
- description: Set to true to make TE's display names and lores persist after breaking (ex. named custom player heads retain their name)
persistent-droppable-entity-display-names🔗
- default: false
- description: Set to true to make entity's display names and lores persist after breaking (ex. named armor stands retain their name)
infinity-bow🔗
-
normal-arrows🔗
- default: true
- description: Set to true to make the Infinity enchantment work on this arrow type
-
spectral-arrows🔗
- default: false
- description: Set to true to make the Infinity enchantment work on this arrow type
-
tipped-arrows🔗
- default: false
- description: Set to true to make the Infinity enchantment work on this arrow type
-
works-without-arrows🔗
- default: false
- description: Set to true for the infinity bow to work without arrows
daylight-cycle-ticks🔗
-
daytime🔗
- default: 12000
- description: Set how long the daylight cycle is ticked
-
nighttime🔗
- default: 12000
- description: Set how long the nighttime cycle is ticked
animal-breeding-cooldown-seconds🔗
- default: 0
- description: Adds a cooldown to breeding animals per animal type
projectile-damage🔗
-
snowball🔗
- default: -1
- description: Set how much damage a snowball does (-1 will make damage be 3 for blazes & 0 for all other entities which is default)
entity-left-handed-chance🔗
- default: 0.05
- description: Percent chance (0.0 - 1.0) an entity will spawn left-handed
fireballs-bypass-mob-griefing🔗
- default: false
- description: Set to true for fireballs to bypass the mob griefing gamerule
note-block-ignore-above🔗
- default: false
- description: Set to true for note blocks to continue making sound even if there is a block above it
impose-teleport-restrictions-on-gateways🔗
- default: false
- description: Set to true to impose teleport restrictions on gateways. This broadcasts the
EntityTeleportHinderedEvent
event which gives the ability to retry teleports if they fail due to having passengers/being vehicles
always-tame-in-creative🔗
- default: false
- description: Set to true to have 100% chance of taming a mob
shovel-turns-block-to-grass-path🔗
- default:
- minecraft:coarse_dirt - minecraft:dirt - minecraft:grass_block - minecraft:mycelium - minecraft:podzol - minecraft:rooted_dirt
- description: List of blocks that can be turned into a grass path when right-clicked with a shovel
ridable-settings🔗
babies-are-ridable🔗
- default: true
- description: Set to false to stop babies from being ridable
untamed-tamables-are-ridable🔗
- default: true
- description: Set to false to stop untamed tamables from being ridable
use-night-vision🔗
- default: false
- description: Set to true to give night vision to riders while on a ridable