πŸ“–Getting Started

1️⃣ Installation

To get started with xTeams, 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: PlaceholderAPI is an optional dependency that you can use to enhance the functionality of placeholders within xTeams.

Once the plugin is downloaded, simply place it in your server's plugins folder and restart or reload the server. You can check more details about installation in our installation section.


2️⃣ Create and Manage Teams

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

✨ Create a Team

To create a team in xTeams, use the following command:

/xteams create <team_name>

Replace <team_name> with the codename you want for the team. Example: /xteams create red will create a team with the code name: red

πŸ› οΈ Managing the Team

  • Join a Team To join a team, use the following command:

    /xteams join <team_name> <player_name>

    Example: /xteams join red <your_name> will add a player to the red team.

  • Leave a Team To leave the team you are in, execute:

    /xteams leave <team_name> <player_name>

    Example: /xteams leave red <your_name> will make the player leave the "red" team.

  • View Team Information To get information about a team, use:

    /xteams teaminfo <team_name>

    Example: /xteams teaminfo red will give you details about the "red" team, such as its members and status.

✏️ Customize the Display Name

Using the /xteams setdisplay command, you can change the text shown for a team in the team list.

/xteams setdisplay <team_name> "<display_name>"

Example: /xteams setdisplay red "&cThe Red Team" will change the display text for the "red" team to "The Red Team"

πŸ—‘οΈ Delete a Team

If you decide to delete a team, you can do so with:

/xteams delete <team_name>

Example: /xteams delete red will delete the "red" team and its data.


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 your teams in xTeams. If you need more help, feel free to continue exploring our wiki. πŸš€


Last updated