0

Team Commands

Commands for managing teams and team-related actions.

Complete reference for all available team commands and their usage.

Team Creation and Management

  • /team create <name> <color> <open: true/false> <requestBlocked: true/false> [max-size] - Create a team with an optional size limit.
  • /team list - List all teams.
  • /team info <team-name> - Show team details.
  • /team members <team-name> - List team members.

Joining and Inviting

  • /team join <team-name> - Request to join a team.
  • /team cancel <team-name> - Cancel a join request.
  • /team invite <player-name> <team-name> - Invite a player to your team.
  • /team invite accept <team-name> - Accept an invite to join a team.
  • /team invite decline <team-name> - Decline an invite to join a team.
  • /team invites list - List pending invites for the player.
  • /team requests list - List pending join requests (leader-only).
  • /team accept <player-name> - Accept a join request (leader-only).
  • /team deny <player-name> - Deny a join request (leader-only).

Team Leadership Actions

  • /team kick <player-name> - Remove a member from the team (leader-only).
  • /team ban <player-name> - Ban a player from joining the team (leader-only).
  • /team unban <player-name> - Unban a player from joining the team (leader-only).
  • /team promote <player-name> <role> - Promote a member to a specified role (leader-only).
  • /team transfer <player-name> - Transfer leadership to another member (leader-only).
  • /team disband - Delete the team (leader-only).

Team Settings

  • /team set color <team-name> <new-color> - Change the team color (leader-only).
  • /team set open <team-name> <true/false> - Toggle the open status of the team (leader-only).
  • /team set requestBlocked <team-name> <true/false> - Toggle request blocking for the team (leader-only).

Teleport Commands

  • /team tpa - Teleport to your team leader (if in a team).
  • /team tpahere - Teleport all teammates to your location (leader-only).