xSpawnxSpawn

Getting Started 📖

1️⃣ Installation

To get started with xSpawn, you first need to install the plugin on your Minecraft server. Follow these steps for proper installation:

  • Requirements: You will need Spigot or Paper, as the plugin is not compatible with CraftBukkit.
  • Optional Dependencies: None required, but additional plugins like WorldEdit may help for selecting spawn regions.

Once the plugin is downloaded, simply place it in your server's plugins folder and restart or reload the server. For more details about installation, check the installation section of this documentation.


2️⃣ Create and Manage Spawns

Now that you have xSpawn installed, let's learn how to create and manage spawns on your server.

Set Initial Spawn

To set the initial spawn (for new players joining the server), use the following command:

/xspawn setfirst <spawn_name>

Replace <spawn_name> with the codename you want for the spawn.
Example: /xspawn setfirst lobby will set the first spawn point as "lobby".

Set Player-Specific Spawn

You can assign a spawn point for a specific player:

/xspawn setplayer <player_name> <spawn_name>

Example: /xspawn setplayer Steve arena1 will set Steve's personal spawn to "arena1".

Set Team Spawn

If your server has teams, you can assign spawns for each team:

/xspawn setteam <team_name> <spawn_name>

Example: /xspawn setteam red arena_red will make all players in the red team respawn at "arena_red".

🗑️ Delete a Spawn

If you need to remove a spawn, use:

/xspawn delete <spawn_name>

Example: /xspawn delete arena1 will remove the spawn named "arena1".


3️⃣ More Resources

For more information on other commands, permissions, and configurations, check out the following sections:

If you have questions or need further assistance, you can also check the Troubleshooting section.


Now you're ready to start creating and managing spawns in xSpawn. If you need more help, feel free to continue exploring our wiki. 🚀