Creating a Team
Use /team create <name> to form a new team. You must not already be in a team. The name is validated against several rules:
- Must be between
min-name-lengthandmax-name-lengthcharacters - Must only contain characters matching
allowed-name-chars - Cannot match any
blacklisted-names - Cannot match an existing team name (case-insensitive)
Upon creation, you are automatically assigned the Leader rank and a default prefix is generated.
Joining a Team
There are two ways to join a team:
Open Teams
If a team is open, anyone can join instantly with /team join <team>.
Closed Teams
If a team is closed, you need an invite. A Moderator or Leader must run /team invite <player>, then you accept with /team accept.
simpleteams.admin.bypass can join closed teams without an invite.
Leaving & Disbanding
/team leave removes you from your team. If you are the Leader, the entire team is disbanded and all members are notified.
Leaders can also use /team disband to manually disband. Admins can disband any team with /team disband <team>.
Kicking & Banning
Moderators and above can remove problematic members:
/team kick <player>— Removes a member from the team. You must outrank them./team ban <player>— Bans a player from rejoining. Also removes them if they are a member./team unban <player>— Removes a ban, allowing the player to join again.
Admins can use /team adminkick <player> to kick from any team without being a member.
Editing Team Details
Leaders can customize their team:
/team edit prefix <value>
/team edit name <value>
Prefixes support full MiniMessage formatting. The length limit applies to the stripped text (tags don't count).