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.

CommandAliasesDescription
/team/zespolShow help
/team create <tag> <name>stworzCreate a new team
/team invite <player>zaprosInvite a player
/team accept <tag>akceptujAccept an invite
/team quitopuscLeave your team
/team kick <player>wyrzucKick a member
/team deleteusunDisband the team (leader)
/team leader <player>liderTransfer leadership
/team promote <player>promujPromote member to deputy
/team demote <player>degradujDemote a deputy
/team friendlyFireff, pvpToggle friendly fire
/team setBasesetupBaseSet team base at your location
/team basebazaTeleport to team base
/team info <tag>informacjeShow team information
/team player <player>gracz, pinfo, playerinfoShow player team/stats info
/team panelguiOpen the team dashboard GUI
/team list [page]top, listaTeam ranking list
/team chatToggle 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).

CommandAliasesDescription
/teamadmin/taShow admin help
/teamadmin delete <tag>usunForce-delete a team
/teamadmin reloadprzeladujReload configuration files
/teamadmin add <tag> <player>dodajForce-add a player to a team
/teamadmin remove <player>usunForce-remove a player from their team
/teamadmin economyItem <amount>przedmiotEkonomicznyGive 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

PermissionDescription
team.commandAccess to /team help
team.command.createCreate a team
team.command.leaderTransfer leadership
team.command.quitLeave a team
team.command.kickKick members
team.command.deleteDisband team
team.command.friendlyFireToggle friendly fire
team.command.setBaseSet team base
team.command.baseTeleport to base
team.command.promotePromote to deputy
team.command.demoteDemote deputy
team.command.infoView team info
team.command.playerinfoView player info
team.command.inviteInvite players
team.command.acceptAccept invites
team.command.panelOpen dashboard GUI
team.command.listView team ranking list
team.command.chatToggle team chat
team.command.adminAccess to /teamadmin
team.command.admin.deleteForce-delete teams
team.command.admin.reloadReload configs
team.command.admin.addForce-add members
team.command.admin.removeForce-remove members
team.command.admin.economyItemGive 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.