Commands
Complete list of player and administrator commands with permissions.
Player Commands
Parent command: /team (alias: /zespol). Names, aliases, and permissions are configurable in commands.yml.
| Command | Aliases | Description |
|---|---|---|
/team | /zespol | Show help |
/team create <tag> <name> | stworz | Create a new team |
/team invite <player> | zapros | Invite a player |
/team accept <tag> | akceptuj | Accept an invite |
/team quit | opusc | Leave your team |
/team kick <player> | wyrzuc | Kick a member |
/team delete | usun | Disband the team (leader) |
/team leader <player> | lider | Transfer leadership |
/team promote <player> | promuj | Promote member to deputy |
/team demote <player> | degraduj | Demote a deputy |
/team friendlyFire | ff, pvp | Toggle friendly fire |
/team setBase | setupBase | Set team base at your location |
/team base | baza | Teleport to team base |
/team info <tag> | informacje | Show team information |
/team player <player> | gracz, pinfo, playerinfo | Show player team/stats info |
/team panel | gui | Open the team dashboard GUI |
/team list [page] | top, lista | Team ranking list |
/team chat | — | Toggle team chat mode |
/team create
Creates a team with the given tag and name. May require economy payment when economy is enabled.
- Permission:
team.command.create - Usage:
/team create <tag> <name> - Aliases:
stworz
/team invite / accept
Leaders and deputies invite players. Invites expire after invite-duration minutes (default: 4).
- Permissions:
team.command.invite,team.command.accept - Usage:
/team invite <player>,/team accept <tag>
/team delete
Disbands the team. When confirm-disband is enabled, the leader must confirm within pending-disband-confirm-time seconds.
- Permission:
team.command.delete - Usage:
/team delete
/team promote / demote
Deputies have elevated privileges (invite/kick helpers depending on command checks). Only the leader can promote and demote.
- Permissions:
team.command.promote,team.command.demote
/team friendlyFire
Toggles whether members can damage each other.
- Permission:
team.command.friendlyFire - Aliases:
ff,pvp
/team setBase / base
Leader/deputy sets the base; members teleport with /team base.
- Permissions:
team.command.setBase,team.command.base
/team panel
Opens the configurable dashboard GUI (guis.yml) for member-slot upgrades and expiration renewal.
- Permission:
team.command.panel - Aliases:
gui
/team list
Shows the team ranking (paginated). Aliases include top and lista.
- Permission:
team.command.list - Usage:
/team list [page]
/team chat
Toggles dedicated team-chat mode. Messages can also use the configured prefix character (default !) when team-chat.enable-chat-by-prefix is true.
- Permission:
team.command.chat
Administrator Commands
Parent command: /teamadmin (alias: /ta).
| Command | Aliases | Description |
|---|---|---|
/teamadmin | /ta | Show admin help |
/teamadmin delete <tag> | usun | Force-delete a team |
/teamadmin reload | przeladuj | Reload configuration files |
/teamadmin add <tag> <player> | dodaj | Force-add a player to a team |
/teamadmin remove <player> | usun | Force-remove a player from their team |
/teamadmin economyItem <amount> | przedmiotEkonomiczny | Give the configured economy item |
/teamadmin reload
Reloads configuration.yml, messages.yml, commands.yml, and guis.yml without a full server restart.
- Permission:
team.command.admin.reload - Usage:
/teamadmin reload
/teamadmin economyItem
Gives the ITEMS-economy currency item (from economy.economy-item) to the executor.
- Permission:
team.command.admin.economyItem - Usage:
/teamadmin economyItem <amount>
Permissions
| Permission | Description |
|---|---|
team.command | Access to /team help |
team.command.create | Create a team |
team.command.leader | Transfer leadership |
team.command.quit | Leave a team |
team.command.kick | Kick members |
team.command.delete | Disband team |
team.command.friendlyFire | Toggle friendly fire |
team.command.setBase | Set team base |
team.command.base | Teleport to base |
team.command.promote | Promote to deputy |
team.command.demote | Demote deputy |
team.command.info | View team info |
team.command.playerinfo | View player info |
team.command.invite | Invite players |
team.command.accept | Accept invites |
team.command.panel | Open dashboard GUI |
team.command.list | View team ranking list |
team.command.chat | Toggle team chat |
team.command.admin | Access to /teamadmin |
team.command.admin.delete | Force-delete teams |
team.command.admin.reload | Reload configs |
team.command.admin.add | Force-add members |
team.command.admin.remove | Force-remove members |
team.command.admin.economyItem | Give economy items |
All command names, aliases, usage strings, and permission nodes can be changed in commands.yml. Individual subcommands can be disabled with enabled: false.