Skip to content

Placeholders

github-actions[bot] edited this page Jan 12, 2022 · 367 revisions
Clone this wiki locally

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.



Standalone

Expansions listed here don't need any plugin or extra library to function properly, unless mentioned otherwise.
A majority of these Expansions are maintained by the PlaceholderAPI team and can be considered official.

  • Advancements

    /papi ecloud download Advancements

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

    %Advancements_<advancement>%
    %Advancements_player_<player>;<advancement>%
    %Advancements_list%
    %Advancements_list_<command>%
    %Advancements_playerList_<player>%
    %Advancements_playerList_<player>,<command>%
    %Advancements_listFormat%
    %Advancements_playerListFormat_<player>%
    %Advancements_completedAmount%
    %Advancements_completedAmount_<category>%
    %Advancements_playerCompletedAmount_<player>%
    %Advancements_playerCompletedAmount_<player>,<category>%
    %Advancements_remainingAmount%
    %Advancements_remainingAmount_<category>%
    %Advancements_playerRemainingAmount_<player>%
    %Advancements_playerRemainingAmount_<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 <tag> </tag> 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>%
    

  • CalculateNumbers

    NO DOWNLOAD COMMAND

    Download the jar from broken1arrow/CalculateNumbers/releases

    The idea with this expansion is that you should be able to charge dynamically, for example in the deluxe menu. For tools, weapons and armor when players need to repair their belongings. Has also added optional so you can also combine it with rank plugin if you have one.

    Use decimal,to get two decimal digits.

    %number_numbervalue,tool:{a placeholder from your ranking plugin}%
    %number_numbervalue,decimal,tool:{a placeholder from your ranking plugin}%
    %number_numbervalue,armor:{a placeholder from your ranking plugin}%
    %number_numbervalue,decimal,armor:{a placeholder from your ranking plugin}%
    

  • ChangeOutput

    /papi ecloud download changeoutput

    Alows you to change the output based on what other placeholders return

    %changeoutput_<options>_<input>_<matcher>_<output-if-matched>_<output-if-not-matched>%
    
    • <options>
      • equals - match the input exactly
      • ignorecase - match the input while ignoring cases
      • ignorecolor - match the input while ignoring colour codes
      • contains - check if the match contains input
      • >= - check if the input is larger than or equal to the matcher
      • > - check if the input is larger than the matcher
      • <= - check if the input is less than or equal to the matcher
      • < - check if the input is less than the matcher
    • <input> - this is your text that you wish to replace
    • <match> - this is the text we will be looking for to meet the conditions
    • <output-if-matched> - if the input meets the condition, this text will be displayed
    • <output-if-not-matched> - if the input does not meet the condition, this text will be displayed instead

    All arguments can be replaced with other placeholders, wrapped in {}


  • 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)
    %checkitem_getinfo:<slot>_<modifier1>,<modifier2>,<...>% - Returns information about an item in a slot. Returns information in the same order listed on this wiki. List is seperated via " &r" (Ex. %checkitem_getinfo:0_mat:)
    

    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>
      Checks if the item's enchantments contains <enchantment> with an optional =level
      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. inhand will check both hands. You can add :main or :off to specify. (Ex: inhand:main)
    • inslot
      Check if the item is in a specific slot (Click here for valid slots)

    Notes:

      • means case-sensitive
    • ** means only one can be used
    • ^ means that the modifier supports the give placeholder
    • ~ means that the modifier works with the getinfo 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.

    [] is optional and <> is required.

    %formatter_number_format_<number>%
    %formatter_number_format_[locale]:[format]_<number>%
    
    %formatter_number_from:<timeunit>_to:<timeunit>_<number>% # Converts <number> from one time unit to another
    
    %formatter_number_time_<number>%
    %formatter_number_time_fromSeconds_<number>% # Handles number as seconds
    %formatter_number_time_fromSecs_<number>%    # Handles number as seconds
    %formatter_number_time_fromMinutes_<number>% # Handles number as minutes
    %formatter_number_time_fromMins_<number>%    # Handles number as minutes
    %formatter_number_time_fromHours_<number>%   # Handles number as hours
    %formatter_number_time_fromHrs_<number>%     # Handles number as hours
    
    %formatter_text_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>%
    

    Please read the SimpleDateFormat Javadoc page about possible formats and this post about available time zone IDs for <TimeZoneID>.


  • Math

    /papi ecloud download Math

    Lets you make simple or advanced calculations.
    Any placeholder that returns a number is supported (Use {placeholder} instead of %placeholder%)

    Supports all calculations you can do with EvalEx. Note that the % can't be used within the placeholder and that you have 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 {}>%
    

  • 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%
    

  • 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_armor_helmet_name%
    %player_armor_helmet_data%
    %player_armor_chestplate_name%
    %player_armor_chestplate_data%
    %player_armor_leggings_name%
    %player_armor_leggings_data%
    %player_armor_boots_name%
    %player_armor_boots_data%
    %player_bed_x%
    %player_bed_y%
    %player_bed_z%
    %player_bed_world%
    %player_biome%
    %player_biome_capitalized%
    %player_can_pickup_items%
    %player_colored_ping%
    %player_compass_world%
    %player_compass_x%
    %player_compass_y%
    %player_compass_z%
    %player_custom_name%
    %player_current_exp%
    %player_direction%
    %player_direction_xz%
    %player_displayname%
    %player_exp%
    %player_exp_to_level%
    %player_first_join_date%
    %player_first_played%
    %player_first_join%
    %player_first_played_formatted%
    %player_fly_speed%
    %player_food_level%
    %player_gamemode%
    %player_has_empty_slot%
    %player_has_played_before%
    %player_empty_slots%
    %player_has_potioneffect_<effect>%
    %player_has_permission_<permission>%
    %player_health%
    %player_health_rounded%
    %player_health_scale%
    %player_ip%
    %player_online%
    %player_is_whitelisted%
    %player_is_banned%
    %player_is_flying%
    %player_is_sneaking%
    %player_is_sprinting%
    %player_is_sleeping%
    %player_is_inside_vehicle%
    %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_locale%
    %player_locale_display_name%
    %player_locale_short%
    %player_locale_country%
    %player_locale_display_country%
    %player_last_damage%
    %player_last_played%
    %player_last_join%
    %player_last_played_formatted%
    %player_last_join_date%
    %player_level%
    %player_light_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_thunder_duration%
    %player_ticks_lived%
    %player_time%
    %player_time_offset%
    %player_total_exp%
    %player_uuid%
    %player_walk_speed%
    %player_weather_duration%
    %player_world%
    %player_world_type%
    %player_world_time_12%
    %player_world_time_24%
    %player_x%
    %player_y%
    %player_z%
    %player_yaw%
    %player_pitch%
    

  • PlayerList

    /papi ecloud download playerlist

    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>%
    
    # Example
    %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,...>%
    

  • RandomNumber

    /papi ecloud download RandomNumber

    It returns a auto-scaled random number. If you did not specify the scale, the scale will be automatically computed. If both min and max are integer number, the returned random number will also be an integer.

    %randomnumber_number%
    %randomnumber_number_scale%
    %randomnumber_number_min_max%
    %randomnumber_number_min_max_scale%
    

  • 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_online_player%
    %rng_random%
    %rng_<minimum>,<maximum>%
    

  • ScoreboardObjectives

    /papi ecloud download ScoreboardObjectives

    Get info from a scoreboard objective.

    More info about the expansion can be found on the Spigot Page

    %objective_displayname_{<obj-name>}%
    %objective_score_{<obj-name>}%
    %objective_score_{<obj-name>}_{[otherEntry]}%
    %objective_scorep_{<obj-name>}%
    %objective_scorep_{<obj-name>}_{[otherPlayer]}%
    %objective_scoreposhigh_{<obj-name>}_{<#>}%
    %objective_scoreposlow_{<obj-name>}_{<#>}%
    %objective_entryposhigh_{<obj-name>}_{<#>}%
    %objective_entryposlow_{<obj-name>}_{<#>}%
    

  • 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>

    Please read the SimpleDateFormat Javadoc page about possible formats.


  • 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 plugins/PlaceholderAPI/shortcuts.


  • Sound

    /papi ecloud download Sound

    Plays a sound, when parsed.

    # Player who triggered it
    %sound_<sound>-<volume>-<pitch>%
    
    # All players
    %sound_all_<sound>-<volume>-<pitch>%
    

  • SpeedPerSec

    /papi ecloud download SpeedPerSec

    Note: Clicking is supported in left click only

    %speedpersec_blockbreak%
    %speedpersec_blockplace%
    %speedpersec_speed%
    %speedpersec_expcollected%
    %speedpersec_damaging%
    %speedpersec_hurting%
    %speedpersec_clicking%
    

  • Statistic

    /papi ecloud download Statistic

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

    For specific blocks, items, entities, ...

    # 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_mob_kills%
    %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%
    

  • String

    /papi ecloud download String

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

    %string_equals_<string>_<match>%
    %string_equalsIgnoreCase_<string>_<match>%
    %string_contains_<string>_<match>%
    %string_containsIgnoreCase_<string>_<match>%
    %string_indexOf_<string>_<match>%
    %string_lastIndexOf_<string>_<match>%
    %string_substring_<startIndex>_<string>%
    %string_substring_<startIndex>,<endIndex>_<string>%
    %string_charAt_<index>_<string>%
    %string_shuffle_<string>%
    %string_uppercase_<string>%
    %string_lowercase_<string>%
    %string_length_<string>%
    %string_random_<string1>_<string2>_<string3>_<etc>%
    

    Supports placeholders using brackets: {placeholder}


L

  • Team

    NO DOWNLOAD COMMAND

    Download from here

    %team_color%
    %team_prefix%
    

  • Teams

    /papi ecloud download teams

    %team_color%
    %team_prefix%
    %team_suffix%
    %team_name%
    

  • World

    /papi ecloud download world

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

    %world_biome%
    %world_nearbyEntities_<radius>%
    %world_total%
    %world_name_<world>%
    %world_seed_<world>%
    %world_sealevel_<world>%
    %world_time_<world>%
    %world_timein12_<world>%
    %world_canpvp_<world>%
    %world_thunder_<world>%
    %world_animalallowed_<world>%
    %world_monsterallowed_<world>%
    %world_difficulty_<world>%
    %world_players_<world>%
    %world_players_<group>_<world>%
    %world_haspermission_<permission>_<world>%
    %world_playerexist_<player>_<world>%
    %world_isgamerule_<gamerule>_<world>%
    %world_recentjoin_<world>%
    %world_recentquit_<world>%
    %world_totalbalance_<world>%
    

Plugin-placeholders

Expansions listed here require the linked resource (plugin) to work properly.

Most of the listed Expansions are NOT made and maintained by the PlaceholderAPI team.
Please see this discussion for a list of all expansions officially maintained by the PlaceholderAPI team.

  • AAC

    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

  • AbstractMenus

    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.


  • AcidIsland

    /papi ecloud download AcidIsland

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

  • AcidIslandRate

    NO DOWNLOAD COMMAND

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

  • Advanced Abilities

    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%
    

  • Advanced Achievements

    NO DOWNLOAD COMMAND

    Global achievement placeholders:

    %aach_achievements% - Return the total unlocked achievements (number)
    %aach_achievements_percentage% - Return the total unlocked achievements (%)
    %aach_total_achievements% - Return the total achievements (number)
    

    Normal achievement placeholders for individual player statistics:

    %aach_connections%
    %aach_deaths%
    %aach_arrows%
    %aach_snowballs%
    %aach_eggs%
    %aach_fish%
    %aach_treasures%
    %aach_itembreaks%
    %aach_eatenitems%
    %aach_shear%
    %aach_milk%
    %aach_lavabuckets%
    %aach_waterbuckets%
    %aach_trades%
    %aach_anvilsused%
    %aach_enchantments%
    %aach_beds%
    %aach_maxlevel%
    %aach_consumedpotions%
    %aach_playedtime%
    %aach_itemdrops%
    %aach_itempickups%
    %aach_hoeplowings%
    %aach_fertilising%
    %aach_taming%
    %aach_brewing%
    %aach_fireworks%
    %aach_musicdiscs%
    %aach_enderpearls%
    %aach_smelting%
    %aach_petmastergive%
    %aach_petmasterreceive%
    %aach_distancefoot%
    %aach_distancepig%
    %aach_distancehorse%
    %aach_distanceminecart%
    %aach_distanceboat%
    %aach_distancegliding%
    %aach_distancellama%
    %aach_distancesneaking%
    %aach_raidswon%
    %aach_riptides%
    %aach_advancementscompleted%
    

    Multiple Achievement Placeholders for individual player statistics:

    %aach_places_[blockname]% - example: %aach_places_dirt%
    %aach_breaks_[blockname]% - example: %aach_breaks_stone%
    %aach_kills_[entityname]% - example: %aach_kills_zombie%
    %aach_targetsshot_[targetname]% - example: %aach_targetsshot_zombie%
    %aach_crafts_[itemname]% - example: %aach_crafts_bread%
    %aach_breeding_[entityname]% - example: %aach_breeding_pig%
    %aach_playercommands_[command]% - example: %aach_playercommands_aach list%
    %aach_custom_[customname]% - example: %aach_custom_votes%
    %aach_jobsreborn_[job]% - example: %aach_jobsreborn_hunter%
    

    Placeholders for total category achievements:

    %aach_total_connections%
    %aach_total_deaths%
    %aach_total_arrows%
    %aach_total_snowballs%
    %aach_total_eggs%
    %aach_total_fish%
    %aach_total_treasures%
    %aach_total_itembreaks%
    %aach_total_eatenitems%
    %aach_total_shear%
    %aach_total_milk%
    %aach_total_lavabuckets%
    %aach_total_waterbuckets%
    %aach_total_trades%
    %aach_total_anvilsused%
    %aach_total_enchantments%
    %aach_total_beds%
    %aach_total_maxlevel%
    %aach_total_consumedpotions%
    %aach_total_playedtime%
    %aach_total_itemdrops%
    %aach_total_itempickups%
    %aach_total_hoeplowings%
    %aach_total_fertilising%
    %aach_total_taming%
    %aach_total_brewing%
    %aach_total_fireworks%
    %aach_total_musicdiscs%
    %aach_total_enderpearls%
    %aach_total_smelting%
    %aach_total_petmastergive%
    %aach_total_petmasterreceive%
    %aach_total_distancefoot%
    %aach_total_distancepig%
    %aach_total_distancehorse%
    %aach_total_distanceminecart%
    %aach_total_distanceboat%
    %aach_total_distancegliding%
    %aach_total_distancellama%
    %aach_total_distancesneaking%
    %aach_total_raidswon%
    %aach_total_riptides%
    %aach_total_advancementscompleted%
    %aach_total_places%
    %aach_total_breaks%
    %aach_total_kills%
    %aach_total_targetsshot%
    %aach_total_crafts%
    %aach_total_breeding%
    %aach_total_playercommands%
    %aach_total_custom%
    %aach_total_commands%
    %aach_total_jobsreborn%
    

  • AdvancedAFK

    NO DOWNLOAD COMMAND

    %aafk_prefix_tablist%
    %aafk_prefix_playertag%
    

  • AdvancedCustomMenu+

    NO DOWNLOAD COMMAND

    %advancedcustommenu_total%  
    %advancedcustommenu_name%  
    %advancedcustommenu_items%
    

  • AdvancedLottery

    NO DOWNLOAD COMMAND

    %advancedlottery_time%
    %advancedlottery_tickets_bought%
    %advancedlottery_money%
    

  • AdvancedModReq

    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%
    

  • ajLeaderboards

    NO DOWNLOAD COMMAND

    Description of placeholders

    %ajlb_position_<board>%
    %ajlb_value_<board>%
    %ajlb_value_<board>_formatted%
    %ajlb_lb_<board>_<number>_name%
    %ajlb_lb_<board>_<number>_value%
    %ajlb_lb_<board>_<number>_rawvalue%
    %ajlb_lb_<board>_<number>_value_formatted%
    %ajlb_lb_<board>_<number>_prefix%
    %ajlb_lb_<board>_<number>_suffix%
    %ajlb_lb_<board>_<number>_color%
    

  • ajParkour

    NO DOWNLOAD COMMAND

    Description of placeholders

    %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%
    

  • AlonsoLevels

    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%
    

  • Animated Menu

    NO DOWNLOAD COMMAND

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

    Examples:

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

  • AParkour

    /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
    

  • ASkyBlock

    /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%
    


  • Ath

    NO DOWNLOAD COMMAND

    %ath_date%
    %ath_count%
    

  • AutoRank

    /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%
    

  • AutoSell

    /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%
    

  • BankSystem

    NO DOWNLOAD COMMAND

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

  • BattleLevels

    NO DOWNLOAD COMMAND

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

  • BeautyQuests

    NO DOWNLOAD COMMAND

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

  • BedWars1058

    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%
    
    # Statistics
    %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 placeholders
    %bw1058_arena_status_[arena]%
    %bw1058_arena_count_[arena]%
    %bw1058_current_playing%
    %bw1058_current_arenas%
    

  • BentoBox

    NO DOWNLOAD COMMAND

    Check out BentoBox placeholders docs for more placeholders.

    Replace [gamemode] with one of the following options:

    • acidisland
    • bskyblock
    • caveblock
    • skygrid
    • 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
    %Level_[gamemode]_island_level%
    %Level_[gamemode]_top_value_#RANK#%
    %Level_[gamemode]_top_name_#RANK#%
    


  • BlockParty

    /papi ecloud download BlockParty

    %blockparty_wins%
    %blockparty_points%
    %blockparty_gamesplayed%
    

  • BlockQuest

    NO DOWNLOAD COMMAND

    %blockquest_blocksfound%
    %blockquest_blocksleft%
    %blockquest_allblocks%
    

  • Boxing

    NO DOWNLOAD COMMAND

    %boxing_losses%
    %boxing_times_played%
    %boxing_wins%
    

  • BuildBattlePro

    /papi ecloud download BuildBattlePro

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

  • BungeePerms

    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>%
    

  • BuyCraft

    NO DOWNLOAD COMMAND

    Download the jar here.

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

  • CarlTheCreeper

    NO DOWNLOAD COMMAND

    %carlthecreeper_cooldown_<reward>%
    %carlthecreeper_statistic_rewards_claimed%
    

  • ChatColor+

    NO DOWNLOAD COMMAND

    %chatcolorplus_chatcolor%
    %chatcolorplus_namecolor%
    

  • ChatColor+ Premium

    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%
    

  • ChatReaction

    /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
    

  • CheckNameHistory

    /papi ecloud download CheckNameHistory

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

  • Clans

    NO DOWNLOAD COMMAND

    %clans_clan_tag%
    %clans_colored_clan_tag%
    

  • ClansFree

    NO DOWNLOAD COMMAND

    %clans_name%
    %clans_raidshield%
    %clans_rank%
    


  • ClansPro

    NO DOWNLOAD COMMAND

    %clanspro_clan_name%
    %clanspro_clan_description%
    %clanspro_clan_color%
    %clanspro_clan_pvp_mode%
    %clanspro_clan_balance%
    %clanspro_clan_power%
    %clanspro_clan_top_slot_#%
    %clanspro_clan_top_slot_#_power%
    %clanspro_clan_top_slot_#_color%
    %clanspro_clan_war_active%
    %clanspro_clan_war_score%
    %clanspro_clan_war_hours%
    %clanspro_clan_war_minutes%
    %clanspro_clan_war_seconds%
    %clanspro_clan_members_online%
    %clanspro_member_rank%
    %clanspro_member_rank_short%
    %clanspro_member_bio%
    %clanspro_raidshield_status%
    

  • ClanSystem

    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%
    

  • CombatLogX

    NO DOWNLOAD COMMAND

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

  • Compassance

    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>%
    

  • Country on Join

    NO DOWNLOAD COMMAND

    %countryonjoin_player_country_code%
    %countryonjoin_player_country_name%
    

  • CraftConomy

    /papi ecloud download CraftConomy

    %craftconomy_<currency>[option]%
    

    Options:

    • _@<number> Return <currency> times <number>. I.e. %craftconomy_currency_@10% returns 100 for 10 currency
    • _@int Return the number as Integer instead of double. Useful for plugins like DeluxeMenus that require an integer.

  • CraftingStore.net

    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%
    

  • CursedVIP

    NO DOWNLOAD COMMAND

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

  • Custom Items

    NO DOWNLOAD COMMAND

    %cui_version%
    %customitems_version%
    

  • Daily Rewards

    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%
    

  • DeliveryMan

    NO DOWNLOAD COMMAND

    %deliveryman_prizes_all%
    %deliveryman_prizes_from:<menu_id>%
    %deliveryman_has_prize:<menu_id>:<prize_id>%
    

  • DeluxeChat

    /papi ecloud download DeluxeChat

    %deluxechat_is_pm_toggled%
    %deluxechat_pm_recipient%
    %deluxechat_social_spy_enabled%
    

  • DeluxeCombat

    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.

  • DeluxeMenus

    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.

  • DeluxePM

    /papi ecloud download DeluxePM

    %deluxepm_status%
    

  • DeluxeTags

    /papi ecloud download DeluxeTags

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

  • Denizen

    NO DOWNLOAD COMMAND

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


  • Disease

    /papi ecloud download Disease

    %disease_disease%
    %disease_sickness%
    %disease_temperature%
    

  • DonateParty

    NO DOWNLOAD COMMAND

    %donateparty_goal%
    %donateparty_goal_needed%
    

  • Donations Holograms

    NO DOWNLOAD COMMAND

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

  • DragonSlayer

    NO DOWNLOAD COMMAND

    %dragonslayer_prefix%
    %dragonslayer_timer%
    %dragonslayer_nexttime%
    %dragonslayer_nexttimehms%
    %dragonslayer_nextmap%
    %dragonslayer_mykills%
    %dragonslayer_place_<n>%
    %dragonslayer_place_<n>_name%
    %dragonslayer_place_<n>_score%
    %dragonslayer_slayer%
    

    Replace <n> with a number from 1 to whatever.


  • DungeonsXL

    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%
    



  • Envoys

    /papi ecloud download Envoys

    %envoys_time_until_refill%
    

  • EpicFriends

    NO DOWNLOAD COMMAND

    %epicfriends_friendcount%
    %epicfriends_friendcount_online%
    

  • EpicLevels

    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%
    

  • essCore

    NO DOWNLOAD COMMAND

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

  • Essentials

    /papi ecloud download Essentials

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

    %essentials_afk%
    %essentials_afk_reason%
    %essentials_fly%
    %essentials_godmode%
    %essentials_has_kit_<kitname>%
    %essentials_home_<number>
    %essentials_home_<number>_<x|y|z>%
    %essentials_homes_set%
    %essentials_homes_max%
    %essentials_is_muted%
    %essentials_is_pay_confirm%
    %essentials_is_pay_enabled%
    %essentials_is_teleport_enabled%
    %essentials_jailed%
    %essentials_jailed_time_remaining%
    %essentials_kit_is_available_<kitname>%
    %essentials_kit_last_use_<kitname>%
    %essentials_kit_time_until_available_<kitname>%
    %essentials_kit_time_until_available_raw_<kitname>%
    %essentials_msg_ignore%
    %essentials_nickname%
    %essentials_nickname_stripped%
    %essentials_pm_recipient%
    %essentials_safe_online%
    %essentials_unique%
    %essentials_vanished%
    %essentials_world_date%
    %essentials_world_time%
    %essentials_world_time_24%
    %essentials_worth%
    %essentials_worth:<item>%
    

  • EZBlocks

    /papi ecloud download EZBlocks

    %ezblocks_broken%
    

  • EZPrestige

    /papi ecloud download EZPrestige

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

  • EZRanksPro

    /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>%
    

  • Factions MCore

    /papi ecloud download Factions

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


  • 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.


  • FunnyGuilds

    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%
    

  • GangsPlus

    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%
    

  • GemsEconomy

    /papi ecloud download GemsEconomy

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

  • GriefDefender

    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%	
    

  • GriefPrevention

    /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%
    

  • Guilds

    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%
    


  • Head Database

    NO DOWNLOAD COMMAND

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

  • Heroes

    /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%
    

  • HoloBlock

    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>%
    

  • HoloMobHealth

    NO DOWNLOAD COMMAND

    %holomobhealth_displaytoggle%
    

  • HPWizard

    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%
    

  • Hugs

    NO DOWNLOAD COMMAND

    %hugs_total%
    %hugs_player_total_given%
    %hugs_player_total_received%
    

  • InteractionVisualizer

    NO DOWNLOAD COMMAND

    %interactionvisualizer_itemstand_<entry>%
    %interactionvisualizer_itemdrop_<entry>%
    %interactionvisualizer_hologram_<entry>%
    

  • InteractiveChat

    NO DOWNLOAD COMMAND

    %interactivechat_mentiontoggle%
    %interactivechat_invdisplaylayout%
    

  • Island Border

    NO DOWNLOAD COMMAND

    Supports ASkyBlock, BentoBox, uSkyBlock and AcidIsland.

    %isborder_status%
    %isborder_size%
    %isborder_color%
    

  • IslandRate

    NO DOWNLOAD COMMAND

    Supports ASkyBlock.

    %islandrate_top_rated_player%
    %islandrate_top_rated_amount%
    %islandrate_total_ratings_server%
    %islandrate_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%
    

  • Jobs Reborn

    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)%
    

  • Karma

    /papi ecloud download Karma

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

  • KillStats

    /papi ecloud download KillStats

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

  • KitPvP

    NO DOWNLOAD COMMAND

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


  • KP-PVP

    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%
    

  • Lands

    NO DOWNLOAD COMMAND

    A Description of the placeholders can be found on the Lands Wiki.

    # General
    %lands_next_tax%
    %lands_next_upkeep%
    %lands_affiliation%
    
    # Land
    %lands_land_name%
    %lands_land_owner%
    %lands_land_role%
    %lands_land_members%
    %lands_land_balance%
    %lands_land_chunks%
    %lands_land_chunks_max%
    %lands_land_chunks_remaining%
    %lands_land_tax%
    %lands_land_upkeep%
    %lands_land_balance%
    %lands_land_chunk_cost_next%
    
    # Nation
    %lands_nation_name%
    
    # War
    %lands_war_enemy%
    %lands_war_time%
    %lands_war_state%
    
    # Top Lands
    %lands_top_balance_NUMBER_name%
    %lands_top_balance_NUMBER_owner%
    %lands_top_balance_NUMBER_balance%
    %lands_top_balance_NUMBER_size%
    %lands_top_balance_NUMBER_members%
    
    %lands_top_chunks_NUMBER_name%
    %lands_top_chunks_NUMBER_owner%
    %lands_top_chunks_NUMBER_balance%
    %lands_top_chunks_NUMBER_size%
    %lands_top_chunks_NUMBER_members%
    
    %lands_top_members_NUMBER_name%
    %lands_top_members_NUMBER_owner%
    %lands_top_members_NUMBER_balance%
    %lands_top_members_NUMBER_size%
    %lands_top_members_NUMBER_members%
    

  • LastLoginAPI

    NO DOWNLOAD COMMAND

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

  • LeaderHeads

    NO DOWNLOAD COMMAND

    More info about these placeholders can be found here.

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

  • LegendQuest

    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%
    

  • LemonMobCoins

    /papi ecloud download lemonmobcoins

    %lemonmobcoins_balance%
    %lemonmobcoins_balance_fixed%
    %lemonmobcoins_balance_formatted%
    

  • LevelledMobs

    NO DOWNLOAD COMMAND

    %levelledmobs_level%
    %levelledmobs_displayname%
    

  • LevelUp

    /papi ecloud download LevelUp

    %levelup_item_level%
    %levelup_player_level%
    %levelup_pickaxe_block_count%
    %levelup_pickaxe_level%
    %levelup_pickaxe_level_percentage%
    %levelup_pickaxe_level_meter%
    %levelup_pickaxe_xp%
    %levelup_pickaxe_xp_percentage%
    %levelup_pickaxe_xp_meter%
    %levelup_pickaxe_xp_to_next%
    %levelup_sword_kill_count%
    %levelup_sword_level%
    %levelup_sword_level_percentage%
    %levelup_sword_level_meter%
    %levelup_sword_xp%
    %levelup_sword_xp_percentage%
    %levelup_sword_xp_meter%
    %levelup_sword_xp_to_next%
    %levelup_bow_kill_count%
    %levelup_bow_level%
    %levelup_bow_level_percentage%
    %levelup_bow_level_meter%
    %levelup_bow_xp%
    %levelup_bow_xp_percentage%
    %levelup_bow_xp_meter%
    %levelup_bow_xp_to_next%
    


  • LWC

    NO DOWNLOAD COMMAND

    %lwc_locks%
    

  • Marcely's Bedwars

    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%
    

  • Marriage

    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%
    

  • Marriage (reloaded)

    /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%
    

  • MarriageMaster

    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%
    
    # Supported with multiple partners enabled
    %marriagemaster_NearestPartnerName%
    %marriagemaster_NearestPartnerDisplayName%
    %marriagemaster_NearestSurname%
    %marriagemaster_HasNearestHome%
    %marriagemaster_NearestHomeX%
    %marriagemaster_NearestHomeY%
    %marriagemaster_NearestHomeZ%
    %marriagemaster_NearestHomeWorld%
    %marriagemaster_PartnerCount%
    %marriagemaster_PartnerList%
    %marriagemaster_PartnerDisplayNameList%
    

  • McInfected

    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%
    

  • McJobs

    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%
    

  • McMMO

    /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%
    

  • MineChess

    NO DOWNLOAD COMMAND

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

  • Minecord

    NO DOWNLOAD COMMAND

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

  • MineCrates

    /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%
    

  • MobHunting

    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)
    

  • Multiverse-Core

    /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%
    

  • MyCommand

    NO DOWNLOAD COMMAND

    %mycommand_playerdata_<variable_name>%
    

  • MyPet

    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%
    

  • MyPrefixSystem

    NO DOWNLOAD COMMAND

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


  • NameMC-API-ServersMC

    NO DOWNLOAD COMMAND

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

    You can find more information on the Wiki.


  • Nicknamer

    /papi ecloud download Nicknamer

    %nicknamer_has_nickname%
    %nicknamer_has_skin%
    %nicknamer_nickname%
    

  • NickReloaded

    NO DOWNLOAD COMMAND

    %nickreloaded_nick%
    %nickreloaded_skin%
    

  • Nicky

    /papi ecloud download Nicky

    %nicky_nickname%
    

  • OneBlock

    NO DOWNLOAD COMMAND

    %ob_lvl%
    %ob_lvl_name%
    %ob_next_lvl%
    %ob_next_lvl_name%
    %ob_break_on_this_lvl%
    %ob_need_to_lvl_up%
    %ob_player_count%
    %ob_ver%
    

  • OnePlayerSleep

    NO DOWNLOAD COMMAND

    %oneplayersleep_sleeping_player_count%
    %oneplayersleep_total_player_count%
    

  • OnTime

    /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%
    
    

  • OpEconomy

    NO DOWNLOAD COMMAND

    Description and usage for placeholders

    %opeconomy_money_<player_name>% - Gets custom player money
    %opeconomy_money% - Gets money
    %opeconomy_baltop_number_<number>% - Gets player's name
    %opeconomy_baltop_player_position_<player_name>% - Gets player's position
    %opeconomy_baltop_player_position% - Getting position of player
    %opeconomy_currency% - Shows active currency
    %opeconomy_is_active_code_<code>% - Boolean, if code is active
    %opeconomy_max_uses_code_<code>% - Shows max uses for code
    %opeconomy_uses_code_<code>% - Shows uses for code
    %opeconomy_reward_code_<code>% - Shows reward for entering code
    


  • OreMarket

    NO DOWNLOAD COMMAND

    %oremarket_change_<slot>%
    %oremarket_cost_<slot>%
    %oremarket_name_<slot>%
    %oremarket_percent_<slot>%
    %oremarket_stock_<slot>%
    %oremarket_value_<slot>%
    

  • Outpost

    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>%
    

  • Paintball Battle

    NO DOWNLOAD COMMAND

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

  • Parkour

    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>%
    

  • Parties

    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%
    

  • Party and Friends

    NO DOWNLOAD COMMAND

    %friendsapi_friendcount%
    %friendsapi_friendrequestcount%
    %friendsapi_onlinefriendcount%
    

  • PermissionTimer

    /papi ecloud download PermissionTimer

    %pt_all%
    %pt_perm_#%
    %pt_timeleft_#%
    

  • PixelVip

    NO DOWNLOAD COMMAND

    %pixelvip_expiration_millis%
    %pixelvip_expiration_desc%
    %pixelvip_active_vip%
    

  • Plan

    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.


  • PlayTime

    /papi ecloud download PlayTime

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

  • PlayerPoints

    NO DOWNLOAD COMMAND

    %playerpoints_points%
    %playerpoints_points_formatted%
    %playerpoints_points_shorthand%
    

  • PlotSquared

    NO DOWNLOAD COMMAND

    %plotsquared_currentplot_alias%
    %plotsquared_currentplot_owner%
    %plotsquared_currentplot_members%
    %plotsquared_currentplot_members_added%
    %plotsquared_currentplot_members_added_list%
    %plotsquared_currentplot_members_trusted%
    %plotsquared_currentplot_members_trusted_list%
    %plotsquared_currentplot_members_denied%
    %plotsquared_currentplot_members_denied_list%
    %plotsquared_currentplot_world_name%
    %plotsquared_currentplot_can_build%
    %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>%
    %plotsquared_currentplot_creationdate%
    

  • PointsAPI

    NO DOWNLOAD COMMAND

    %pointsapi_points%
    

  • PowerBoard

    NO DOWNLOAD COMMAND

    %powerboard_prefix%
    %powerboard_suffix%
    %powerboard_chat_prefix%
    %powerboard_display_name%
    %powerboard_tps%
    

  • PowerRanks

    NO DOWNLOAD COMMAND

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

  • PremiumVanish

    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 player count of.


  • Prison

    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 name of the mine, 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%
    

  • PrisonMines

    /papi ecloud download PrisonMines

    # Mine-specific placeholders
    %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 placeholders (Use Mine at the player's location)
    %prisonmines_name%
    %prisonmines_blocks_mined%
    %prisonmines_percent_mined%
    %prisonmines_percent_left%
    %prisonmines_time_until_reset%
    %prisonmines_has_timed_reset%
    %prisonmines_has_percentage_reset%
    

  • PrisonRanksX

    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%
    

  • ProCosmetics

    NO DOWNLOAD COMMAND

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

  • ProfessionalBans

    NO DOWNLOAD COMMAND

    %professionalbans_onlinetime%
    %professionalbans_firstjoin%
    %professionalbans_reports%
    

  • ProQuest

    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>%
    


  • PvPLevels

    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%
    

  • PVP Stats

    NO DOWNLOAD COMMAND

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

  • PvPStats Plugin

    NO DOWNLOAD COMMAND

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

  • Quests

    /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>%
    

  • QuestCreator

    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%
    

  • QuickSell

    /papi ecloud download QuickSell

    %quicksell_booster%
    %quicksell_booster_time%
    

  • RecentFind (Treasures Add-on)

    NO DOWNLOAD COMMAND

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

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


  • RabbitsVSPenguins

    NO DOWNLOAD COMMAND

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

  • RageMode

    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%
    

  • Rankup

    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]%
    

  • RealisticWorldGenerator

    NO DOWNLOAD COMMAND

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

  • RedProtect

    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>%
    




  • RogueParkour

    /papi ecloud download rogueparkour-temporary

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


  • RPGInventory

    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%
    

  • RTP

    NO DOWNLOAD COMMAND

    %rtp_player_status%
    %rtp_total_queue_length%
    %rtp_public_queue_length%
    %rtp_personal_queue_length%
    %rtp_teleport_world%
    %rtp_teleport_x%
    %rtp_teleport_y%
    %rtp_teleport_z%
    

  • Sack

    /papi ecloud download Sack

    %sack_name% : the name of the sack you're holding.
    %sack_slots% : the number of slots available for the sack you're holding.
    %sack_num_of_sacks% : the number of sacks the palyer currently has in its inventory.
    %sack_empty_slots% : the number of empty slots in the sack you're holding.
    %sack_filled_slots% : the number of slots, which have some items.
    %sack_total_slots% : the total number of slots for all sacks in your inventory.
    %sack_total_item_count% : the total number of items held in all sacks in your inventory.
    

  • Seasons

    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.


  • SellAll

    NO DOWNLOAD COMMAND

    %sellall_multiplier%
    %sellall_multitime%
    

  • SignLink

    NO DOWNLOAD COMMAND

    %sl_[variable name]%
    

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



  • **SimpleCoins

    NO DOWNLOAD COMMAND

    %simplecoins_balane%
    %simplecoins_currency_name%
    


  • SimpleKillTracker

    NO DOWNLOAD COMMAND

    %simplekilltracker_kills%
    %simplekilltracker_deaths%
    %simplekilltracker_kdr%
    

  • SimplePrefix

    /papi ecloud download SimplePrefix

    %simpleprefix_prefix%
    %simpleprefix_suffix%
    

  • Simple Suffix

    NO DOWNLOAD COMMAND

    %simplesuffix_prefix%
    %simplesuffix_suffix%
    

  • SkillAPI

    /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_<#>%
    

  • SkinsRestorer

    /papi ecloud download SkinsRestorer

    %skinsrestorer_getSkinName%
    

  • Skript

    /papi ecloud download skript

    %skript_<variable name>%
    

  • SkyWars

    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%
    

  • SkyWars X

    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%
    

  • SkywarsReloaded

    NO DOWNLOAD COMMAND

    # Deprecated in old versions
    %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%
    
    # Tested on version (5.4.2)
    %swr_wins%
    %swr_losses%
    %swr_kills%
    %swr_deaths%
    %swr_xp%
    %swr_level%
    %swr_games_played%
    %swr_kill_death%
    %swr_win_loss%
    

  • Spark

    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%
    

  • SQLPerms

    NO DOWNLOAD COMMAND

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

  • SQLTokens

    NO DOWNLOAD COMMANDS

    %sqltokens_tokens%
    

  • Staff Facilities

    /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 staffplusplus

All placeholders are listed here: https://wiki.staffplusplus.org/integrations/papi-expansion


  • Statz

    /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%
    

  • Streaming Drops

    NO DOWNLOAD COMMAND

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

  • StrikePractice 2

    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%
    

  • stTitles

    NO DOWNLOAD COMMANDS

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

  • SubServers

    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>)%
    

  • SuperbVote

    /papi ecloud download SuperbVote

    %superbvote_votes%
    %superbvote_has_voted%
    %superbvote_top_voter_name_<index>%
    %superbvote_top_voter_votes_<index>%
    


  • SuperVanish

    NO DOWNLOAD COMMANDS

    %supervanish_isvanished%
    %supervanish_vanishedplayers%
    %supervanish_playercount%
    

  • The Time

    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%
    

  • ThemePark

    /papi ecloud download ThemePark

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

  • Thirst

    /papi ecloud download Thirst

    %thirst_level%
    

  • TicketGUI

    NO DOWNLOAD COMMAND

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

  • Timed Rewards

    NO DOWNLOAD COMMANDS

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

  • TimeManager

    NO DOWNLOAD COMMANDS

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

  • Time Tokens

    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%
    

  • TNTRun_Reloaded

    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%
    

  • TokenEnchant

    /papi ecloud download TokenEnchant

    If you add _long to the cost related placeholder, it will returne a number without comma/decimal point.

    %tokenenchant_token%
    %tokenenchant_token_long%
    %tokenenchant_token_num%
    %tokenenchant_token_num_long%
    %tokenenchant_<enchantment>_level%
    %tokenenchant_<enchantment>_cost% : cost to increment the enchantmnt level by one from the current level
    %tokenenchant_<enchantment>_costmax% : cost to increment the enchantmnt level to its maax one from the current level 
    %tokenenchant_<enchantment>_cost_<X>% : cost to increment the enchantmnt level by <X> from the current level
    %tokenenchant_<enchantment>_fullcostmax% : cost to enchant the max level from 0 level
    %tokenenchant_<enchantment>_fullcost_<X>% : cost to enchant the <X> level from 0 level
    %tokenenchant_<enchantment>_max%
    %tokenenchant_<enchantment>_playermax% : the max enchant level for the player - based on the permission.
    %tokenenchant_<enchantment>_description% 
    %tokenenchant_<enchantment>_version%
    %tokenenchant_<enchantment>_fullrefund%
    %tokenenchant_<enchantment>_fullrefund_long%
    %tokenenchnat_<enchantment>_refund_Y%
    %tokenenchnat_<enchantment>_refund_Y_long%
    %tokenenchant_<enchantment>_alias%
    %tokenenchant_tokenmultiplier%
    %tokenenchant_<enchantment>_occurrencemultiplier%
    %tokenenchant_repair_cost%
    %tokenenchant_repair_cost_long%
    %tokenenchant_repair_cost_num%
    %tokenenchant_repair_cost_num_long%
    %tokenenchant_enchantments%
    %tokenenchant_baltop_<X>_name% : The name of X-th baltop player
    %tokenenchant_baltop_<X>_balance% : The balance of X-th baltop player
    

  • TokenManager

    NO DOWNLOAD COMMAND

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

  • Tokens

    NO DOWNLOAD COMMAND

    %tokens_getTokens%
    

  • TokensPlus

    NO DOWNLOAD COMMAND

    %tokensplus_tokens%
    %tokensplus_tokens_commas%
    %tokensplus_tokens_formatted%
    

  • Towny

    NO DOWNLOAD COMMAND

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


  • TownyChat

    /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%
    

  • TransmuteIt

    NO DOWNLOAD COMMAND

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

  • Treasures

    NO DOWNLOAD COMMAND

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

  • Trey's Double Jump

    NO DOWNLOAD COMMAND

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

  • TrickOrTreat

    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%
    


  • USkyBlock

    /papi ecloud download uSkyBlock

    %uskyblock_island_rank%
    %uskyblock_island_level%
    

  • UltimateChat

    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


  • UltimateClaims

    NO DOWNLOAD COMMAND

    %ultimateclaims_claims%
    %ultimateclaims_owner%
    %ultimateclaims_bans%
    %ultimateclaims_totalpower%
    %ultimateclaims_remainingpower%
    %ultimateclaims_totalchunks%
    

  • UltimateVotes

    /papi ecloud download UltimateVotes

    %ultimatevotes_monthlyvotes%
    %ultimatevotes_totalvotes%
    %ultimatevotes_hasvoted%
    

  • UnityGen

    /papi ecloud download UnityGen

    %unitygen_userlimit%
    %unitygen_usergens%
    

  • Vault

    /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%
    

  • VenturaCalendar

    NO DOWNLOAD COMMAND

    %venturacalendar_date_tick%
    %venturacalendar_date_second%
    %venturacalendar_date_minute%
    %venturacalendar_date_hour%
    %venturacalendar_date_day%
    %venturacalendar_date_day_name%
    %venturacalendar_date_dayofweek%
    %venturacalendar_date_week%
    %venturacalendar_date_month%
    %venturacalendar_date_month_name%
    %venturacalendar_date_year%
    %venturacalendar_date_era%
    %venturacalendar_date_era_name%
    

  • ViaVersion

    /papi ecloud download ViaVersion

    %viaversion_player_protocol_id%
    %viaversion_player_protocol_version%
    

  • VKAutoPickup

    /papi ecloud download VKAutoPickup

    %vkautopickup_pickup%
    %vkautopickup_autosell%
    %vkautopickup_autoplanting%
    %vkautopickup_autosmelt%
    %vkautopickup_autoblock%
    


  • VoteRoulette

    /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%
    

  • VotingPlugin

    /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%
    

  • WickedSkyWars

    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%
    

  • WorldGuard

    /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>%
    

  • XLTournaments

    /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%