Spawn
The settings on this page can be configured in config/skyblockbuilder/spawn.json5
.
Spawn Protection Radius​
This sets the radius around the spawn which should be protected and only op players can interact with. This prevents (tool) interactions, mob griefing, explosions, breaking blocks, farmland trampling, growing crops, and attacking. Additionally, the player will always have max health, max food level, can't drown, and can't be set on fire. This is default set to 0, so nothing is protected. Look at the image here to see more options:
Spawn Protection Events​
A list of event types which will be prevented.
Name | Description |
---|---|
interact_entities | Interacting with entities, e.g. riding a pig |
interact_blocks | Interacting with blocks, e.g. activating buttons, placing, or destroying blocks |
mob_griefing | Mobs destroying the world |
explosions | TNT, creeper, or other explosions |
crop_grow | Crops increasing their growth status |
apply_bonemeal | Applying bone meal to plants |
mobs_spawn | Mobs spawning |
mobs_spawn_egg | Mobs being summoned using a spawn egg |
damage | Attacking others, or getting attacked |
healing | Getting healed and saturated on spawn |
Spawn Protection Filters​
Spawn protection includes three filters that let you control which entities, blocks, or items can be interacted with. By default, these filters are pre-filled with the most common gravestone mods.
Dimension​
Defines the dimension where you will spawn, and the island will be generated.
You can pick any dimension listed in the config/skyblockbuilder/data/dimensions.txt
file.
The dimensions.txt
file is only created after you join a Skyblock world.
Height​
Range​
You can set the spawn height using a range from minY
(minimum height) to maxY
(maximum height):
minY
: The lowest possible spawn position.maxY
: The highest possible spawn position.
If you're using a fixed spawn height (see Type below), only the minY
value is used. In all other cases, the spawn height will be calculated dynamically.
Type​
Defines how the spawn height is determined. Choose one of the following options:
Option | Description |
---|---|
set | Spawns at a fixed height. Uses the minY value from the Range as the spawn height. The maxY value is ignored. |
range_top | Checks for a valid spawn position starting from maxY and moving downwards to minY . If none is found, spawns at maxY . |
range_bottom | Similar to range_top , but starts at minY and moves upwards to maxY . If no valid spot is found, spawns at minY . |
Valid Spawns​
A valid spawn location has two empty air blocks above a solid block.
The solid block can be a normal block, a slab, or any block included in the valid spawn block tag 🔗 #skyblockbuilder:additional_valid_spawns
.
Offset​
When using a range
type spawn, an offset can slightly adjust the spawn height:
- Positive values move the spawn position up.
- Negative values move it down.
Radius​
Specifies the radius within which to find a valid spawn point if the original spawn point is invalid.
Minimum: 0