PlaceholderAPI/wiki/Placeholders.md

114 KiB

This is a list of all available placeholders.
A download-command for the extension can be found at the area of the placeholder.
If the command itself isn't there and NO DOWNLOAD COMMAND instead is shown, then it means, that the plugin actually has the placeholders hard-coded into them and doesn't require a manual download of any expansion.

Notes (Please read)

We only add and/or update placeholders on request.
We aren't responsible, to keep the placeholders of your plugin(s) up to date.
If anything about your expansion/plugin has changed, consider making a Pull request to commit the changes yourself.

You can find a comprehensive guide on how to do this on the Wiki's README file.

PAPI-placeholders


Plugin-placeholders

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X


PAPI-placeholders

These placeholders are from PlaceholderAPI and don't require any additional plugin to function (unless mentioned).

  • Advancements

/papi ecloud download Advancements

More info about this expansion can be found on the GitHub-Repository.

%Advancements_<advancement>%
%Advancements_player_<player>;<advancement>%
%Advancements_playerList_<player>%
%Advancements_playerList_<player>,<command>%
%Advancements_playerListFormat_<player>%
%Advancements_completedAmount_<player>%
%Advancements_completedAmount_<player>,<category>%
%Advancements_remainingAmount_<player>%
%Advancements_remainingAmount_<player>,<category>%

  • Animations

/papi ecloud download Animations

%animations_<tag>Text</tag>%
%animations_<tag option>Text</tag>%
%animations_<tag option=:value>Text</tag>%

Please note: When using placeholders within the animation text, you must use the bracket variant. Use {player_name} instead of %player_name% within the tags.

Please visit the dedicated wiki for all available tags.


  • Armor

/papi ecloud download Armor

Gives you info about your armor

Chose one value that's inside () and replace SLOT with one of the following: helmet, chestplate, leggings, boots.

%armor_amount_SLOT%
%armor_color_(red/green/blue/hex)_SLOT%
%armor_durability_(left/max)_SLOT%
%armor_has_SLOT%
%armor_material_SLOT%
%armor_maxamount_SLOT%

  • ASCII

/papi ecloud download ascii

Returns the ASCII Value based on input

%ascii_<value>%

Ex: %ascii_37% returns %


  • BungeeCord

/papi ecloud download Bungee

Allows you to show, how many players are online on the entire network, or just on a specific server.

%bungee_total%
%bungee_<servername>%

  • CheckItem

/papi ecloud download CheckItem

Allows you to check the inventory of a player for a certain item.

- `%checkitem_<modifier1>,<modifier2>,<...>%` - Returns if user has the item
- `%checkitem_amount_<modifier1>,<modifier2>,<...>%` - Returns amount of items the user has
- `%checkitem_remove_<modifier1>,<modifier2>,<...>%` - Removes the items from the players inventory - Can be used with amount, it just has to be after. (Ex. `%checkitem_amount_remove_<...>%`) Please be careful as it does REMOVE ITEMS FOR GOOD
- `%checkitem_give_<modifier1>,<modifier2>,<...>%` - Gives the player items. Returns true if successful, returns the number of items NOT given if unsuccessful. (When unsuccessful items can still be given, it just might not be all of them)

