Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Minecraft Paper plugin for randomly and safely spawning players within a configurable radius from 0,0 coordinates
AnarchySpawn Plugin
AnarchySpawn is a Minecraft Paper 1.21.8 plugin that handles random spawning of players. When players first join or respawn without a bed/anchor, they will be randomly teleported to a safe location within a configurable radius from world coordinates 0,0.
Features
- Random spawn locations within configurable radius.
- Safe spawn location detection.
- First-join random spawn.
- Random respawn when no bed or respawn anchor is set.
- Dimension restrictions:
/spawn
command cannot be used in the Nether or End. - Configurable cooldown for the
/spawn
command to prevent abuse.
Installation
- Download the latest release here.
- Place the
.jar
file in your Minecraft server'splugins
folder. - Restart your server.
Configuration
In config.yml
, you can configure:
# Maximum distance from 0,0 that players can spawn (in blocks)
spawn-radius: 300
# Maximum number of attempts to find a safe spawn location
max-spawn-attempts: 75
# Cooldown in seconds for using the /spawn command
spawn-cooldown: 5
# List of blocks that are considered unsafe to spawn on or next to
unsafe-blocks:
- LAVA
- WATER
- CACTUS
- FIRE
- MAGMA_BLOCK
- SWEET_BERRY_BUSH
- POWDER_SNOW
Commands
/spawn
: Teleports the player to a random safe location (requiresanarchyspawn.spawn
permission) - Has a configurable cooldown/anarchyspawn reload
: Reloads the plugin configuration (requiresanarchyspawn.reload
permission)
Permissions
anarchyspawn.spawn
: Allows use of the spawn command (default: true)anarchyspawn.reload
: Allows reloading the plugin configuration (default: op)
Support Me
Pages
Members
Owner