Setup Guide

How to setup the plugin.

Creating an arena

To create an arena, you need to use the following command: /as create [Arena Name]. This will create the arena.

After that, you need to set the minimum and maximum players, with /as setmin [Arena Name] [Minimum Players] and /as setmax [Arena Name] [Maximum Players], respectively.

Set the lobby and spectator locations with /as setlobby [Arena Name] and /as setspectator [Arena Name], respectively.

Now, you need to create teams. At least 2 teams are required for the game to function properly. To create a team, use /as addteam [Arena Name] [Team Name] [Color] [Firework Color] [Display Icon]. Color must be in a hex format (#FFFFFF), firework color must be in the following hex format: 0xFFFFFF, and display icon must be a valid material.

For a list of hex colors, you can use this resource: https://htmlcolorcodes.com

For a list of valid materials, please refer to the following list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html

After creating a team, you can set its maximum players with /as setteammax [Arena Name] [Team Name] [Maximum Players], and set its spawn with /as setteamspawn [Arena Name] [Team Name].

Adding walls is pretty easy. Just select 2 corners with the WorldEdit wand, and use /as addwall [Arena Name]. You can add as many walls as you want.

That's it! Your arena is now done. You can create a join sign with the following format:

  1. [as]

  2. <arena name>

Creating Kits

You can easily create kits! Just get the items you want in the kit into your inventory, and use /as addkit [Kit Name] [Display Icon]. Display Icon must be a valid material.

For a list of valid materials, please refer to the following list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html

To modify an existing kit, just use /as setkitcontent [Kit Name]. It'll also use your inventory.

Last updated