Modifiers
You can combine different modifiers to check for different values.
Available modifiers are:

  • namecontains:<text> - Checks if the item's display name contains <text>* **
  • namestartswith:<text> - Checks if the item's display name starts with <text>* **
  • nameequals:<text> - Checks if the item's display name equals <text>* ** ^
  • mat:<material> - Checks if the item is <material> (For example: STONE) ^
  • amt:<number> - Checks if the player has <number> of items ^
  • data:<number> - Checks if the item has data <number> (Example: Red wool has 14 as data (WOOL:14)).
    This is only for 1.12 and older! ^
  • custommodeldata:<number> - Checks if the item has CustomModelData <number> This is only for 1.14 and newer! ^
  • lorecontains:<text> - Checks if the item's lore contains <text>*
  • loreequals:<text> - Checks if the item's lore equals <text> Lines are separated by | ^
  • matcontains:<text> - Checks if the item's material contains <text>*
  • enchantments:<enchantment=lvl>;<enchantment> (=lvl is optional) (Uses vanilla minecraft enchantment names) ^
  • enchanted - Checks if the item is enchanted (with anything)
  • potiontype:<potiontype> - Checks if the item has the potiontype (Click here for potion types) ^
  • potionextended:<boolean> - Checks if a potion is extended ^
  • potionupgraded:<boolean> - Checks if a potion is upgraded ^
  • strict - Requires mat: modifier. Strictly checks the name and lore for an item. (If a Stone named Test is in your inventory, and you're using %checkitem_mat:stone,strict%, it will return false)
  • inhand - Check if the item is in the player's hand (Also checks off-hand)

*Case-sensitive

**Only one can be used

^Supported by the give placeholder

To use Commas in strings you must escape them using \ (Ex: loreequals:Milk\, Eggs\, Bread)

Placeholders are supported, but they need to be in brackets! (Ex: %player_name% would be {player_name}


  • CooldownBar

/papi ecloud download CooldownBar

More info about this expansion can be found on the GitHub-Repository.

%cooldownbar_{placeholder}%
%cooldownbar_{placeholder}_p:<PassedTimeSymbol>%
%cooldownbar_{placeholder}_i:<InProgressSymbol>%
%cooldownbar_{placeholder}_r:<RemainingSymbol>%
%cooldownbar_{placeholder}_l:<Maxlength>%
%cooldownbar_{placeholder}_c:<MainCooldown>%
%cooldownbar_{placeholder}_rdy:<ReadyText>%
%cooldownbar_{essentials_kit_time_until_available_tools}_p:&a■_i:&e■_r:&7■_l:5_c:100_rdy:&aReadytoclaim!%
%cooldownbar_percentage_{placeholder}%
%cooldownbar_percentage_{placeholder}_c:<MainCooldown>%
%cooldownbar_percentage_{placeholder}_d:<AmountOfDecimal>%
%cooldownbar_percentage_{essentials_kit_time_until_available_tools}_c:120_d:0%

  • Formatter

/papi ecloud download Formatter

More info about this expansion can be found on the GitHub-Repository.

%formatter_number_format_<number>%
%formatter_number_format_[locale]:[format]_<number>%

%formatter_number_time_<number>%
%formatter_number_time_seconds_<number>% # Handles number as seconds
%formatter_number_time_secs_<number>%    # Handles number as seconds
%formatter_number_time_minutes_<number>% # Handles number as minutes
%formatter_number_time_mins_<number>%    # Handles number as minutes
%formatter_number_time_hours_<number>%   # Handles number as hours
%formatter_number_time_hrs_<number>%     # Handles number as hours

%formatter_replace_<target>_<replacement>_<text>%
%formatter_text_substring_<start:end>_<text>%
%formatter_text_uppercase_<text>%
%formatter_text_lowercase_<text>%

  • Javascript

/papi ecloud download Javascript

Gives you a way, to use javascript, to give a different output, depending on conditions.

%javascript_<your placeholder identifier>%

  • ListPlayers

/papi ecloud download ListPlayers

Lists players with a certain permission or in a certain world... 'nuf said.

%listplayers_with_perm_<permission>%
%listplayers_in_world_<worldname>%

  • LocalTime

/papi ecloud download LocalTime

%localtime_time%
%localtime_time_<SimpleDateFormat>%
%localtime_timezone_<TimeZoneID>%
%localtime_timezone_<TimeZoneID>,<SimpleDateFormat>%

  • Math

/papi ecloud download Math

Lets you make simple or advanced calculations.
Placeholders are supported (You have to use {} instead of %).

Supports all calculations you can do with EvalEx. Note that the % can't be used within the placeholder and that you have to to use [prc] instead.

%math_<math expression>%
%math_[precision]:[rounding]_<expression>%

  • MVdW Placeholders

/papi ecloud download MVdW

Lets you use placeholders from MVdWPlaceholderAPI.
MVdWPlaceholderAPI and one of Maxims plugins, that use it, are required!
A list of his placeholders can be found here

%mvdw_<placeholder without {}>%

  • OtherPlayer

/papi ecloud download OtherPlayer

Lets you get placeholders for other players. (Not the one that triggers the action)

%otherplayer_displayname_<player>%
%otherplayer_gamemode_<player>%
%otherplayer_hasperm_<player>_perm_<permission.string>%
%otherplayer_haspotioneffect_<player>_effect_<effect_name>%
%otherplayer_health_<player>%
%otherplayer_hunger_<player>%
%otherplayer_iteminhand_<player>%
%otherplayer_ip_<player>%
%otherplayer_level_<player>%
%otherplayer_locx_<player>%
%otherplayer_locy_<player>%
%otherplayer_locz_<player>%
%otherplayer_oxygen_<player>%
%otherplayer_spells_<player>%
%otherplayer_uuid_<player>%
%otherplayer_world_<player>%


  • ParseNear

/papi ecloud download ParseNear

Lets you parse any placeholder for the closest player. Will return blank if no player is found.

%parsenear_<placeholder_without_percent_signs>%          # Parses placeholder for closest player
%parsenear_<radius>_<placeholder_without_percent_signs>% # Parses placeholder for closest player in a radius

  • ParseOther

/papi ecloud download ParseOther

Lets you parse any placeholder for another player.
You can use placeholders in place of username.
Make sure to include the {} brackets, as it won't work without them.

%parseother_{username}_{placeholder_without_percent_signs}%

  • Pinger

/papi ecloud download Pinger

Lets you ping a server through an IP or domain (with port), to check the online-status and to receive some information.
The placeholders have a "warmup" time of around one or two minutes after installing the expansion.

Note: These placeholders have a separate update-delay in the config.yml of PlaceholderAPI

Replace testplugins.com:25565 with your own server/IP.

%pinger_gameversion_testplugins.com:25565%
%pinger_version_testplugins.com:25565%
%pinger_online_testplugins.com:25565%
%pinger_isonline_testplugins.com:25565%
%pinger_max_testplugins.com:25565%
%pinger_players_testplugins.com:25565%
%pinger_motd_testplugins.com:25565%
%pinger_pingversion_testplugins.com:25565%

%pinger_online_testplugins.com:25565% and %pinger_isonline_testplugins.com:25565% do the exact same thing.


  • Player

/papi ecloud download Player

Gives you various placeholders for the player, that triggers the action.

%player_allow_flight%
%player_bed_x%
%player_bed_y%
%player_bed_z%
%player_bed_world%
%player_biome%
%player_can_pickup_items%
%player_colored_ping%
%player_compass_world%
%player_compass_x%
%player_compass_y%
%player_compass_z%
%player_custom_name%
%player_direction%
%player_displayname%
%player_exp%
%player_exp_to_level%
%player_first_join_date%
%player_fly_speed%
%player_food_level%
%player_gamemode%
%player_has_empty_slot%
%player_empty_slots%
%player_has_permission_<permission>%
%player_health%
%player_health_rounded%
%player_health_scale%
%player_ip%
%player_online%
%player_is_op%
%player_item_in_hand%
%player_item_in_hand_name%
%player_item_in_hand_data%
%player_item_in_hand_level_<enchantment>%
%player_item_in_offhand%
%player_item_in_offhand_name%
%player_item_in_offhand_data%
%player_item_in_offhand_level_<enchantment>%
%player_last_damage%
%player_level%
%player_max_air%
%player_max_health%
%player_max_health_rounded%
%player_max_no_damage_ticks%
%player_minutes_lived%
%player_name%
%player_no_damage_ticks%
%player_ping%
%player_ping_<playername>%
%player_remaining_air%
%player_saturation%
%player_seconds_lived%
%player_sleep_ticks%
%player_ticks_lived%
%player_time%
%player_time_offset%
%player_total_exp%
%player_uuid%
%player_walk_speed%
%player_world%
%player_world_time_12%
%player_world_time_24%
%player_x%
%player_y%
%player_z%

  • PlayerList

/papi ecloud download PlayerList

List Players

Returns the player list matching the specified syntax

%playerlist_<type>,<subtype>,<include>,<output>,<subtype_value>%

Type:

  • all - Matches all players
  • online - Matches online players
  • offline - Matches offline players

Subtypes:

  • normal - Matches all players. Requires no <subtype_value>
  • perm - Matches all players that match the permission defined by <subtype_value>. Supports multiple permissions separated by + (perm.1+perm.2)
  • world - Matches all players in the world defined by <subtype_value>. Supports multiple worlds separated by + (world+world_nether)
  • nearby - Matches all players in a certain radius defined by <subtype_value>

Include:

  • yes - Include the player
  • no - Exclude the player

Output:

  • list - Returns a list of players separated by , . You can also change the separator with list-<separator>.*
  • amount - Returns amount of players matched
  • <integer> - Returns the player at the specified index

Examples:

%playerlist_all,normal,yes,list%                          # Tanguygab, cj89898, funnycube, clip, Frcsty, GabyTM, ItsMeGlare
%playerlist_online,perm,yes,amount,staff.admin%           # 2
%playerlist_online,world,yes,2,buildingworld+spawnworld%` # cj89898, funnycube
%playerlist_online,nearby,yes,list,5%                     # Tanguygab, cj89898, clip
%playerlist_online,nearby,no,list,5%                      # Tanguygab, clip
%playerlist_online,nearby,no,list--,20%                   # Tanguygab-clip-Terfs

You can also use [placeholder] for papi placeholders in addition to the javascript {placeholder}

Note: Offline and All only support the Normal subtype.
Since , is used to separate the different parts of the placeholder, use \. instead if you want to display a ,.


  • Plugin

/papi ecloud download Plugin

Returns information about the specified plugin.

%plugin_isenabled_<plugin name>%
%plugin_isdisabled_<plugin name>%
%plugin_exists_<plugin name>%

  • Progress

/papi ecloud download progress

More info about this expansion can be found on the GitHub-Repository.

%progress_bar_{placeholder}%
%progress_bar_{placeholder}_c:<completed Symbol>%
%progress_bar_{placeholder}_p:<progress Symbol>%
%progress_bar_{placeholder}_r:<remaining Symbol>%
%progress_bar_{placeholder}_l:<max length>%
%progress_bar_{placeholder}_m:<max value>%
%progress_bar_{placeholder}_fullbar:<text>%

%progress_bar_{placeholder}_c:&a■_p:&e■_r:&7■_l:10_m:100_fullbar:&aCompleted!%

  • RainbowColor

/papi ecloud download RainbowColor

More info about the expansion can be found on the GitHub-Repository.

%RainbowColor_<Text>%
%RainbowColor_custom_<Color 1>,<Color 2>,<etc>_<Text>%

e.g. %RainbowColor_custom_a,f,e,b_This is an example%

  • RandomColor

/papi ecloud download RandomColor

More info about the expansion can be found on the GitHub-Repository.

%randomcolor_all%
%randomcolor_color%
%randomcolor_combined%
%randomcolor_format%
%randomcolor_selected_<option1,option2,option3,...>%

  • RedisBungee

/papi ecloud download RedisBungee

Same like the BungeeCord-placeholders, but for RedisBungee

%redisbungee_total%
%redisbungee_<servername>%

  • RelCon

/papi ecloud download RelCon

More info about the expansion can be found on the GitHub-Repository.

%rel_relcon_player_<permission>_<text1>_[text2]%
%rel_relcon_player_<permission>_<text1>%
%rel_relcon_viewer_<permission>_<text1>_[text2]%
%rel_relcon_viewer_<permission>_<text1>%

  • RNG

/papi ecloud download RNG

More info about the expansion can be found on the GitHub-Repository.

%rng_random%
%rng_<minimum>,<maximum>%

  • ScoreboardObjectives

/papi ecloud download ScoreboardObjectives

Get info from a scoreboard objective.

%objective_score_<obj-name>%
%objective_score_<obj-name>_[otherEntry]%

Note: [otherEntry] can be another player name, Offline Player name, or non-player Entry


  • Server

/papi ecloud download Server

Lets you get information about the server.

%server_name%
%server_online%
%server_version%
%server_max_players%
%server_unique_joins%
%server_uptime%
%server_ram_used%
%server_ram_free%
%server_ram_total%
%server_ram_max%
%server_tps%
%server_tps_1%
%server_tps_5%
%server_tps_15%
%server_tps_1_colored%
%server_tps_5_colored%
%server_tps_15_colored%
%server_online_<world>%
%server_has_whitelist%
%server_total_chunks%
%server_total_living_entities%
%server_total_entities%
%server_time_<SimpleDateFormat>%
%server_countdown_<SimpleDateFormat>_<time>%
e.g. %server_countdown_dd.MM.yyyy_01.01.2020%

<time> is the date and time for the countdown. It needs to match the <SimpleDateTime>

You can use the following placeholders for the SimpleDateFormat (They are case-sensitive):

  • d for day
  • M for month
  • y for year
  • s for seconds
  • m for minutes
  • H for hours

The output of the SimpleDateTime will look different, depending on how many letters you use.
Example: MM turns into 01 while MMM turns into Jan (If the month is January).

More info can be found here: http://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html


  • Shortcut

/papi ecloud download Shortcut

Allows the parsing of large text with placeholders by having them in TXT files stored.

%shortcut_<filename without .txt>%

The file needs to be a TXT and has to be inside the PlaceholderAPI/shortcuts directory.


  • Sound

/papi ecloud download Sound

Plays a sound, when parsed.

This placeholder is for the player, that triggers the action.

%sound_<sound>-<volume>-<pitch>%

This placeholder is for all players on the server.

%sound_all_<sound>-<volume>-<pitch>%

  • SpeedPerSec

/papi ecloud download SpeedPerSec

%speedpersec_blockBreak%
%speedpersec_blockPlace%
%speedpersec_speed%
%speedpersec_expCollected%
%speedpersec_damaging%
%speedpersec_hurting%

  • Spectators

/papi ecloud download Spectators

%spectator_isSpectating%
%spectator_lookFrom%
%spectator_infoFrom_health%

  • Statistic

/papi ecloud download Statistic

Supports all statistics in SpigotAPI. %statistic_<StatisticType>%

For specific blocks, items, entities, ...

%statistic_mine_block:<material>%
%statistic_use_item:<Item Material>%
%statistic_break_item:<Item Material>%
%statistic_craft_item:<Item Material>%
%statistic_kill_entity:<MobType>%
%statistic_entity_killed_by:<MobType>%

Other statistics

%statistic_mine_block%
%statistic_use_item%
%statistic_break_item%
%statistic_craft_item%
%statistic_ticks_played%
%statistic_seconds_played%
%statistic_minutes_played%
%statistic_hours_played%
%statistic_days_played%
%statistic_time_played%
%statistic_time_played:seconds%
%statistic_time_played:minutes%
%statistic_time_played:hours%
%statistic_time_played:days%
%statistic_animals_bred%
%statistic_armor_cleaned%
%statistic_banner_cleaned%
%statistic_beacon_interacted%
%statistic_boat_one_cm%
%statistic_brewingstand_interaction%
%statistic_cake_slices_eaten%
%statistic_cauldron_filled%
%statistic_cauldron_used%
%statistic_chest_opened%
%statistic_climb_one_cm%
%statistic_crafting_table_interaction%
%statistic_crouch_one_cm%
%statistic_damage_dealt%
%statistic_damage_taken%
%statistic_deaths%
%statistic_dispenser_inspected%
%statistic_dive_one_cm%
%statistic_drop%
%statistic_dropper_inspected%
%statistic_enderchest_opened%
%statistic_fall_one_cm%
%statistic_fish_caught%
%statistic_flower_potted%
%statistic_fly_one_cm%
%statistic_furnace_interaction%
%statistic_hopper_inspected%
%statistic_horse_one_cm%
%statistic_item_enchanted%
%statistic_jump%
%statistic_junk_fished%
%statistic_leave_game%
%statistic_minecart_one_cm%
%statistic_noteblock_played%
%statistic_noteblock_tuned%
%statistic_pig_one_cm%
%statistic_player_kills%
%statistic_record_played%
%statistic_sprint_one_cm%
%statistic_swim_one_cm%
%statistic_talked_to_villager%
%statistic_time_since_death%
%statistic_ticks_since_death%
%statistic_seconds_since_death%
%statistic_minutes_since_death%
%statistic_hours_since_death%
%statistic_days_since_death%
%statistic_traded_with_villager%
%statistic_trapped_chest_triggered%
%statistic_walk_one_cm%
%statistic_sleep_in_bed%
%statistic_sneak_time%
%statistic_aviate_one_cm%

Download from here

%team_color%
%team_prefix%

  • World

/papi ecloud download world

For the totalBalance placeholder, you must have a service provider plugin (eg. EssentialsX)

%world_animalAllowed_<world>%
%world_biome%
%world_canPvP_<world>%
%world_difficulty_<world>%
%world_isgamerule_<gamerule>_<world>%
%world_monsterAllowed_<world>%
%world_name_<world>%
%world_nearbyEntities_<radius>%
%world_playerexist_<world>%
%world_players_<world>%
%world_players_<group>_<world>%
%world_recentjoin_<world>%
%world_recentquit_<world>%
%world_sealevel_<world>%
%world_seed_<world>%
%world_thunder_<world>%
%world_time_<world>%
%world_total%
%world_totalbalance_<world>%

Plugin-placeholders

These placeholders require the corresponding plugin to work.
The developer of the plugin is responsible for the placeholders to work!

NO DOWNLOAD COMMAND

%aac_ping%
%aac_player%
%aac_tps%
%aac_world%
%aac_vl_<check>%

Available <check> values:

  • criticals
  • fastbow
  • fastuse
  • fightspeed
  • hitbox
  • killaura
  • regen
  • derp
  • move
  • nofall
  • phase
  • timer
  • badpackets
  • fastbreak
  • fastplace
  • interact

NO DOWNLOAD COMMAND

%hanim_:<animation_name>:<unique_id>%
%var_:<variable_name>[:<default_value>]%
%var_:<player>.<variable_name>[:<default_value>]%
%varp_:<variable_name>[:<default_value>]%
%vart_:<variable_name>%
%varpt_:<variable_name>%

All information about these placeholders can be found here.


/papi ecloud download AcidIsland

%acidisland_level%  
%acidisland_island_x%  
%acidisland_island_y%  
%acidisland_island_z%  
%acidisland_island_world%  
%acidisland_team_size%  
%acidisland_coop_islands%

NO DOWNLOAD COMMAND

%advancedabilities_<ability_name>_level%  
%advancedabilities_<ability_name>_bar%
%advancedabilities_player_class%
%advancedabilities_mana%
%advancedabilities_max_mana%
%advancedabilities_max_abilities_limit%
%advancedabilities_selected_abilities%

NO DOWNLOAD COMMAND

%aafk_prefix_tablist%
%aafk_prefix_playertag%

NO DOWNLOAD COMMAND

%advancedcustommenu_total%  
%advancedcustommenu_name%  
%advancedcustommenu_items%

NO DOWNLOAD COMMAND

%advancedlottery_time%
%advancedlottery_tickets_bought%
%advancedlottery_money%

NO DOWNLOAD COMMAND

%advancedmodreq_flagged%
%advancedmodreq_flagged_closed%
%advancedmodreq_flagged_open%
%advancedmodreq_total%
%advancedmodreq_total_claimed%
%advancedmodreq_total_closed%
%advancedmodreq_total_open%
%advancedmodreq_total_player%
%advancedmodreq_total_player_closed%
%advancedmodreq_total_player_open%
%advancedmodreq_unflagged%
%advancedmodreq_unflagged_closed%
%advancedmodreq_unflagged_open%

NO DOWNLOAD COMMAND

Description of placeholders: https://wiki.ajg0702.us/ajleaderboards/setup/placeholders

(<> = required)

%ajleaderboards_board_<board>_<number>_name%
%ajleaderboards_board_<board>_<number>_value%
%ajleaderboards_position_<board>%
%ajleaderboards_board_<board>_<number>_prefix%
%ajleaderboards_board_<board>_<number>_suffix%
%ajleaderboards_board_<board>_<number>_color%

NO DOWNLOAD COMMAND

Description of placeholders: https://wiki.ajg0702.us/ajparkour/setup/placeholders

(<> = required)

%ajpk_stats_top_name_<number>%
%ajpk_stats_top_name_<number>_<area>%
%ajpk_stats_top_score_<number>%
%ajpk_stats_top_score_<number>_<area>%
%ajpk_stats_top_time_<number>%
%ajpk_stats_highscore%
%ajpk_stats_highscore_<area>%
%ajpk_current%
%ajpk_jumping%

NO DOWNLOAD COMMAND

%alonsolevels_developer%
%alonsolevels_empty_progress_bar%
%alonsolevels_experience%
%alonsolevels_experience_format%
%alonsolevels_experience_in_current_level%
%alonsolevels_experience_to_level_up%
%alonsolevels_experience_to_level_up_format%
%alonsolevels_level%
%alonsolevels_level_format%
%alonsolevels_progress%
%alonsolevels_progress_bar%
%alonsolevels_progress_bar_format%
%alonsolevels_progress_format%
%alonsolevels_progress_stripped%
%alonsolevels_progress_stripped_format%
%alonsolevels_progress_percent%
%alonsolevels_progress_percent_format%
%alonsolevels_reqiored_experience_in_current_level%
%alonsolevels_version%

NO DOWNLOAD COMMAND

([] = optional)

%animatedmenu_motd_<ip>[_port]%  
%animatedmenu_status_<ip>[_port]_<onlinemessage>_<offlinemessage>%  

Examples:

%animatedmenu_status_testplugins.com_&aOnline_&cOffline%  
%animatedmenu_status_testplugins.com_25565_&aOnline_&cOffline%  

/papi ecloud download AParkour

%aparkour_ct% - Shows current time in seconds
%aparkour_ctf% - Shows current time formatted
%aparkour_lt_<parkourID>% - Shows specified parkour last time
%aparkour_ltf_<parkourID>% - Shows specified last time formatted
%aparkour_bt_<parkourID>% - Shows specified parkour best time
%aparkour_btf_<parkourID>% - Shows specified parkour best time formatted

/papi ecloud download ASkyBlock

%askyblock_level%
%askyblock_island_y%
%askyblock_island_z%
%askyblock_island_world%
%askyblock_team_size%
%askyblock_coop_islands%
%askyblock_has_island%
%askyblock_owner%

NO DOWNLOAD COMMAND

%asynckeepalive_ping%

NO DOWNLOAD COMMAND

%ath_date%
%ath_count%

/papi ecloud download AutoRank

%autorank_total_time_of_player%
%autorank_total_time_of_player_formatted%
%autorank_daily_time_of_player%
%autorank_daily_time_of_player_formatted%
%autorank_weekly_time_of_player%
%autorank_weekly_time_of_player_formatted%
%autorank_monthly_time_of_player%
%autorank_monthly_time_of_player_formatted%
%autorank_local_time%
%autorank_local_time_formatted%
%autorank_global_time%
%autorank_global_time_formatted%
%autorank_completed_paths%
%autorank_active_paths%
%autorank_eligible_paths%

/papi ecloud download AutoSell

%autosell_in_autosell_mode%
%autosell_in_autoblocks_mode%
%autosell_in_automelt_mode%
%autosell_current_shop%
%autosell_total_multiplier%
%autosell_time_multiplier%
%autosell_perm_multiplier%
%autosell_perm_multiplier_name%
%autosell_time_multiplier_minsleft%
%autosell_time_multiplier_timeleft%

NO DOWNLOAD COMMAND

%banksystem_name%
%banksystem_balance%
%banksystem_pocket%
%banksystem_total%
%banksystem_currency%

NO DOWNLOAD COMMAND

%battlelevels_level%
%battlelevels_score%
%battlelevels_bar%
%battlelevels_topstreak%
%battlelevels_killstreak%
%battlelevels_kills%
%battlelevels_deaths%
%battlelevels_kdr%
%battlelevels_globalbooster%
%battlelevelseededfornext%
%battlelevels_neededfornextremaining%

NO DOWNLOAD COMMAND

%beautyquests_player_inprogress_amount%
%beautyquests_player_finished_amount%
%beautyquests_total_amount%
%beautyquests_advancement_ID%

NO DOWNLOAD COMMAND

Player:

%bw1058_player_level%
%bw1058_player_progress%
%bw1058_player_rerq_xp%
%bw1058_player_rerq_xp_formatted%
%bw1058_player_team%
%bw1058_player_xp%
%bw1058_player_xp_formatted%

Stats:

%bw1058_stats_bedsdestroyed%
%bw1058_stats_deaths%
%bw1058_stats_finalkills%
%bw1058_stats_finaldeaths%
%bw1058_stats_firstplay%
%bw1058_stats_gamesplayed%
%bw1058_stats_kills%
%bw1058_stats_lastplay%
%bw1058_stats_losses%
%bw1058_stats_wins%

Other:

%bw1058_arena_status_[arena]%
%bw1058_arena_count_[arena]%
%bw1058_current_playing%
%bw1058_current_arenas%

NO DOWNLOAD COMMAND

Check out BentoBox placeholders docs for more placeholders.

Available gamemodes: acidisland, bskyblock, caveblock, skygrid and aoneblock.

%[gamemode]_world_friendly_name%
%[gamemode]_island_distance%
%[gamemode]_island_protection_range%
%[gamemode]_island_owner%
%[gamemode]_island_creation_date%
%[gamemode]_island_center%
%[gamemode]_island_name%

Level add-on

Available gamemodes: acidisland, bskyblock, caveblock, skygrid and aoneblock.

%Level_[gamemode]_island_level%
%Level_[gamemode]_top_value_#RANK#%
%Level_[gamemode]_top_name_#RANK#%

NO DOWNLOAD COMMAND

Please refer to the official documentation for more info.

%betonquest_<variable>%
%betonquest_<package>:<variable>%

/papi ecloud download BlockParty

%blockparty_wins%
%blockparty_points%
%blockparty_gamesplayed%

NO DOWNLOAD COMMAND

%blockquest_blocksfound%
%blockquest_blocksleft%
%blockquest_allblocks%

NO DOWNLOAD COMMAND

%boxing_losses%
%boxing_times_played%
%boxing_wins%

/papi ecloud download BuildBattlePro

%buildbattlepro_wins%
%buildbattlepro_played%
%buildbattlepro_most_points%
%buildbattlepro_particles_placed%
%buildbattlepro_blocks_placed%
%buildbattlepro_super_votes%
%buildbattlepro_status_<arena>%

NO DOWNLOAD COMMAND

%bungeeperms_groups%
%bungeeperms_primary_group_name%
%bungeeperms_prefix%
%bungeeperms_prefix_primary_group%
%bungeeperms_suffix%
%bungeeperms_suffix_primary_group%
%bungeeperms_in_group_<Group>%
%bungeeperms_has_permission_<Permission>%

NO DOWNLOAD COMMAND

Note: You have to download the jar from the linked Spigot page.

%buycraftAPI_recent_currency_<number>%
%buycraftAPI_recent_name_<number>%
%buycraftAPI_recent_price_<number>%
%buycraftapi_top_donator_currency%
%buycraftapi_top_donator_name%
%buycraftapi_top_donator_price%

NO DOWNLOAD COMMAND

%carlthecreeper_cooldown_<reward>%
%carlthecreeper_statistic_rewards_claimed%

NO DOWNLOAD COMMAND

%chatcolorplus_chatcolor%
%chatcolorplus_namecolor%

NO DOWNLOAD COMMAND

%chatcolorpluspremium_chat_color%
%chatcolorpluspremium_tab_color%
%chatcolorpluspremium_sign_color%
%chatcolorpluspremium_font%

%chatcolorpluspremium_chat_color_name%
%chatcolorpluspremium_sign_color_name%
%chatcolorpluspremium_name_color_name%
%chatcolorpluspremium_tab_color_name%
%chatcolorpluspremium_name_color%

/papi ecloud download ChatReaction

%chatreaction_wins% - Chat reaction wins (Requires MySQL)
%chatreaction_wins_<playername>% - Chat reactions wins for a certain player (Requires MySQL)
%chatreaction_top_player_<placement>% - Returns the player at the placement inputted from the leaderboard (Requires MySQL)
%chatreaction_top_wins_<placement>% - Returns the amount of wins a player has at that placement (Requires MySQL)
%chatreaction_type% - Type of reaction (Reaction or Scramble)
%chatreaction_active_round% - Is a round currently active
%chatreaction_display_word% - The scrambled word
%chatreaction_reaction_word% - The actual solution word
%chatreaction_start_time% - Time when the round started
%chatreaction_latest_winner% - Last recorded winner
%chatreaction_start_time_in_seconds% - Returns the time (in seconds) since the chat reaction started
%chatreaction_time_remaining% - returns the time (in seconds) when the chat reaction event will expire

/papi ecloud download CheckNameHistory

%checknamehistory_previous_name_<#>%
%checknamehistory_previous_name_date_<#>%

NO DOWNLOAD COMMAND

%clans_clan_tag%
%clans_colored_clan_tag%

NO DOWNLOAD COMMAND

%clans_name%
%clans_raidshield%
%clans_rank%

NO DOWNLOAD COMMAND

%clantagprovider_clantag_custom_design%
%clantagprovider_clantag%

NO DOWNLOAD COMMAND

%clanspro_clan_name%
%clanspro_clan_description%
%clanspro_clan_color%
%clanspro_clan_pvp_mode%
%clanspro_clan_balance%
%clanspro_clan_power%
%clanspro_clan_members_online%
%clanspro_member_rank%
%clanspro_member_bio%
%clanspro_raidshield_status%

NO DOWNLOAD COMMAND

%clansystem_clan%
%clansystem_clan_level%
%clansystem_clan_leader%
%clansystem_clan_balance%
%clansystem_clan_rank%
%clansystem_clan_deaths%
%clansystem_clan_kills%
%clansystem_clan_size%

NO DOWNLOAD COMMAND

%combatlogx_time_left%
%combatlogx_enemy_name%
%combatlogx_enemy_health%
%combatlogx_enemy_health_rounded%
%combatlogx_enemy_hearts%
%combatlogx_status%
%combatlogx_in_combat%

NO DOWNLOAD COMMAND

%compassance_p_string%
%compassance_p_selectedtheme%
%compassance_p_target%
%compassance_p_target_location%
%compassance_p_target_distance%
%compassance_p_string_theme_<theme-id>%

NO DOWNLOAD COMMAND

%countryonjoin_player_country_code%
%countryonjoin_player_country_name%

/papi ecloud download CraftConomy

([] = Optional)

%craftconomy_<currency>[option]%

About the options:
CraftConomy's placeholders allow the addition of extra "arguments", to return a certain value.

  • @[number] Returns [number] times of the players balance in the specified currency.
    Example: %craftconomy_YourCurrency_@10% returns 100 YourCurrency, if the player has 10 YourCurrency.
  • @int CraftConomy normally returns the value as a double. This option returns it as an integer.
    This can be used in plugins, that require an integer. (e.g. DeluxeMenus)

NO DOWNLOAD COMMAND

%craftingstore_donator%
%craftingstore_donator_1%
%craftingstore_donator_2%
%craftingstore_donator_3%
%craftingstore_donator_4%
%craftingstore_donator_5%

%craftingstore_payment%
%craftingstore_payment_1%
%craftingstore_payment_2%
%craftingstore_payment_3%
%craftingstore_payment_4%
%craftingstore_payment_5%

NO DOWNLOAD COMMAND

%cursedvip_is_vip%
%cursedvip_active_vip%
%cursedvip_days_left%
%cursedvip_initial_date%

NO DOWNLOAD COMMAND

%cui_version%
%customitems_version%

NO DOWNLOAD COMMAND

%dailyrewards_remaining_time%
%dailyrewards_remaining_hours%
%dailyrewards_remaining_minutes%
%dailyrewards_remaining_seconds%
%dailyrewards_player_reward_available%
%dailyrewards_player_no_rewards%
%dailyrewards_player_test_qualification%

NO DOWNLOAD COMMAND

%deliveryman_prizes_all%
%deliveryman_prizes_from:[menu id]%
%deliveryman_has_prize:[menu id]:[prize id]%

/papi ecloud download DeluxeChat

%deluxechat_is_pm_toggled%
%deluxechat_pm_recipient%
%deluxechat_social_spy_enabled%

NO DOWNLOAD COMMAND

%deluxecombat_ranking_points%
%deluxecombat_ranking_kills%
%deluxecombat_ranking_deaths%
%deluxecombat_ranking_combatlogs%
%deluxecombat_ranking_kd%
%deluxecombat_ranking_rank%
%deluxecombat_ranking_streak%
%deluxecombat_ranking_maxstreak%
%deluxecombat_in_combat%
%deluxecombat_combat_time%
%deluxecombat_combat_opponent%
%deluxecombat_ranking_<StatsType>_<Rank>%
%deluxecombat_ranking_<StatsType>_<Rank>_<Group>%
  • StatsType: kills, deaths, combatlogs, points.
  • Rank: A number between 1 to the pull limit.
  • Group: The servergroup.

NO DOWNLOAD COMMAND

%deluxemenus_meta_<key>_<dataType>_<default_value>%
  • Key: The key of the meta you want to check
  • Data Type: Can be STRING, BOOLEAN, DOUBLE, LONG, or INTEGER. If the given key has a different data type, an error will occur.
  • Default Value: The value returned if nothing is found.

/papi ecloud download DeluxePM

%deluxepm_status%

/papi ecloud download DeluxeTags

%deluxetags_tag%
%deluxetags_identifier%
%deluxetags_description%
%deluxetags_amount%
%deluxetags_tag_<TagID>%
%deluxetags_description_<TagID>%
%deluxetags_has_tag_<TagID>%

NO DOWNLOAD COMMAND

%denizen_<denizen-tag>% (EX: %denizen_<player.flag[MyFlag]>% )

NO DOWNLOAD COMMAND

You can find an up-to-date list of the placeholders in their wiki.


/papi ecloud download Disease

%disease_disease%
%disease_sickness%
%disease_temperature%

  • DonateParty

NO DOWNLOAD COMMAND

%donateparty_goal%
%donateparty_goal_needed%

NO DOWNLOAD COMMAND

%donationsHolograms_percentage%
%donationsHolograms_progressBar%
%donationsHolograms_received%
%donationsHolograms_goal%

NO DOWNLOAD COMMAND

%dragonslayer_prefix%
%dragonslayer_timer%
%dragonslayer_nexttime%
%dragonslayer_nexttimehms%
%dragonslayer_nextmap%
%dragonslayer_mykills%
%dragonslayer_place_n% (n=1,2,3...)
%dragonslayer_place_n_name% (n=1,2,3...)
%dragonslayer_place_n_score% (n=1,2,3...)
%dragonslayer_slayer%

NO DOWNLOAD COMMAND

%dxl_floor_player_count%
%dxl_dungeon_name%
%dxl_game_player_count%
%dxl_global_dungeon_count%
%dxl_global_floor_count%
%dxl_global_instance_count%
%dxl_group_members%
%dxl_group_name%
%dxl_group_name_raw%
%dxl_group_player_count%

NO DOWNLOAD COMMAND

%economybank_balance%

/papi ecloud download Enjin

%enjin_points%

/papi ecloud download Envoys

%envoys_time_until_refill%

NO DOWNLOAD COMMAND

%epicfriends_friendcount%
%epicfriends_friendcount_online%

NO DOWNLOAD COMMAND

%epiclevels_level%
%epiclevels_experience%
%epiclevels_kills%
%epiclevels_deaths%
%epiclevels_killstreak%
%epiclevels_bestkillstreak%
%epiclevels_kdr%
%epiclevels_nextlevel%
%epiclevels_neededfornextlevel%
%epiclevels_boosterenabled%
%epiclevels_booster%
%epiclevels_globalboosterenabled%
%epiclevels_globalbooster%
%epiclevels_progressbar%
%epiclevels_playerkills%
%epiclevels_mobkills%

NO DOWNLOAD COMMAND

%esscore_flight%
%esscore_is_nicked%
%esscore_nickname%
%esscore_is_vanished%
%esscore_is_muted%
%esscore_is_frozen%

/papi ecloud download Essentials

This expansion works with both Essentials and EssentialsX (Second one is recommended).

%essentials_is_teleport_enabled%
%essentials_is_pay_enabled%
%essentials_is_pay_confirm%
%essentials_nickname%
%essentials_godmode%
%essentials_jailed%
%essentials_kit_last_use_<kitname>%
%essentials_has_kit_<kitname>%
%essentials_kit_is_available_<kitname>%
%essentials_kit_time_until_available_<kitname>%
%essentials_pm_recipient%
%essentials_afk%
%essentials_afk_reason%
%essentials_vanished%
%essentials_fly%
%essentials_is_muted%
%essentials_unique%
%essentials_msg_ignore%
%essentials_homes_set%
%essentials_homes_max%
%essentials_safe_online%
%essentials_worth%

/papi ecloud download EZBlocks

%ezblocks_broken%

/papi ecloud download EZPrestige

%ezprestige_prestige%
%ezprestige_prestigetag%
%ezprestige_nextprestige%
%ezprestige_nextprestigetag%

/papi ecloud download EZRanksPro

%ezrankspro_player%
%ezrankspro_displayname%
%ezrankspro_world%
%ezrankspro_rank%
%ezrankspro_rankup%
%ezrankspro_cost%
%ezrankspro_cost_formatted%
%ezrankspro_balance%
%ezrankspro_balance_formatted%
%ezrankspro_difference%
%ezrankspro_difference_formatted%
%ezrankspro_progress%
%ezrankspro_progressexact%
%ezrankspro_progressbar%
%ezrankspro_rankprefix%
%ezrankspro_rankupprefix%
%ezrankspro_lastrank%
%ezrankspro_lastrankprefix%
%ezrankspro_rank_cost_<Rank>%
%ezrankspro_rank_cost_formatted_<Rank>%
%ezrankspro_rank_prefix_<Rank>%
%ezrankspro_rankup_rank_prefix_<Rank>%
%ezrankspro_rankup_rank_<Rank>%

/papi ecloud download Factions

%factions_faction%
%factions_power%
%factions_powermax%
%factions_factionpower%
%factions_factionpowermax%
%factions_title%
%factions_role%
%factions_claims%
%factions_onlinemembers%
%factions_allmembers%

NO DOWNLOAD COMMAND

You can find an up-to-date list of the placeholders in their wiki.


  • Factions relation placeholders

NO DOWNLOAD COMMAND

%rel_[factions/factionsuuid]_relation%
%rel_[factions/factionsuuid]_relation_color%

NOTE: These placeholders work with FactionsUUID and MCore all you need is downloading the expansion of the plugin you're using. if you're using these placeholders in DeluxeChat you need to enable this option "relation_placeholders_enabled: true" you can find that in the config.


NO DOWNLOAD COMMAND

%funnyguilds_guilds%
%funnyguilds_users%
%funnyguilds_deaths%
%funnyguilds_kdr%
%funnyguilds_kills%
%funnyguilds_points-format%
%funnyguilds_points%
%funnyguilds_position%
%funnyguilds_g-allies%
%funnyguilds_g-deaths%
%funnyguilds_g-deputies%
%funnyguilds_g-deputy%
%funnyguilds_g-kdr%
%funnyguilds_g-kills%
%funnyguilds_g-lives%
%funnyguilds_g-members-all%
%funnyguilds_g-members-online%
%funnyguilds_g-name%
%funnyguilds_g-owner%
%funnyguilds_g-points-format%
%funnyguilds_g-points%
%funnyguilds_g-position%
%funnyguilds_g-region-size%
%funnyguilds_g-tag%
%funnyguilds_g-validity%
%funnyguilds_gtop-x%
%funnyguilds_ptop-x%

  • GAListener

NO DOWNLOAD COMMAND

%galistener_votes%

NO DOWNLOAD COMMAND

%gangsplus_in_gang%
%gangsplus_gang_name%
%gangsplus_gang_name_formatted%
%gangsplus_gang_rank%
%gangsplus_gang_rank_number%
%gangsplus_gang_friendly_fire%
%gangsplus_gang_online_members_list%
%gangsplus_gang_online_members_count%
%gangsplus_gang_members_list%
%gangsplus_gang_members_count%
%gangsplus_gang_leader%
%gangsplus_gang_level%
%gangsplus_gang_wins%
%gangsplus_gang_losses%
%gangsplus_gang_wlr%
%gangsplus_gang_kills%
%gangsplus_gang_deaths%
%gangsplus_gang_kdr%

/papi ecloud download GemsEconomy

%gemseconomy_balance_default%
%gemseconomy_balance_default_formatted%
%gemseconomy_balance_<currency plural or singular>%
%gemseconomy_balance_<currency plural or singular>_formatted%

NO DOWNLOAD COMMAND

%griefdefender_blocks_left%
%griefdefender_blocks_total%
%griefdefender_claim_admin%	
%griefdefender_claim_basic%	
%griefdefender_claim_subdivision%	
%griefdefender_claim_town%	
%griefdefender_claims_admin%	
%griefdefender_claims_basic%	
%griefdefender_claims_subdivision%	
%griefdefender_claims_town%	
%griefdefender_claim_name%	
%griefdefender_claim_owner%	
%griefdefender_claim_trust%	
%griefdefender_claim_type%	
%griefdefender_claim_for_sale%	
%griefdefender_pvp%	

/papi ecloud download GriefPrevention

%griefprevention_claims%
%griefprevention_claims_formatted%
%griefprevention_bonusclaims%
%griefprevention_bonusclaims_formatted%
%griefprevention_accruedclaims%
%griefprevention_accruedclaims_formatted%
%griefprevention_remainingclaims%
%griefprevention_remainingclaims_formatted%
%griefprevention_currentclaim_ownername%

NO DOWNLOAD COMMAND

%guilds_name%
%guilds_master%
%guilds_member_count%
%guilds_prefix%
%guilds_members_online%
%guilds_status%
%guilds_role%
%guilds_tier%
%guilds_balance%
%guilds_tier_name%
%guilds_role_node%
%guilds_id%
%guilds_code_amount%
%guilds_max_members%
%guilds_max_balance%
%guilds_formatted%
%guilds_challenge_wins%
%guilds_challenge_loses%
%guilds_motd%

NO DOWNLOAD COMMAND

%guiredeemmcmmo_credits%

NO DOWNLOAD COMMAND

%hdb_amount%
%hdb_amount_formatted%
%hdb_amount_<category>%
%hdb_tags%

/papi ecloud download Heroes

%heroes_skill_level_<skillname>%
%heroes_main_class_name%
%heroes_main_class_description%
%heroes_main_class_tier%
%heroes_second_class_name%
%heroes_second_class_description%
%heroes_second_class_tier%
%heroes_level%
%heroes_mana%
%heroes_mana_regen%
%heroes_max_mana%
%heroes_mastered_classes%
%heroes_mastered_classes_amount%
%heroes_party_is_no_pvp%
%heroes_party_size%
%heroes_party_leader%

NO DOWNLOAD COMMAND

%holoblock_maxowned%
%holoblock_maxline%
%holoblock_owned:<player>%
%holoblock_maxowned:<player>%
%holoblock_maxline:<player>%
%holoblock_isPlaceholder:<player>%
%holoblock_isColor:<player>%
%holoblock_isCustomSkin:<player>%
%holoblock_isItemLine:<player>%

NO DOWNLOAD COMMAND

%hpw_house%
%hpw_house_coloured%
%hpw_amount_of_spells%
%hpw_housepoints%
%hpw_{house}_housepoints%
%hpw_hogwarts_last_winner%
%hpw_hogwarts_last_winner_coloured%
%hpw_ministry_last_winner%
%hpw_ministry_last_winner_coloured%

NO DOWNLOAD COMMAND

%hugs_total%
%hugs_player_total_given%
%hugs_player_total_received%

NO DOWNLOAD COMMAND

%interactionvisualizer_itemstand%
%interactionvisualizer_itemdrop%
%interactionvisualizer_hologram%

NO DOWNLOAD COMMAND

%interactivechat_mentiontoggle%

NO DOWNLOAD COMMAND

%isborder_status%
%isborder_size%
%isborder_color%

NO DOWNLOAD COMMAND

%islandrate_top_rated_player%
%islandrate_top_rated_amount%
%islandrate_total_ratings_server%
%islandrate_total_ratings_player%

NO DOWNLOAD COMMAND

%acidislandrate_top_rated_player%
%acidislandrate_top_rated_amount%
%acidislandrate_total_ratings_server%
%acidislandrate_total_ratings_player%

  • IslandWorld

NO DOWNLOAD COMMAND

%islandworld_points_with_party%
%islandworld_points_without_party%
%islandworld_island_members%
%islandworld_all_members%
%islandworld_can_build%
%islandworld_in_party%

NO DOWNLOAD COMMAND

%jobsr_user_id%
%jobsr_user_bstandcount%
%jobsr_user_maxbstandcount%
%jobsr_user_furncount%
%jobsr_user_maxfurncount%
%jobsr_user_doneq%
%jobsr_user_seen%
%jobsr_user_totallevels%
%jobsr_user_issaved%
%jobsr_user_displayhonorific%
%jobsr_user_joinedjobcount%
%jobsr_user_boost_(jname/number)_(money/exp/points)%
%jobsr_user_isin_(jname/number)%
%jobsr_user_canjoin_(jname/number)%
%jobsr_user_jlevel_(jname/number)%
%jobsr_user_jexp_(jname/number)%
%jobsr_user_jmaxexp_(jname/number)%
%jobsr_user_jmaxlvl_(jname/number)%
%jobsr_user_points%
%jobsr_user_total_points%
%jobsr_user_archived_jobs%
%jobsr_maxjobs%
%jobsr_limit_(money/exp/points)%
%jobsr_plimit_(money/exp/points)%
%jobsr_plimit_tleft_(money/exp/points)%
%jobsr_total_workers%
%jobsr_totalplayers_(jname/number)%
%jobsr_name_(jname/number)%
%jobsr_shortname_(jname/number)%
%jobsr_chatcolor_(jname/number)%
%jobsr_description_(jname/number)%
%jobsr_maxdailyq_(jname/number)%
%jobsr_maxlvl_(jname/number)%
%jobsr_maxviplvl_(jname/number)%
%jobsr_maxslots_(jname/number)%
%jobsr_bonus_(jname/number)%

/papi ecloud download Karma

%karma_alignment%
%karma_aligned_name%
%karma_score%
%karma_recent_points_gained%
%karma_last_source%

/papi ecloud download KillStats

%killstats_kills%
%killstats_killrank%
%killstats_deaths%
%killstats_deathrank%
%killstats_streak%
%killstats_streakrank%
%killstats_kdr%
%killstats_kdrrank%

NO DOWNLOAD COMMAND

%kitpvp_stats_kills%
%kitpvp_stats_deaths%
%kitpvp_stats_kdr%
%kitpvp_stats_level%
%kitpvp_stats_experience%
%kitpvp_player_killstreak%
%kitpvp_player_kit%

NO DOWNLOAD COMMAND

%kingdoms_kingdom%
%kingdoms_haskingdom%
%kingdoms_rp%
%kingdoms_land%
%kingdoms_onlinemembers%
%kingdoms_members%
%kingdoms_king%
%kingdoms_rank%

NO DOWNLOAD COMMAND

%kp-pvp_player_kills%
%kp-pvp_player_deaths%
%kp-pvp_player_coins%
%kp-pvp_player_streak%
%kp-pvp_player_is_on_kitpvp%
%kp-pvp_players_count_total%
%kp-pvp_player_kit%
%kp-pvp_player_level%
%kp-pvp_player_xp%

NO DOWNLOAD COMMAND

%lastloginapi_name%
%lastloginapi_last_login_date%
%lastloginapi_last_login_elapsed%
%lastloginapi_last_logout_date%
%lastloginapi_last_logout_elapsed%

NO DOWNLOAD COMMAND

More info about these placeholders can be found here.

%leaderheads_name_<statistic>_<time>_<rank>% 
%leaderheads_value_<statistic>_<time>_<rank>%

NO DOWNLOAD COMMAND

%legendquest_race%
%legendquest_mastered%
%legendquest_class%
%legendquest_subclass%
%legendquest_level%
%legendquest_exp%
%legendquest_statline%
%legendquest_hpbar%
%legendquest_hp%
%legendquest_manabar%
%legendquest_mana%
%legendquest_karma%
%legendquest_party%
%legendquest_shortstatline%
%legendquest_statlineheaders%
%legendquest_statlinenumbers%
%legendquest_statlinemods%
%legendquest_str%
%legendquest_dex%
%legendquest_con%
%legendquest_int%
%legendquest_wis%
%legendquest_chr%
%legendquest_strmod%
%legendquest_dexmod%
%legendquest_conmod%
%legendquest_intmod%
%legendquest_wismod%
%legendquest_chrmod%

/papi ecloud download lemonmobcoins

%lemonmobcoins_balance%
%lemonmobcoins_balance_fixed%
%lemonmobcoins_balance_formatted%

/papi ecloud download LuckPerms

You can find an up-to-date list of placeholders on the LuckPerms wiki.


  • LWC

NO DOWNLOAD COMMAND

%lwc_locks%

NO DOWNLOAD COMMAND

%mbedwars_arena-<arena>-maxplayers%
%mbedwars_arena-<arena>-players%
%mbedwars_arena-<arena>-status%
%mbedwars_arena-<arena>-teams%
%mbedwars_arena-<arena>-teamsize%

%mbedwars_playerarena-current-team%
%mbedwars_playerarena-current-team-color%
%mbedwars_playerarena-maxplayers%
%mbedwars_playerarena-name%
%mbedwars_playerarena-players%
%mbedwars_playerarena-status%
%mbedwars_playerarena-teams%
%mbedwars_playerarena-teamsize%

%mbedwars_stats-beds_destroyed%
%mbedwars_stats-deaths%
%mbedwars_stats-kd%
%mbedwars_stats-kills%
%mbedwars_stats-loses%
%mbedwars_stats-play_time%
%mbedwars_stats-rank%
%mbedwars_stats-rounds_played%
%mbedwars_stats-wins%
%mbedwars_stats-wl%

NO DOWNLOAD COMMAND

%marriage_gender%
%marriage_gender_color%
%marriage_gender_symbol%
%marriage_home%
%marriage_partner%
%marriage_partner_gender%
%marriage_partner_gender_color%
%marriage_partner_gender_symbol%
%marriage_partner_lastseen%
%marriage_partner_pvp%
%marriage_pitch%
%marriage_pvp%
%marriage_state%
%marriage_x%
%marriage_y%
%marriage_yaw%
%marriage_z%

/papi ecloud download marriage

%marriage_is_married%
%marriage_is_priest%
%marriage_gender%
%marriage_gender_chat_prefix%
%marriage_last_name%
%marriage_has_pvp_enabled%
%marriage_has_home_set%
%marriage_home_x%
%marriage_home_y%
%marriage_home_z%
%marriage_partner%

NO DOWNLOAD COMMAND

%marriagemaster_StatusHeart%
%marriagemaster_MagicHeart%
%marriagemaster_Heart%
%marriagemaster_IsMarried%
%marriagemaster_IsPriest%
%marriagemaster_Partner%
%marriagemaster_PartnerDisplayName%
%marriagemaster_Surname%
%marriagemaster_HasHome%
%marriagemaster_HomeX%
%marriagemaster_HomeY%
%marriagemaster_HomeZ%
%marriagemaster_HomeWorld%

Available if multiple partners are allowed on the server:

%marriagemaster_NearestPartnerName%
%marriagemaster_NearestPartnerDisplayName%
%marriagemaster_NearestSurname%
%marriagemaster_HasNearestHome%
%marriagemaster_NearestHomeX%
%marriagemaster_NearestHomeY%
%marriagemaster_NearestHomeZ%
%marriagemaster_NearestHomeWorld%
%marriagemaster_PartnerCount%
%marriagemaster_PartnerList%
%marriagemaster_PartnerDisplayNameList%

NO DOWNLOAD COMMAND

%mcinfected_lobby_name%
%mcinfected_lobby_time%
%mcinfected_lobby_arena_name%
%mcinfected_lobby_state%
%mcinfected_kit_human%
%mcinfected_kit_infected%
%mcinfected_team%
%mcinfected_killstreak%

NO DOWNLOAD COMMAND

%mcjobs_jobslist%
%mcjobs_playerjobs%
%mcjobs_ranks%
%mcjobs_levels%
%mcjobs_(original jobname)_name%
%mcjobs_(original jobname)_has%
%mcjobs_(original jobname)_rank%
%mcjobs_(original jobname)_level%
%mcjobs_(original jobname)_exp%
%mcjobs_(original jobname)_exptolvlup%
%mcjobs_(original jobname)_nextlvlexp%
%mcjobs_(original jobname)_language%
%mcjobs_paycache%

/papi ecloud download McMMO

%mcmmo_level_<skillname>%
%mcmmo_rank_<skillname>%
%mcmmo_xp_remaining_<skillname>%
%mcmmo_xp_needed_<skillname>%
%mcmmo_xp_<skillname>%
%mcmmo_power_level%
%mcmmo_power_level_cap%
%mcmmo_in_party%
%mcmmo_party_name%
%mcmmo_is_party_leader%
%mcmmo_party_leader%
%mcmmo_party_size%

NO DOWNLOAD COMMAND

%minechess_wins%
%minechess_loses%
%minechess_ties%
%minechess_played_time%
%minechess_arenaplayers_count_<arena>%
%minechess_arena_status_<arena>%

NO DOWNLOAD COMMAND

%minecord_servers%
%minecord_view%
%minecord_name%
%minecord_nickname%
%minecord_uuid%

/papi ecloud download MineCrates

%minecrates_area_handler_type%
%minecrates_area_name%
%minecrates_in_reward_area%
%minecrates_counter%
%minecrates_chance%
%minecrates_total_needed%
%minecrates_reward_list_name%

NO DOWNLOAD COMMAND

%mobhunting_rank%             (Only updated when leaderboards is updated)
%mobhunting_total_kills%      (Number of killed mobs (for the player))
%mobhunting_total_cash%       (The amount of money dropped on the ground)
%mobhunting_dropped_rewards%  (Number of rewards left on the ground)
%mobhunting_dropped_money%    (Amount of money left on the ground)
%mobhunting_balance%          (The amount of money in BagOfGold, in the player inventory)

/papi ecloud download multiverse

%multiverse_world_alias%
%multiverse_world_all_property_names%
%multiverse_world_generator%
%multiverse_world_name%
%multiverse_world_name_colored%
%multiverse_world_permissible_name%
%multiverse_world_time%
%multiverse_world_animals_spawn_enabled%
%multiverse_world_monsters_spawn_enabled%
%multiverse_world_access_permission%
%multiverse_world_adjust_spawn_enabled%
%multiverse_world_allow_flight_enabled%
%multiverse_world_auto_heal_enabled%
%multiverse_world_auto_load_enabled%
%multiverse_world_bed_respawn_enabled%
%multiverse_world_color%
%multiverse_world_currency%
%multiverse_world_difficulty%
%multiverse_world_environment%
%multiverse_world_gamemode%
%multiverse_world_hunger_enabled%
%multiverse_world_player_limit%
%multiverse_world_price%
%multiverse_world_seed%
%multiverse_world_style%
%multiverse_world_type%

NO DOWNLOAD COMMAND

%mycommand_playerdata_<variable_name>%

NO DOWNLOAD COMMAND

%mypet_name%
%mypet_level%
%mypet_exp%
%mypet_type%
%mypet_status%
%mypet_health%
%mypet_health_max%
%mypet_saturation%
%mypet_uuid%
%mypet_skilltree_display%
%mypet_skilltree_name%
%mypet_world_group%
%mypet_has_pet%

NO DOWNLOAD COMMAND

%myprefixsystem_rank_name%
%myprefixsystem_rank_prefix%
%myprefixsystem_rank_suffix%
%myprefixsystem_rank_color%

  • MySQL

NO DOWNLOAD COMMAND

%mysql_<key>%

<key> is a set query that can be found in the config.yml under plugins/PlaceholderAPI/expansion/MySQL.


  • MySQLTokens

NO DOWNLOAD COMMAND

%mysqltokens_tokens%

NO DOWNLOAD COMMAND

%namelessmc_notifications%

NO DOWNLOAD COMMAND

%namemcapi_prefix%
%namemcapi_namemcweb%
%namemcapi_ip%
%namemcapi_player%

You can find more information on the Wiki!


/papi ecloud download Nicknamer

%nicknamer_has_nickname%
%nicknamer_has_skin%
%nicknamer_nickname%

NO DOWNLOAD COMMAND

%nickreloaded_nick%
%nickreloaded_skin%

/papi ecloud download Nicky

%nicky_nickname%

NO DOWNLOAD COMMAND

%oneplayersleep_sleeping_player_count%
%oneplayersleep_total_player_count%

/papi ecloud download OnTime

%ontime_last_login%
%ontime_last_vote%
%ontime_time_played_month%
%ontime_referrals_month%
%ontime_votes_month%
%ontime_time_played_today%
%ontime_referrals_today%
%ontime_votes_today%
%ontime_time_played_total%
%ontime_points_total%
%ontime_referrals_total%
%ontime_votes_total%
%ontime_time_played_week%
%ontime_referrals_week%
%ontime_votes_week%

NO DOWNLOAD COMMAND

You can find an up-to-date list of the placeholders in their wiki.


NO DOWNLOAD COMMAND

%outpost_data_id_<outpost>%
%outpost_data_name_<outpost>%
%outpost_data_world_<outpost>%
%outpost_data_region_<outpost>%
%outpost_conqueror_owner_<outpost>%
%outpost_conqueror_invader_<outpost>%
%outpost_conqueror_percentage_<outpost>%
%outpost_perks_money_<outpost>%
%outpost_perks_exp_<outpost>%

NO DOWNLOAD COMMAND

%paintball_wins%
%paintball_loses%
%paintball_ties%
%paintball_kills%
%paintball_coins%

NO DOWNLOAD COMMAND

%parkour_course_completed_<course>%
%parkour_course_completions_<course>%
%parkour_course_record_<course>_deaths%
%parkour_course_record_<course>_milliseconds%
%parkour_course_record_<course>_player%
%parkour_course_record_<course>_time%
%parkour_course_views%
%parkour_current_checkpoint%
%parkour_current_course_checkpoints%
%parkour_current_course_completed%
%parkour_current_course_deaths%
%parkour_current_course_name%
%parkour_current_course_personal_best_deaths%
%parkour_current_course_personal_best_milliseconds%
%parkour_current_course_personal_best_player%
%parkour_current_course_personal_best_time%
%parkour_current_course_record_deaths%
%parkour_current_course_record_milliseconds%
%parkour_current_course_record_player%
%parkour_current_course_record_time%
%parkour_current_course_timer%
%parkour_global_course_count%
%parkour_global_player_count%
%parkour_global_version%
%parkour_leaderboard_<course>_<position>_deaths%
%parkour_leaderboard_<course>_<position>_milliseconds%
%parkour_leaderboard_<course>_<position>_player%
%parkour_leaderboard_<course>_<position>_time%
%parkour_player_courses_completed%
%parkour_player_courses_uncompleted%
%parkour_player_last_completed%
%parkour_player_last_joined%
%parkour_player_level%
%parkour_player_parkoins%
%parkour_player_personal_best_<course>_deaths%
%parkour_player_personal_best_<course>_milliseconds%
%parkour_player_personal_best_<course>_player%
%parkour_player_personal_best_<course>_time%
%parkour_player_prize_delay_<course>%
%parkour_player_rank%
%parkour_topten_<course>_<position>%

NO DOWNLOAD COMMAND

%parties_color_code%
%parties_color_command%
%parties_color_name%
%parties_desc%
%parties_kills%
%parties_motd%
%parties_party%
%parties_rank_chat%
%parties_rank_name%

NO DOWNLOAD COMMAND

%friendsapi_friendcount%
%friendsapi_friendrequestcount%
%friendsapi_onlinefriendcount%

/papi ecloud download PermissionTimer

%pt_all%
%pt_perm_#%
%pt_timeleft_#%

NO DOWNLOAD COMMAND

%pixelvip_expiration_millis%
%pixelvip_expiration_desc%
%pixelvip_active_vip%

NO DOWNLOAD COMMAND

The plugin provides placeholders for statistics stored in the plugin for players and the server.

Check Plan Wiki for the placeholders list.


/papi ecloud download PlayTime

%playtime_player%
%playtime_time%
%playtime_timesjoined%
%playtime_serveruptime%

/papi ecloud download PlayerPoints

%playerpoints_points%

NO DOWNLOAD COMMAND

%plotsquared_currentplot_alias%
%plotsquared_currentplot_owner%
%plotsquared_currentplot_members%
%plotsquared_currentplot_members_added%
%plotsquared_currentplot_members_trusted%
%plotsquared_currentplot_members_denied%
%plotsquared_world_name%
%plotsquared_has_plot_<world>%
%plotsquared_currentplot_x%
%plotsquared_currentplot_y%
%plotsquared_currentplot_xy%
%plotsquared_currentplot_rating%
%plotsquared_currentplot_biome%
%plotsquared_has_plot%
%plotsquared_has_build_rights%
%plotsquared_plot_count%
%plotsquared_plot_count_<world>%
%plotsquared_allowed_plot_count%
%plotsquared_currentplot_localflag_<flag>%
%plotsquared_currentplot_flag_<flag>%

NO DOWNLOAD COMMAND

%pointsapi_points%

NO DOWNLOAD COMMAND

%powerranks_rank%
%powerranks_prefix%
%powerranks_suffix%
%powerranks_subrankprefix%
%powerranks_subranksuffix%
%powerranks_chatcolor%
%powerranks_namecolor%
%powerranks_usertag%
%powerranks_world%
%powerranks_playtime%

NO DOWNLOAD COMMAND

%premiumvanish_isvanished%
%premiumvanish_vanishedplayers%
%premiumvanish_playercount%
%premiumvanish_playercountwithoutshowintab%
%premiumvanish_bungeeplayercount%
%premiumvanish_bungeeplayercount@<server>%
%premiumvanish_target%
%premiumvanish_uselevel%
%premiumvanish_seelevel%

<server> is the name of the server it should show the playercount of.


NO DOWNLOAD COMMAND

Each placeholder has a shorter alias, which follows the primary placeholder below.

Player rank placeholders: Must be used directly with a player, such as with player chat prefixes. These placeholders can return zero, one, or more rank related values depending upon how many ladders the player is on.

%prison_rank%
%prison_r%
%prison_rank_tag%
%prison_rt%
%prison_rankup_cost%
%prison_rc%
%prison_rankup_cost_formatted%
%prison_rcf%
%prison_rankup_cost_percent%
%prison_rcp%
%prison_rankup_cost_bar%
%prison_rcb%
%prison_rankup_cost_remaining%
%prison_rcr%
%prison_rankup_cost_remaining_formatted%
%prison_rcrf%
%prison_rankup_rank%
%prison_rr%
%prison_rankup_rank_tag%
%prison_rrt%

Player rank placeholders for individual ladders: Must be used directly with a player. Use the ladder name, all lowercase, in place of <laddername>, and it will return zero or one rank related values.

%prison_rank_<laddername>%
%prison_r_<laddername>%
%prison_rank_tag_<laddername>%
%prison_rt_<laddername>%
%prison_rankup_cost_<laddername>%
%prison_rc_<laddername>%
%prison_rankup_cost_formatted_<laddername>%
%prison_rcf_<laddername>%
%prison_rankup_cost_percent_<laddername>%
%prison_rcp_<laddername>%
%prison_rankup_cost_bar_<laddername>%
%prison_rcb_<laddername>%
%prison_rankup_cost_remaining_<laddername>%
%prison_rcr_<laddername>%
%prison_rankup_cost_remaining_formatted_<laddername>%
%prison_rcrf_<laddername>%
%prison_rankup_rank_<laddername>%
%prison_rr_<laddername>%
%prison_rankup_rank_tag_<laddername>%
%prison_rrt_<laddername>%
%prison_player_balance%
%prison_pb%
%prison_player_balance_<laddername>%
%prison_pb_<laddername>%

Mine relate placeholders: Use the mine name, all lowercase, in place of <minename>.

%prison_mines_name_<minename>%
%prison_mn_<minename>%
%prison_mines_tag_<minename>%
%prison_mt_<minename>%
%prison_mines_interval_<minename>%
%prison_mi_<minename>%
%prison_mines_interval_formatted_<minename>%
%prison_mif_<minename>%
%prison_mines_timeleft_<minename>%
%prison_mtl_<minename>%
%prison_mines_timeleft_bar_<minename>%
%prison_mtlb_<minename>%
%prison_mines_timeleft_formatted_<minename>%
%prison_mtlf_<minename>%
%prison_mines_size_<minename>%
%prison_ms_<minename>%
%prison_mines_remaining_<minename>%
%prison_mr_<minename>%
%prison_mines_remaining_bar_<minename>%
%prison_mrb_<minename>%
%prison_mines_percent_<minename>%
%prison_mp_<minename>%
%prison_mines_player_count_<minename>%
%prison_mpc_<minename>%
%prison_mines_blocks_mined_<minename>%
%prison_mbm_<minename>%
%prison_mines_reset_count_<minename>%
%prison_mrc_<minename>%

Player-mine related placeholders: Must be used with a player. These placeholders will only return non-blank values when the player is in a mine and the results will be for that mine.

%prison_mines_name_playermines%
%prison_mn_pm%
%prison_mines_tag_playermines%
%prison_mt_pm%
%prison_mines_interval_playermines%
%prison_mi_pm%
%prison_mines_interval_formatted_playermines%
%prison_mif_pm%
%prison_mines_timeleft_playermines%
%prison_mtl_pm%
%prison_mines_timeleft_bar_playermines%
%prison_mtlb_pm%
%prison_mines_timeleft_formatted_playermines%
%prison_mtlf_pm%
%prison_mines_size_playermines%
%prison_ms_pm%
%prison_mines_remaining_playermines%
%prison_mr_pm%
%prison_mines_remaining_bar_playermines%
%prison_mrb_pm%
%prison_mines_percent_playermines%
%prison_mp_pm%
%prison_mines_player_count_playermines%
%prison_mpc_pm%
%prison_mines_blocks_mined_playermines%
%prison_mbm_pm%
%prison_mines_reset_count_playermines%
%prison_mrc_pm%

/papi ecloud download PrisonMines

Mine-specific placeholders (For a single mine)

%prisonmines_blocks_mined_<mine name>%
%prisonmines_percent_mined_<mine name>%
%prisonmines_percent_left_<mine name>%
%prisonmines_time_until_reset_<mine name>%
%prisonmines_has_timed_reset_<mine name>%
%prisonmines_has_percentage_reset_<mine name>%

Player-specific placeholder (Gets mine at the current location)

%prisonmines_name%
%prisonmines_blocks_mined%
%prisonmines_percent_mined%
%prisonmines_percent_left%
%prisonmines_time_until_reset%
%prisonmines_has_timed_reset%
%prisonmines_has_percentage_reset%

NO DOWNLOAD COMMAND

%prisonranksx_currentrank_name%
%prisonranksx_currentrank_displayname%
%prisonranksx_rankup_name%
%prisonranksx_rankup_displayname%
%prisonranksx_rankup_progress%
%prisonranksx_rankup_progress_double%
%prisonranksx_rankup_percentage%
%prisonranksx_rankup_cost%
%prisonranksx_rankup_cost_formatted%
%prisonranksx_prestige_name%
%prisonranksx_prestige_displayname%
%prisonranksx_nextprestige_cost%
%prisonranksx_nextprestige_cost_formatted%
%prisonranksx_money%

NO DOWNLOAD COMMAND

%procosmetics_coins%
%procosmetics_cosmetics_activated%
%procosmetics_treasures_<treasure_name>%

NO DOWNLOAD COMMAND

%professionalbans_onlinetime%
%professionalbans_firstjoin%
%professionalbans_reports%

NO DOWNLOAD COMMAND

%proquests_completed_quests%
%proquests_active_quests%
%proquests_monthly_points%
%proquests_total_points%
%proquests_progress_bar_<quest identifier>%
%proquests_progress_<quest identifier>%
%proquests_total_<quest identifier>%

NO DOWNLOAD COMMAND

You can find an up-to-date list of the placeholders in their wiki.


NO DOWNLOAD COMMAND

%pvplevels_kills%
%pvplevels_deaths%
%pvplevels_xp%
%pvplevels_level%
%pvplevels_kdr%
%pvplevels_killstreak%
%pvplevels_xp_required%
%pvplevels_xp_progress%
%pvplevels_xp_progress_style%
%pvplevels_prefix%
%pvplevels_group%

NO DOWNLOAD COMMAND

%pvpstats_kills%
%pvpstats_deaths%
%pvpstats_elo%
%pvpstats_killstreak%
%pvpstats_maxstreak%

NO DOWNLOAD COMMAND

%pvpstats_kills%
%pvpstats_deaths%
%pvpstats_killstreak%
%pvpstats_kdr%

/papi ecloud download Quests

%quests_player_quest_points%
%quests_player_has_journal%
%quests_player_current_quest_amount%
%quests_player_completed_quest_amount%
%quests_player_current_quest_names%
%quests_player_completed_quest_names%
%quests_player_current_objectives_<quest>%
%quests_player_has_current_quest_<quest>%
%quests_player_has_completed_quest_<quest>%
%quests_player_cooldown_time_remaining_<quest>%
%quests_player_current_stage_number_<quest>%
%quests_player_can_accept_quest_<quest>%
%quests_player_meets_requirements_to_start_<quest>%

NO DOWNLOAD COMMAND

%questcreator_status_[model id]%
%questcreator_completion_[model id]%
%questcreator_cooldownmillis_[model id]%
%questcreator_cooldown_[model id]%
%questcreator_lastcompletionmillis_[model id]%
%questcreator_lastcompletion_[model id]%
%questcreator_variable_[variable name]%
%questcreator_hasjournaltoggle%

/papi ecloud download QuickSell

%quicksell_booster%
%quicksell_booster_time%

NO DOWNLOAD COMMAND

%treasuresrecentfind_find_number_<number>%
%treasuresrecentfind_from_first_<number>%

1 is most recent, 2 is second most, 3 third most, etc.


NO DOWNLOAD COMMAND

%rvp_arenaplayers_count_< arena >%
%rvp_arena_status_< arena >%
%rvp_kills%
%rvp_loses%
%rvp_ties%
%rvp_wins%

NO DOWNLOAD COMMAND

%ragemode_kills%
%ragemode_axe_kills%
%ragemode_direct_arrow_kills%
%ragemode_explosion_kills%
%ragemode_knife_kills%
%ragemode_deaths%
%ragemode_axe_deaths%
%ragemode_direct_arrow_deaths%
%ragemode_explosion_deaths%
%ragemode_knife_deaths%
%ragemode_current_streak%
%ragemode_longest_streak%
%ragemode_points%
%ragemode_games%
%ragemode_wins%
%ragemode_kd%
%ragemode_rank%

NO DOWNLOAD COMMAND

%rankup_current_rank%
%rankup_next_rank% 	
%rankup_current_prestige% 	
%rankup_next_prestige% 	
%rankup_money%
%rankup_money_formatted% 	
%rankup_prestige_money% 	
%rankup_prestige_money_formatted% 	
%rankup_money_left% 	
%rankup_money_left_formatted% 	
%rankup_percent_left%
%rankup_percent_left_formatted% 	
%rankup_percent_done_formatted%	
%rankup_requirement_<requirement>[_<left/percent_left/percent_done>]%
%rankup_rank_requirement_<rank>_<requirement>[_<left/percent_left/percent_done>]%
%rankup_rank_money_<rank>%
%rankup_rank_money_<rank>_left%
%rankup_rank_requirement_<rank>_money_percent_[done/left]%

NO DOWNLOAD COMMAND

%rwg_schematicAmount%
%rwg_schematics%
%rwg_biome%
%rwg_position1%
%rwg_position2%

NO DOWNLOAD COMMAND

%redprotect_player_in_region%
%redprotect_player_used_claims%
%redprotect_player_used_blocks%
%redprotect_player_total_claims%
%redprotect_player_total_blocks%
%redprotect_region_flag_value_<flag name>%

NO DOWNLOAD COMMAND

%rs_points%
%rs_referrals%

NO DOWNLOAD COMMAND

%restricteddimensions_has_access_<dimension>%

NO DOWNLOAD COMMAND

%rp_<name>%

<name> is the name you configured in the config.yml of this plugin.
Read More


/papi ecloud download rogueparkour-temporary

%RogueParkour-temporary_top_<number>;<type>%
%RogueParkour-temporary_get_<player>%

NO DOWNLOAD COMMAND

%royalcommands_nickname%

NO DOWNLOAD COMMAND

%rpginv_damage_bonus%
%rpginv_bow_damage_bonus%
%rpginv_hand_damage_bonus%
%rpginv_crit_damage_bonus%
%rpginv_crit_chance%
%rpginv_armor_bonus%
%rpginv_speed_bonus%
%rpginv_jump_bonus%

NO DOWNLOAD COMMAND

%seasons_season%
%seasons_season_[world]%
%seasons_weather%
%seasons_weather_[world]%
%seasons_day%
%seasons_day_[world]%

Replace [world] with the name of a loaded world.
Placeholders ending in a [world] will retrieve information from the specified world instead of the player's current world.


NO DOWNLOAD COMMAND

%sellall_multiplier%
%sellall_multitime%

NO DOWNLOAD COMMAND

%sl_[variable name]%

Replace [variable name] with the name of the signlink variable


NO DOWNLOAD COMMAND

You can find an up-to-date list of the placeholders in their wiki.


NO DOWNLOAD COMMAND

%simplecoins_balane%
%simplecoins_currency_name%

NO DOWNLOAD COMMAND

%simplecoinsapi_coins%

NO DOWNLOAD COMMAND

%simplekilltracker_kills%
%simplekilltracker_deaths%
%simplekilltracker_kdr%

/papi ecloud download SimplePrefix

%simpleprefix_prefix%
%simpleprefix_suffix%

NO DOWNLOAD COMMAND

%simplesuffix_prefix%
%simplesuffix_suffix%

/papi ecloud download SkillAPI

%skillapi_attribute_points%
%skillapi_mana%
%skillapi_max_mana%
%skillapi_skill_level_<skillName>%
%skillapi_skill_points_<skillName>%
%skillapi_skill_cost_<skillName>%
%skillapi_skill_levelreq_<skillName>%
%skillapi_skill_is_maxed_<skillName>%
%skillapi_skill_message_<skillName>%
%skillapi_skill_type_<skillName>%
%skillapi_skill_req_<skillName>%

The following placeholders are the same as above but instead of specifying the skillName, you can specify a number from 1 to pretty much infinity (amount of skills a player has) which will show the information related to the players 1st, 2nd, 3rd skill and so on...

%skillapi_player_skill_points_<#>%
%skillapi_player_skill_level_<#>%
%skillapi_player_skill_levelreq_<#>%
%skillapi_player_skill_name_<#>%
%skillapi_player_skill_message_<#>%
%skillapi_player_skill_req_<#>%
%skillapi_player_skill_type_<#>%
%skillapi_player_skill_can_autolevel_<#>%
%skillapi_player_skill_can_cast_<#>%

/papi ecloud download SkinsRestorer

%skinsrestorer_getSkinName%

/papi ecloud download skript

%skript_<variable name>%

NO DOWNLOAD COMMAND

%skywars_coins%
%skywars_stats_deaths%
%skywars_stats_kills%
%skywars_stats_wins%
%skywars_stats_played%
%skywars_stats_arrow_shot%
%skywars_stats_arrow_hit%
%skywars_stats_blocks_broken%
%skywars_stats_blocks_placed%
%skywars_stats_distance_walked%
%skywars_stats_time_played%
%skywars_glass%
%skywars_arena_name%
%skywars_arena_max_players%
%skywars_arena_ingame_players%

NO DOWNLOAD COMMAND

%skywars_players_count%
%skywars_parties_count%
%skywars_lobby_players_count%
%skywars_arenas_count%
%skywars_kits_count%
%skywars_trails_count%
%skywars_cages_count%
%skywars_kills%
%skywars_deaths%
%skywars_wins%
%skywars_modifier%
%skywars_projectiles_launched%
%skywars_projectiles_hit%
%skywars_player_exp%
%skywars_player_rank%
%skywars_blocks_placed%
%skywars_blocks_broken%
%skywars_arena%
%skywars_party_leader%
%skywars_selected_kit%
%skywars_selected_trail%
%skywars_selected_cage%
%skywars_selected_cage%
%skywars_coins%

NO DOWNLOAD COMMAND

%skywarsreloaded_score%
%skywarsreloaded_wins%
%skywarsreloaded_kills%
%skywarsreloaded_deaths%
%skywarsreloaded_games%
%skywarsreloaded_games_played%
%skywarsreloaded_map_name%
%skywarsreloaded_selected_kit%
%skywarsreloaded_blocks%
%skywarsreloaded_timevote%
%skywarsreloaded_time_vote%
%skywarsreloaded_opvote%
%skywarsreloaded_op_vote%

NO DOWNLOAD COMMAND

%spark_tps%
%spark_tps_5s%
%spark_tps_10s%
%spark_tps_1m%
%spark_tps_5m%
%spark_tps_15m%
%spark_cpu_system%
%spark_cpu_system_10s%
%spark_cpu_system_1m%
%spark_cpu_system_15m%
%spark_cpu_process%
%spark_cpu_process_10s%
%spark_cpu_process_1m%
%spark_cpu_process_15m%
%spark_tickduration%
%spark_tickduration_10s%
%spark_tickduration_1m%

NO DOWNLOAD COMMAND

%sqlperms_rank_<channel>%
%sqlperms_prefix_<chanel>%

NO DOWNLOAD COMMANDS

%sqltokens_tokens%

/papi ecloud download StaffFacilities

%stafffacilities_bungeetotal%
%stafffacilities_staffonline%
%stafffacilities_onlineplayers%
%stafffacilities_dutysize%
%stafffacilities_ischatmuted%
%stafffacilities_playergamemode%
%stafffacilities_isplayerfrozen%
%stafffacilities_maintenancemode%
%stafffacilities_amountofreports%
%stafffacilities_onduty%
%stafffacilities_ongodmode%
%stafffacilities_onfly%
%stafffacilities_vanished%
%stafffacilities_fakeleaved%
%stafffacilities_watchovered%
%stafffacilities_staffwatched%
%stafffacilities_staffvanished%
%stafffacilities_tab_duty%
%stafffacilities_tab_fakeleave%
%stafffacilities_tab_freeze%
%stafffacilities_tab_staffvanish%
%stafffacilities_tab_vanish%


/papi ecloud download Statz

%statz_deaths%
%statz_blocks_broken%
%statz_blocks_placed%
%statz_blocks_broken_<block_ID:data>%
%statz_blocks_placed_<block_ID:data>%
%statz_blocks_broken_<block_name>%
%statz_blocks_placed_<block_name>%
%statz_caught_items%
%statz_crafted_items%
%statz_damage_taken%
%statz_distance_traveled%
%statz_distance_traveled_allworlds_<moveType>%
%statz_distance_traveled_<world>%
%statz_distance_traveled_<world>:<moveType>%
%statz_food_eaten%
%statz_food_eaten_<food_name>%
%statz_joins%
%statz_mobs_killed%
%statz_mobs_killed_<mob_name>%
%statz_players_killed%
%statz_time_formated_dhm%
%statz_time_formated_dh%
%statz_time_formated_d%
%statz_time_day%
%statz_time_hour%
%statz_time_minute%
%statz_time_played%
%statz_times_shorn%
%statz_villager_trades%
%statz_villager_trades_<item_name>%
%statz_xp_gained%

NO DOWNLOAD COMMAND

%streamingdrops_dropsamount%
%streamingdrops_generaldropsamount%
%streamingdrops_globallivetag%
%streamingdrops_nextdroptime%
%streamingdrops_senddrops%
%streamingdrops_streamerlivetag%
%streamingdrops_topdropsprefix%
%streamingdrops_twitch%

NO DOWNLOAD COMMAND

%strikepractice_players%
%strikepractice_next_event_name%
%strikepractice_next_event_time%
%strikepractice_in_fight%
%strikepractice_in_queue%
%strikepractice_in_ranked_queue%
%strikepractice_in_unranked_queue%
%strikepractice_online_staff%
%strikepractice_tps%
%strikepractice_time%

Per Player/Event placeholders:

%strikepractice_ping%
%strikepractice_kills%
%strikepractice_deaths%
%strikepractice_premiummatches%
%strikepractice_brackets_wins%
%strikepractice_lms_wins%
%strikepractice_party_vs_party_wins%
%strikepractice_player%
%strikepractice_custom_name%
%strikepractice_display_name%
%strikepractice_world%
%strikepractice_global_elo%
%strikepractice_elo_rank%
%strikepractice_elo_<kit>%
%strikepractice_party_members%
%strikepractice_party_owner%
%strikepractice_enderpearl_cooldown%
%strikepractice_is_enderpearl_cooldown%
%strikepractice_arena%
%strikepractice_kit%
%strikepractice_raw_arena%
%strikepractice_raw_kit%
%strikepractice_ranked%
%strikepractice_is_cooldown_(tag)%
%strikepractice_cooldown _(tag)%
%strikepractice_duration%
%strikepractice_total_duration%
%strikepractice_opponent%
%strikepractice_opponent_ping%
%strikepractice_cps%
%strikepractice_opponent_cps%
%strikepractice_total_rounds%
%strikepractice_round%
%strikepractice_own_wins%
%strikepractice_opponent_wins%
%strikepractice_is_bestof%
%strikepractice_build%
%strikepractice_ffa_players%
%strikepractice_ffa_rollback%
%strikepractice_[sumo/juggernaut/koth/lms/brackets]_started%
%strikepractice_enemy_team_members%
%strikepractice_own_team_members%
%strikepractice_enemy_team_left%
%strikepractice_own_team_left%
%strikepractice_search_range1%
%strikepractice_search_range1%
%strikepractice_queuetype%
%strikepractice_wait_time%
%strikepractice_current_fight_player1%
%strikepractice_current_fight_player2%
%strikepractice_player1_ping%
%strikepractice_player2_ping%
%strikepractice_player1_cps%
%strikepractice_player2_cps%
%strikepractice_players_left%
%strikepractice_total_players%
%strikepractice_estimated_time_left%
%strikepractice_alive%
%strikepractice_timer%
%strikepractice_capper%
%strikepractice_capper_team%
%strikepractice_juggernaut%
%strikepractice_limits_update%
%strikepractice_rankeds_left%
%strikepractice_rank%
%strikepractice_unrankeds_left%
 
%strikepractice_top_[stats][number]%
%strikepractice_top_[stats][number]_value%

NO DOWNLOAD COMMANDS

%sttitles_name%
%sttitles_id%
%sttitles_display%
%sttitles_content%

NO DOWNLOAD COMMAND

%subservers_proxies()%
%subservers_proxy.displayname(<Proxy>)%
%subservers_proxy.type(<Proxy>)_{Master Proxy, Proxy}%
%subservers_proxy.players(<Proxy>)%
%subservers_proxy.subdata(<Proxy>)_{Connected, Disconnected}%
%subservers_proxy.subdata.channels(<Proxy>)%
%subservers_proxy.subdata.subchannels(<Proxy>)%
%subservers_proxy.signature(<Proxy>)%

%subservers_hosts()%
%subservers_host.displayname(<Host>)%
%subservers_host.available(<Host>)_{Available, Unavailable}%
%subservers_host.enabled(<Host>)_{Enabled, Disabled}%
%subservers_host.address(<Host>)%
%subservers_host.creator.templates(<Host>)%
%subservers_host.creator.template.displayname(<Host>, <Template>)%
%subservers_host.creator.template.enabled(<Host>, <Template>)_{Enabled, Disabled}%
%subservers_host.creator.template.type(<Host>, <Template>)%
%subservers_host.creator.template.requiresversion(<Host>, <Template>)_{Optional, Required}%
%subservers_host.creator.template.updatable(<Host>, <Template>)_{Updatable, Not Updatable}%
%subservers_host.subservers(<Host>)%
%subservers_host.players(<Host>)%
%subservers_host.subdata(<Host>)_{Connected, Unsupported, Disconnected}%
%subservers_host.subdata.channels(<Host>)%
%subservers_host.subdata.subchannels(<Host>)%
%subservers_host.signature(<Host>)%

%subservers_servers()%
%subservers_server.displayname(<Server>)%
%subservers_server.type(<Server>)_{Subserver, Server}%
%subservers_server.groups(<Server>)%
%subservers_server.address(<Server>)%
%subservers_server.motd(<Server>)%
%subservers_server.restricted(<Server>)_{Public, Private}%
%subservers_server.hidden(<Server>)_{Visible, Hidden}%
%subservers_server.players(<Server>)%
%subservers_server.subdata(<Server>)_{Connected, Disconnected}%
%subservers_server.subdata.channels(<Server>)%
%subservers_server.subdata.subchannels(<Server>)%
%subservers_server.signature(<Server>)%

%subservers_subservers()%
%subservers_subserver.displayname(<Subserver>)%
%subservers_subserver.available(<Subserver>)_{Available, Unavailable}%
%subservers_subserver.enabled(<Subserver>)_{Enabled, Disabled}%
%subservers_subserver.editable(<Subserver>)_{Editable, Locked}%
%subservers_subserver.host(<Subserver>)%
%subservers_subserver.template(<Subserver>)%
%subservers_subserver.template.displayname(<Subserver>)%
%subservers_subserver.template.enabled(<Subserver>)_{Enabled, Disabled}%
%subservers_subserver.template.type(<Subserver>)%
%subservers_subserver.template.requiresversion(<Subserver>)_{Optional, Required}%
%subservers_subserver.template.updatable(<Subserver>)_{Updatable, Not Updatable}%
%subservers_subserver.groups(<Subserver>)%
%subservers_subserver.address(<Subserver>)%
%subservers_subserver.motd(<Subserver>)%
%subservers_subserver.logging(<Subserver>)_{Logging, Muted}%
%subservers_subserver.running(<Subserver>)_{Running, Offline}%
%subservers_subserver.online(<Subserver>)_{Online, Starting, Offline}%
%subservers_subserver.temporary(<Subserver>)_{Permanent, Temporary}%
%subservers_subserver.stopaction(<Subserver>)%
%subservers_subserver.incompatibilities(<Subserver>)%
%subservers_subserver.incompatibilities.current(<Subserver>)%
%subservers_subserver.restricted(<Subserver>)_{Public, Private}%
%subservers_subserver.hidden(<Subserver>)_{Visible, Hidden}%
%subservers_subserver.players(<Subserver>)%
%subservers_subserver.subdata(<Subserver>)_{Connected, Disconnected}%
%subservers_subserver.subdata.channels(<Subserver>)%
%subservers_subserver.subdata.subchannels(<Subserver>)%
%subservers_subserver.signature(<Subserver>)%

/papi ecloud download SuperbVote

%superbvote_votes%

NO DOWNLOAD COMMAND

%scredits_value%

NO DOWNLOAD COMMANDS

%supervanish_isvanished%
%supervanish_vanishedplayers%
%supervanish_playercount%

NO DOWNLOAD COMMANDS

%thetime_date_tick%
%thetime_date_second%
%thetime_date_minute%
%thetime_date_hour%
%thetime_date_day%
%thetime_date_day_name%
%thetime_date_dayOfWeek%
%thetime_date_week%
%thetime_date_month%
%thetime_date_month_name%
%thetime_date_year%
%thetime_date_era%
%thetime_date_era_name%

/papi ecloud download ThemePark

%tp_name:<AttractionID>%
%tp_status:<AttractionID>%
%tp_ridecount%
%tp_ridecount:<AttractionID>%

/papi ecloud download Thirst

%thirst_level%

NO DOWNLOAD COMMAND

%ticketgui_blacklist_points_current%
%ticketgui_blacklist_points_max%
%ticketgui_tickets_handled%
%ticketgui_tickets_sent%

NO DOWNLOAD COMMANDS

%trs_claimed_<reward>%
%trs_time_remaining_<reward>%
%trs_name_<reward>%

NO DOWNLOAD COMMANDS

%tm_currentday%
%tm_daypart%
%tm_dd%
%tm_elapseddays%
%tm_mm%
%tm_monthname%
%tm_time%
%tm_yearweek%
%tm_yy%
%tm_yyyy%

NO DOWNLOAD COMMANDS

%timetokens_time_played%
%timetokens_token_name_plural%
%timetokens_token_name_singular%
%timetokens_player_name%
%timetokens_player_tokens%
%timetokens_daily_bonus_remaining%
%timetokens_server_name%
%timetokens_currently_open_menu%

NO DOWNLOAD COMMANDS

%tntrun_allplayers_<arena>%
%tntrun_arena_count%
%tntrun_currency_<arena>%
%tntrun_current_arena%
%tntrun_doublejumps%
%tntrun_joinfee_<arena>%
%tntrun_leaderboard_losses_player_<position>%
%tntrun_leaderboard_losses_score_<position>%
%tntrun_leaderboard_played_player_<position>%
%tntrun_leaderboard_played_score_<position>%
%tntrun_leaderboard_wins_player_<position>%
%tntrun_leaderboard_wins_score_<position>%
%tntrun_losses%
%tntrun_nopvp_arena_count%
%tntrun_nopvp_player_count%
%tntrun_played%
%tntrun_players_<arena>%
%tntrun_player_count%
%tntrun_player_count_<arena>%
%tntrun_pvp_arena_count%
%tntrun_pvp_player_count%
%tntrun_spectators_<arena>%
%tntrun_status_<arena>%
%tntrun_version%
%tntrun_wins%

/papi ecloud download TokenEnchant

Replace XXX with the enchantment.

%tokenenchant_token%
%tokenenchant_token_long%
%tokenenchant_token_num%
%tokenenchant_token_num_long%
%tokenenchant_XXX_level%
%tokenenchant_XXX_cost%
%tokenenchant_XXX_cost_long%
%tokenenchant_XXX_max%
%tokenenchant_XXX_description% 
%tokenenchant_XXX_version%
%tokenenchant_XXX_fullrefund%
%tokenenchant_XXX_fullrefund_long%
%tokenenthcnat_XXX_refund_Y%
%tokenenthcnat_XXX_refund_Y_long%
%tokenenchant_repair_cost%
%tokenenchant_repair_cost_long%
%tokenenchant_repair_cost_num%
%tokenenchant_repair_cost_num_long%
%tokenenchant_enchantments%

NO DOWNLOAD COMMAND

%tm_tokens%
%tm_tokens_commas%
%tm_tokens_formatted%
%tm_rank%
%tm_top_name_[position]%
%tm_top_tokens_[position]%

NO DOWNLOAD COMMAND

%tokens_getTokens%

NO DOWNLOAD COMMAND

%townyadvanced_town%
%townyadvanced_town_formatted%
%townyadvanced_nation%
%townyadvanced_nation_formatted%
%townyadvanced_town_balance%
%townyadvanced_nation_balance%
%townyadvanced_town_tag%
%townyadvanced_town_tag_override%
%townyadvanced_nation_tag%
%townyadvanced_nation_tag_override%
%townyadvanced_towny_tag%
%townyadvanced_towny_tag_override%
%townyadvanced_towny_tag_formatted%
%townyadvanced_title%
%townyadvanced_surname%
%townyadvanced_towny_name_prefix%
%townyadvanced_towny_name_postfix%
%townyadvanced_towny_prefix%
%townyadvanced_towny_postfix%
%townyadvanced_towny_colour%

/papi ecloud download TownyChat

%townychat_channel_tag%
%townychat_channel_name%
%townychat_message_color%
%townychat_world%
%townychat_town%
%townychat_townformatted%
%townychat_towntag%
%townychat_towntagoverride%
%townychat_nation%
%townychat_nationformatted%
%townychat_nationtag%
%townychat_nationtagoverride%
%townychat_townytag%
%townychat_townyformatted%
%townychat_townytagoverride%
%townychat_title%
%townychat_surname%
%townychat_townynameprefix%
%townychat_townynamepostfix%
%townychat_townycolor%
%townychat_group%
%townychat_permprefix%
%townychat_permsuffix%
%townychat_channeltag%

NO DOWNLOAD COMMAND

%transmuteit_emc%
%transmuteit_discoveries%
%transmuteit_total_discoveries%
%transmuteit_discovered_[ITEM]%

NO DOWNLOAD COMMAND

%treasures_keys_<treasure name>%
%treasures_canbuy_treasure_<treasure name>-<config file>%
%treasures_treasure_price_<treasure name>-<config file>%

NO DOWNLOAD COMMAND

%tdj_cooldown%
%tdj_flightenabled%
%tdj_doublejumpenabled%
%tdj_groundpoundenabled%
%tdj_canusegroundpound%

NO DOWNLOAD COMMAND

%trickortreat_sweets%
%trickortreat_doors_found%
%trickortreat_sweets_average%
%trickortreat_is_at_door%
%trickortreat_current_ingredient%
%trickortreat_current_head%
%trickortreat_chestplate%
%trickortreat_leggings%
%trickortreat_boots%

/papi ecloud download uSkyBlock

%uskyblock_island_rank%
%uskyblock_island_level%

NO DOWNLOAD COMMAND

%uchat_player_channel_name%
%uchat_player_channel_alias%
%uchat_player_tell_with%
%uchat_player_ignoring%
%uchat_player_ignoring%
%uchat_placeholder_<some uchat placeholder>%
%uchat_tag_<uchat tag name>%

*Add "rel_" before placeholder and tag to support relational placeholder


/papi ecloud download UltimateVotes

%ultimatevotes_monthlyvotes%
%ultimatevotes_totalvotes%
%ultimatevotes_hasvoted%

/papi ecloud download UnityGen

%unitygen_userlimit%
%unitygen_usergens%

/papi ecloud download Vault

Economy

%vault_eco_balance%
%vault_eco_balance_commas%
%vault_eco_balance_fixed%
%vault_eco_balance_formatted%
%vault_eco_top_balance_#%
%vault_eco_top_balance_fixed_#%
%vault_eco_top_balance_formatted_#%
%vault_eco_top_balance_commas_#%
%vault_eco_top_player_#%
%vault_eco_top_rank%

Permissions

%vault_rank%
%vault_rank_capital%
%vault_ranks%
%vault_ranks_capital%
%vault_prefix%
%vault_rankprefix%
%vault_rankprefix_#%
%vault_suffix%
%vault_ranksuffix%
%vault_ranksuffix_#%
%vault_prefix_color%

/papi ecloud download ViaVersion

%viaversion_player_protocol_id%
%viaversion_player_protocol_version%

/papi ecloud download VKAutoPickup

%vkautopickup_pickup%
%vkautopickup_autosell%
%vkautopickup_autoplanting%

NO DOWNLOAD COMMAND

%voteparty_votes_recorded%
%voteparty_votes_required_party%
%voteparty_votes_required_total%
%voteparty_player_votes%

/papi ecloud download VoteRoulette

%voteroulette_votes_lifetime%
%voteroulette_votes_day%
%voteroulette_current_vote_cycle%
%voteroulette_current_vote_streak%
%voteroulette_hours_since_last_vote%
%voteroulette_longest_vote_streak%
%voteroulette_unclaimed_milestone_count%
%voteroulette_unclaimed_reward_count%
%voteroulette_last_vote_timestamp%

/papi ecloud download VotingPlugin

%VotingPlugin_CanVote%
%VotingPlugin_Next_SITENAME%
%VotingPlugin_Last_SITENAME%
%VotingPlugin_Points%
%VotingPlugin_VotePartyVotesNeeded%
%VotingPlugin_LastMonthTotal%
%VotingPlugin_Total_AllTime%
%VotingPlugin_Total_Monthly%
%VotingPlugin_Total_Weekly%
%VotingPlugin_Total_Daily%
%VotingPlugin_top_all_#%
%VotingPlugin_top_month_#%
%VotingPlugin_top_week_#%
%VotingPlugin_top_daily_#%
%VotingPlugin_top_all_position%
%VotingPlugin_top_month_position%
%VotingPlugin_top_week_position%
%VotingPlugin_top_daily_position%
%VotingPlugin_BestDailyTotal%
%VotingPlugin_BestWeeklyTotal%
%VotingPlugin_BestMonthlyTotal%
%VotingPlugin_DailyVoteStreak%
%VotingPlugin_WeeklyVoteStreak%
%VotingPlugin_MonthlyVoteStreak%
%VotingPlugin_BestDailyVoteStreak%
%VotingPlugin_BestWeeklyVoteStreak%
%VotingPlugin_BestMonthlyVoteStreak%
%VotingPlugin_top_all_#_votes%
%VotingPlugin_top_month_#_votes%
%VotingPlugin_top_week_#_votes%
%VotingPlugin_top_daily_#_votes%
%VotingPlugin_VotePartyVotesCurrent%
%VotingPlugin_VotePartyVotesRequired%

NO DOWNLOAD COMMAND

%wickedskywars_score%
%wickedskywars_kills%
%wickedskywars_deaths%
%wickedskywars_played%
%wickedskywars_won%

  • WorldBorder

/papi ecloud download WorldBorder

%worldborder_size%
%worldborder_center_z%
%worldborder_center_x%
%worldborder_damage_amount%
%worldborder_damage_buffer%
%worldborder_warning_time%
%worldborder_warning_distance%

/papi ecloud download WorldGuard

%worldguard_region_name%
%worldguard_region_name_capitalized%
%worldguard_region_owner%
%worldguard_region_owner_groups%
%worldguard_region_members%
%worldguard_region_members_groups%
%worldguard_region_flags%
%worldguard_region_has_flag_<FlagName>%
%worldguard_region_min_point_x%
%worldguard_region_min_point_y%
%worldguard_region_min_point_z%
%worldguard_region_max_point_x%
%worldguard_region_max_point_y%
%worldguard_region_max_point_z%
%worldguard_<Any WG Placeholder>_<Priority (Lowest number = Highest priority)>%
%worldguard_<Any WG Placeholder>:<World>,<X>,<Y>,<Z>%

/papi ecloud download XLTournaments

%xlt_{tournamentId}_top1name%
%xlt_{tournamentId}_top2name%
%xlt_{tournamentId}_top3name%
%xlt_{tournamentId}_top1score%
%xlt_{tournamentId}_top2score%
%xlt_{tournamentId}_top3score%
%xlt_{tournamentId}_score%
%xlt_{tournamentId}_position%
%xlt_{tournamentId}_type%