Commands

Complete reference for every SimpleTeams command, including usage, arguments, and permission nodes.

Player Commands

/team create <name> player
Create a new team with the specified name. You cannot be in a team already. Names are validated against length, character, and blacklist rules.
/team join <team> player
Join an open team by name. If the team is closed, you need an invite or the simpleteams.admin.bypass permission.
/team leave player
Leave your current team. If you are the leader, the team is disbanded automatically.
/team info [team] any
View information about a team. If no team is specified, shows your own team.
/team list any
List all teams on the server, sorted alphabetically, with leader names and member counts.
/team top any
Display the top teams by member count. The number of entries is configurable in config.yml.
/team open player
Open your team to public joining. Requires Moderator rank or higher.
/team close player
Close your team from public joining. Requires Moderator rank or higher.
/team kick <player> player
Kick a member from your team. You must be a Moderator and outrank the target.
/team promote <player> player
Promote a team member to the next rank. Only the team leader can use this.
/team demote <player> player
Demote a team member to the previous rank. Only the team leader can use this.
/team disband [team] any
Disband your team. Leaders can disband their own team. Admins can disband any team by name.
/team ban <player> player
Ban a player from your team. Requires Moderator rank or higher. Banned players are removed from the member list.
/team unban <player> player
Unban a previously banned player from your team. Requires Moderator rank or higher.
/team edit <prefix|name> <value> player
Edit your team's prefix or name. Only the leader can use this. Prefixes support MiniMessage formatting.
/team invite <player> player
Invite a player to your team. Requires Moderator rank or higher. Invites expire after a configurable duration.
/team accept player
Accept a pending team invite. You cannot be in a team already.
/team deny player
Deny a pending team invite. The inviter is notified.
/team chat player
Toggle team-only chat mode. When enabled, all your messages are sent only to team members.

Admin Commands

/team adminkick <player> admin
Kick a player from any team, regardless of your own team membership.
/team disband <team> admin
Force-disband any team by name. All members are notified.
/team setleader <team> <player> admin
Transfer leadership of any team. The target must already be a member. The old leader is demoted to Member.
/team reload admin
Reload plugin configuration.
/team help any
Show the help menu with all commands you have permission to use.

Command Aliases

SimpleTeams registers /team as the primary command. There are no default aliases, but you can create your own through your server's commands.yml or a command alias plugin.