NetherSpawn
Take control of where your players spawn when they enter the Nether!
NetherSpawn is a lightweight, powerful Spigot plugin that integrates with WorldGuard to allow server administrators to set specific teleportation points for players arriving in the Nether.
Instead of appearing at a randomly generated portal, you can define precise spawn locations based on the WorldGuard region a player enters from. This is perfect for creating dedicated Nether hubs, custom adventure maps, or simply ensuring a safer and more controlled Nether experience.
Usage
The plugin works by detecting when a player teleports into a WorldGuard region that has the custom `netherspawn-teleport` flag set to `ALLOW`. When a player uses a Nether portal and arrives in a corresponding portal in the Nether within one of these regions, the plugin will instantly teleport them to a predetermined location that you set in the configuration.
How to Use
- Install: Place the NetherSpawn `.jar` file and the WorldGuard plugin in your server's `plugins` folder.
- Define a Region: In the Nether, create a WorldGuard region that covers the area where you want to control spawning.
Code (Text):
/rg define <your_region_name>
- Set the Flag: Apply the custom flag to the region you just created.
Code (Text):
/rg flag <your_region_name> netherspawn-teleport ALLOW
- Configure the Spawn Point:
- Open the `config.yml` file located in `/plugins/NetherSpawn/`.
- Add a new entry under the `regions` list. The `name` must exactly match your WorldGuard region name.
- Set the `teleport` coordinates (`x`, `y`, `z`), direction (`pitch`, `yaw`), and the `world` for the destination.
Example `config.yml`:
Code (YAML):
regions:
- name
:
"nether-hub-entry"
teleport:
x
: 150.5
y
: 68.0
z
: -200.5
pitch
: 0.0
yaw
: 90.0
world
:
"world_nether"
- Reload: To apply your configuration changes, use the reload command.
Code (Text):
/netherspawnreload
Now, any player who enters the "nether-hub-entry" region via a Nether portal will be teleported to the specified coordinates.
Commands
- `/netherspawnreload` - Reloads the plugin's `config.yml` file.
Permissions
- `netherspawn.reload` - Grants permission to use the `/netherspawnreload` command.
Category
- Teleportation / Mechanics