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 26.1.2 plugin that handles random spawning of players. Although it was custom built for minecraftoffline.net, any server can use it.
The plugin works by randomly teleporting players to a safe location within a configurable radius from world coordinates 0,0. Only players joining for the first time or respawning without a bed/anchor are affected. Players can also return to spawn with /spawn.
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:
/spawncommand cannot be used in the Nether or End. - Configurable cooldown for the
/spawncommand to prevent abuse.
Installation
- Download the latest release here.
- Place the
.jarfile in your Minecraft server'spluginsfolder. - 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.spawnpermission) - Has a configurable cooldown/anarchyspawn reload: Reloads the plugin configuration (requiresanarchyspawn.reloadpermission)
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