Hooks

Vault

UltimateTeams can hook into vault, to then use any economy plugin for the economy features

PlaceholderAPI

UltimateTeams provides certain placeholders to be used within your server when placeholderapi is installed.

For placeholders that require players to be in a team, you can customize the value that is shown if they are not in a team from the plugin's config

Those placeholders are available starting from version 4.7.5 (still in testing). older placeholders are still supported

Placeholder
Description
values / example

%ultimateteams_team_name%

The name of the team

Text

%ultimateteams_team_name_raw%

The name of the team without colors

Text

%ultimateteams_team_prefix%

the prefix of the team

Text

%ultimateteams_team_owner%

The name of the team owner

Text

%ultimateteams_team_role%

Your role in the team

Owner/Manager/Member

%ultimateteams_team_online_members_count%

number of online members of your team

Number

%ultimateteams_team_balance%

the balance of your team

Number

%ultimateteams_team_motd%

the MOTD of your team

Text

%ultimateteams_team_fee%

the join fee of your team

Number

%ultimateteams_team_fee_status%

if the join fee is enabled/disabled

true/false

%ultimateteams_pvp%

team PvP status

true/false

%ultimateteams_team_home_set%

if the team has the home set or not

true/false

%ultimateteams_team_home_world%

The world of the team home

Text

%ultimateteams_team_home_x%

the x coordinate of the team home

Number

%ultimateteams_team_home_y%

the y coordinate of the team home

Number

%ultimateteams_team_home_z%

the z coordinate of the team home

Number

%ultimateteams_team_members_count%

The number of the team members

Number

%ultimateteams_team_allies_count%

The number of the allied teams

Number

%ultimateteams_team_enemies_count%

The number of the enemies teams

Number

%ultimateteams_team_max_members%

The number of the max team

Number

%ultimateteams_is_in_team%

true/false

%ultimateteams_team_kills_total%

The sum of all the kills of each team member

Number

%ultimateteams_team_deaths_total%

The sum of all the deaths of each team member

Number

%ultimateteams_player_team_chat_talking%

true if a player has enabled team chat for every message

true/false

%ultimateteams_player_ally_chat_talking%

true if a player has enabled allies chat for every message

true/false

%ultimateteams_player_invites_status%

true if a player is accepting invitations

true/false

%ultimateteams_team_balance_<team>%

the balance of a team based to the given name

Number

%ultimateteams_is_in_team_<player>%

true/false

The message displayed if a player is not in a team is customizable in the plugin's config

LuckPerms

UltimateTeams provides additional Permission contexts for luckperms, letting you for example give certain permissions only to team owners.

Available contexts are:

Name
Values
Description

is-in-team

true/false

True if a player is in a team

is-team-owner

true/false

True if a player is a team owner

team-name

null/The team name

null if not in a team, otherwise the team name

HuskHomes

If HuskHomes is installed, and the hook enabled in the config, UltimateTeams will use it for teleportation.

That ends up with a more customizable teleportation expierence (timer before tp, tp canceletion on player move etc)

FloodGate

If floodgate is installed and correctly configured (with its API enabled) bedrock players will be automatically managed

Last updated