A lightweight spawn protection plugin for Endstone API (Minecraft Bedrock Edition).
Prevents players and mobs from modifying or damaging the area around the spawn point.
▶ Watch demo on YouTube (old v1.0.0)
- Protects the spawn area within a configurable radius (default: 20 blocks)
- Blocks:
- Block breaking
- Block placing
- Player interaction
- Player and mob damage near spawn
/setspawncommand to define a new spawn protection point- Automatically creates and manages configuration files
Minimal version of endstone 0.6.0 and better
- Download the
.whlfile of endstone_spawn_protect - Move it to your server’s
pluginsfolder - Restart the server
- In-game, use:
/setspawn
After the first run, a config file will be created at:
plugins/spawnprotect/config.toml
radius = 20
message = "You cannot do this near spawn!"
[spawn_location]
x = 0
y = 64
z = 0
world = "world"Options:
radius— radius of protected areamessage— message shown to players when an action is blockedspawn_location— updated automatically after/setspawn
| Command | Description | Permission |
|---|---|---|
/setspawn |
Sets a new spawn protection point | spawnprotect.setspawn (OP only) |
BlockBreakEvent— block breakingBlockPlaceEvent— block placingPlayerInteractEvent— interaction with blocksActorDamageEvent— player or mob damage in protected zone
Simple. Fast. Secure. Keep your spawn safe.