🔲Placeholders

Yes/No (boolean) placeholders

  • %betterTeamsExtra_isDefault%

  • %betterTeamsExtra_isAdmin%

  • %betterTeamsExtra_isOwner%

  • %betterTeamsExtra_isPvP%

  • %betterTeamsExtra_isStandingOnChest%

  • %betterTeamsExtra_hasPassword_<index>%

Index starts at 0 and goes up to the warp count of your team - 1. For example, if you have 5 team warps, the index of the last warp would be 4.

  • %betterTeamsExtra_hasHome%

  • %betterTeamsExtra_hasWarps%

  • %betterTeamsExtra_hasOneWarp% -> Returns "yes" only if the team has 1 warp

  • %betterTeamsExtra_hasAllies%

  • %betterTeamsExtra_hasAllyRequests%

  • %betterTeamsExtra_hasBannedPlayers%

  • %betterTeamsExtra_hasClaimedChests%

  • %betterTeamsExtra_hasTeams% -> Returns whether the server has teams

  • %betterTeamsExtra_hasPublicTeams%

  • %betterTeamsExtra_hasInvitedPlayers% -> Returns whether the team has invited any players to join

List placeholders

The layout for the list placeholders can be changed in .../plugins/PlaceholderAPI/config.yml under the betterteamsextra section. Every layout also supports PlaceholderAPI placeholders.

  • %betterTeamsExtra_memberList%

  • %betterTeamsExtra_invitedPlayerList%

  • %betterTeamsExtra_publicTeamList%

  • %betterTeamsExtra_banList%

  • %betterTeamsExtra_warpList%

  • %betterTeamsExtra_allyList%

  • %betterTeamsExtra_allyRequestList%

  • %betterTeamsExtra_claimedChestList%

Single value placeholders

  • %betterTeamsExtra_leaveType%

    • "disband" if the team player's rank is Owner

    • "leave" if the team player's rank is Admin or Default

  • %betterTeamsExtra_chatType%

    • "team", "ally", or "global" based on the chat the team player's in

  • %betterTeamsExtra_level%

  • %betterTeamsExtra_color% -> Returns team color name

  • %betterTeamsExtra_homeLocation_<locationType>% -> Returns a value of the specified type

<locationType> can be "world", "x", "y", or "z"

  • %betterTeamsExtra_warpLocation_<locationType>% -> Returns a value of the specified type

  • %betterTeamsExtra_warpName_<index>% -> Returns the name of a warp in the specified index in the warp list

  • %betterTeamsExtra_allyCount%

  • %betterTeamsExtra_allyName_<index>% -> Returns the name of an ally in the specified index in the ally list

  • %betterTeamsExtra_allyRequestCount%

  • %betterTeamsExtra_allyRequestName_<index>% -> Returns the name of an ally in the specified index in the ally request list