FirstSpawn
A Minecraft Spigot plugin that ensures new players spawn at a designated location when joining the server for the first time.
- Automatically teleports new players to a designated spawn location
- Sets the player's spawnpoint to the designated location
- Simple admin commands to manage spawn location
- Configurable and persistent spawn location
- Reload configuration without server restart
- Test teleport feature for administrators
- Enable/disable plugin functionality on the fly
Installation
1. Download the latest release
2. Place the .jar in your server's `plugins` folder
3. Restart your server
4. Use `/firstspawn set` to set the spawn location for new players
Usage
The plugin automatically detects when a player joins the server for the first time and teleports them to the designated spawn location. No player action is required.
Commands
- `/firstspawn set` - Set the first spawn location to your current position
- `/firstspawn status` - Show current plugin settings and spawn location
- `/firstspawn test` - Test teleport to the spawn location
- `/firstspawn toggle` - Enable/disable the plugin
- `/firstspawn reload` - Reload the configuration
Permissions
- `firstspawn.admin` - Access to all FirstSpawn commands (default: op)
Configuration
Code (YAML):
# Enable or disable the plugin
enabled
: true
# First spawn location coordinates
firstSpawn:
world
: world
x
: -115
y
: 65
z
: -60
For detailed configuration options, see the comments in the generated config.yml file.
Made with ❤️ by McKenzieJDan