Skip to content
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.

Placeholders

GabyTM edited this page Jan 24, 2019 · 65 revisions

This is a list of all available placeholders.
A download-command for the extenion can be found at the area of the placeholder.
If at the place of the download-command is NO DOWNLOAD COMMAND, then it does mean, that the placeholders are hard-coded into the plugin.


A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W


PAPI-placeholders

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

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

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

  • Math

/papi ecloud download Math

Lets you make simple or advanced calculations.
Placeholders are supported (You have to use {} instead of %).
Supports all calculations you can do with EvalEx with the exception of %.
You have to use [prc] for using the % symbol.
You can use [precision:<number>] in the placeholder, to set, how many digits after the . are shown.

%math_<math expression>%

  • MVdW Placeholders

/papi ecloud download MVdW

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

%mvdw_<placeholder without {}>%

  • OtherPlayer

/papi ecloud download OtherPlayer

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

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

  • Pinger

/papi ecloud download Pinger

Lets you ping a server through a 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: This placeholders have a seperate 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_timestamp%
%player_server%
%player_name%
%player_displayname%
%player_uuid%
%player_gamemode%
%player_x%
%player_y%
%player_z%
%player_world%
%player_is_op%
%player_bed_x%
%player_bed_y%
%player_bed_z%
%player_bed_world%
%player_ip%
%player_allow_flight%
%player_can_pickup_items%
%player_compass_x%
%player_compass_y%
%player_compass_z%
%player_compass_world%
%player_has_permission_<permission>%
%player_custom_name%
%player_exp%
%player_exp_to_level%
%player_total_exp%
%player_level%
%player_first_join_date%
%player_fly_speed%
%player_food_level%
%player_health%
%player_max_health%
%player_health_scale%
%player_item_in_hand%
%player_last_damage%
%player_max_air%
%player_remaining_air%
%player_no_damage_ticks%
%player_max_no_damage_ticks%
%player_time%
%player_time_offset%
%player_saturation%
%player_sleep_ticks%
%player_walk_speed%
%player_ticks_lived%
%player_seconds_lived%
%player_minutes_lived%
%player_ping%
%player_ping_<playername>%
%player_hasitem-mat:<MATERIAL>-amt:<amount>-data:<data value>%
%player_has_empty_slot%
%player_world_time_12%
%player_world_time_24%

  • Plugin

/papi ecloud download Plugin

Returns information about the specified plugin.

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



  • RedisBungee

/papi ecloud download RedisBungee

Same like the BungeeCord-placeholders, but for RedisBungee

%redisbungee_total%
%redisbungee_<servername>%

  • ScoreboardObjectives

/papi ecloud download ScoreboardObjectives

Get info from a scoreboard objective.

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

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


  • Server

/papi ecloud download Server

Lets you get information of the server.

%server_online%
%server_max_players%
%server_unique_joins%
%server_uptime%
%server_ram_used%
%server_ram_free%
%server_ram_total%
%server_ram_max%
%server_tps%
%server_online_<world>%
%server_countdown_<SimpleDateFormat>_<time>%

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

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

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

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

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


  • Sound

/papi ecloud download Sound

Plays a sound, when parsed.

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

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

This placeholder is for all players on the server.

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

  • Statistic

/papi ecloud download Statistic

Gives you a lot of statistics...

For specific blocks, items, entities, ...

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

Other statistics

%statistic_mine_block%
%statistic_use_item%
%statistic_break_item%
%statistic_craft_item%
%statistic_ticks_played%
%statistic_seconds_played%
%statistic_minutes_played%
%statistic_hours_played%
%statistic_days_played%
%statistic_time_played%
%statistic_seconds_played_remaining%
%statistic_minutes_played_remaining%
%statistic_hours_played_remaining%
%statistic_days_played_remaining%
%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_join_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%

Plugin-placeholders

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

/papi ecloud download AcidIsland

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

NO DOWNLOAD COMAND

%advancedabilities_<ability_name>_level%  
%advancedabilities_<ability_name>_bar%

NO DOWNLOAD COMAND

%advancedcustommenu_total%  
%advancedcustommenu_name%  
%advancedcustommenu_items%

NO DOWNLOAD COMMAND

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

NO DOWNLOAD COMAND

([] = optional)

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

Examples:

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

/papi ecloud download ASkyBlock

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

/papi ecloud download AutoRank

%autorank_current_rank%
%autorank_next_rank%
%autorank_time_of_player%
%autorank_local_time%
%autorank_local_time_formatted
%autorank_global_time%
%autorank_global_time_formatted%

/papi ecloud download AutoSell

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

NO DOWNLOAD COMMAND

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

NO DOWNLOAD COMMAND

%bw1058_stats_firstplay%
%bw1058_stats_lastplay%
%bw1058_stats_kills%
%bw1058_stats_wins%
%bw1058_stats_finalkills%
%bw1058_stats_deaths%
%bw1058_stats_looses%
%bw1058_stats_finaldeaths%
%bw1058_stats_bedsdestroyed%
%bw1058_stats_gamesplayed%
%bw1058_current_playing%
%bw1058_current_arenas%

NO DOWNLOAD COMMAND

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

NO DOWNLOAD COMMAND

%blockquest_blocksfound%
%blockquest_blocksleft%
%blockquest_allblocks%

NO DOWNLOAD COMMAND

%carlthecreeper_cooldown_<reward>%
%carlthecreeper_statistic_rewards_claimed%

NO DOWNLOAD COMMAND

%chatcolorplus_chatcolor%
%chatcolorplus_namecolor%

NO DOWNLOAD COMMAND

%chatcolorpremium_chat_color%
%chatcolorpremium_tab_color%
%chatcolorpremium_sign_color%
%chatcolorpremium_font%

%chatcolorpremium_chat_color_name%
%chatcolorpremium_sign_color_name%
%chatcolorpremium_name_color_name%
%chatcolorpremium_tab_color_name%
%chatcolorpremium_name_color%

/papi ecloud download ChatReaction

%chatreaction_wins%

/papi ecloud download CheckNameHistory

%checknamehistory_previous_names_<#>%
%checknamehistory_previous_name_date_<#>%

NO DOWNLOAD COMMAND

%clantagprovider_clantag_custom_design%
%clantagprovider_clantag%

NO DOWNLOAD COMMAND

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

NO DOWNLOAD COMMAND

%combatlogx_time_left%
%combatlogx_enemy_name%
%combatlogx_enemy_health%

NO DOWNLOAD COMMAND

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

NO DOWNLOAD COMMAND

%countryonjoin_player_country_code%
%countryonjoin_player_country_name%

/papi ecloud download CraftConomy

([] = Optional)

%craftconomy_<currency>[option]%

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

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

NO DOWNLOAD COMMAND

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

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

NO DOWNLOAD COMMAND

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

/papi ecloud download DeluxeChat

%deluxechat_is_pm_toggled%
%deluxechat_pm_recipient%
%deluxechat_social_spy_enabled%
%deluxechat_is_pm_toggled%
%deluxechat_pm_recipient%
%deluxechat_social_spy_enabled%

/papi ecloud download DeluxePM

%deluxepm_status%

/papi ecloud download DeluxeTags

%deluxetags_tag%
%deluxetags_identifier%
%deluxetags_description%
%deluxetags_amount%

NO DOWNLOAD COMMAND

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

/papi ecloud download DiscordSRV

%discordsrv_guild_id%
%discordsrv_guild_name%
%discordsrv_guild_icon_id%
%discordsrv_guild_icon_url%
%discordsrv_guild_splash_id%
%discordsrv_guild_splash_url%
%discordsrv_guild_owner_effective_name%
%discordsrv_guild_owner_nickname%
%discordsrv_guild_owner_game_name%
%discordsrv_guild_owner_game_url%
%discordsrv_guild_bot_effective_name%
%discordsrv_guild_bot_nickname%
%discordsrv_guild_bot_game_name%
%discordsrv_guild_bot_game_url%
%discordsrv_user_id%
%discordsrv_user_name%
%discordsrv_user_effective_name%
%discordsrv_user_nickname% 
%discordsrv_user_online_status%
%discordsrv_user_game_name%
%discordsrv_user_game_url%
%discordsrv_user_top_role_id%
%discordsrv_user_top_role_name%
%discordsrv_user_top_role_color%
%discordsrv_guild_members_online%
%discordsrv_guild_members_total%
%discordsrv_linked_online%
%discordsrv_linked_total%

  • DonateParty

NO DOWNLOAD COMMAND

%donateparty_goal%
%donateparty_goal_needed%

NO DOWNLOAD COMMAND

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

/papi ecloud download Enjin

%enjinminecraftplugin_points%

/papi ecloud download Envoys

%envoys_time_until_refill%

NO DOWNLOAD COMMAND

%epicfriends_friendcount%
%epicfriends_friendcount_online%

NO DOWNLOAD COMMAND

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

/papi ecloud download Essentials

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

%essentials_is_teleport_enabled%
%essentials_is_pay_enabled%
%essentials_is_pay_confirm%
%essentials_nickname%
%essentials_godmode%
%essentials_jailed%
%essentials_kit_last_use_<kitname>%
%essentials_has_kit_<kitname>%
%essentials_kit_is_available_<kitname>%
%essentials_kit_time_until_available_<kitname>%
%essentials_pm_recipient%
%essentials_afk%
%essentials_vanished%
%essentials_fly%
%essentials_safe_online%

/papi ecloud download EZBlocks

%ezblocks_broken%

/papi ecloud download EZPrestige

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

/papi ecloud download EZRanksPro

%ezrankspro_player%
%ezrankspro_displayname%
%ezrankspro_world%
%ezrankspro_rank%
%ezrankspro_rankup%
%ezrankspro_cost%
%ezrankspro_cost_formatted%
%ezrankspro_balance%
%ezrankspro_balance_formatted%
%ezrankspro_difference%
%ezrankspro_difference_formatted%
%ezrankspro_progress%
%ezrankspro_progressexact%
%ezrankspro_progressbar%
%ezrankspro_rankprefix%
%ezrankspro_rankupprefix%
%ezrankspro_lastrank%
%ezrankspro_lastrankprefix%

/papi ecloud download Factions

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

NO DOWNLOAD COMMAND

%factionsuuid_player_balance%
%factionsuuid_player_deaths%
%factionsuuid_player_group%
%factionsuuid_player_kills%
%factionsuuid_player_lastseen%
%factionsuuid_player_maxpower%
%factionsuuid_player_name%
%factionsuuid_player_power% 

%factionsuuid_faction_allies%
%factionsuuid_faction_bank_balance%
%factionsuuid_faction_claims%
%factionsuuid_faction_deaths%
%factionsuuid_faction_description%
%factionsuuid_faction_enemies%
%factionsuuid_faction_founded%
%factionsuuid_faction_home_world%
%factionsuuid_faction_home_x%
%factionsuuid_faction_home_y%
%factionsuuid_faction_home_z%
%factionsuuid_faction_joining%
%factionsuuid_faction_kills%
%factionsuuid_faction_land_refund%
%factionsuuid_faction_land_value%
%factionsuuid_faction_leader%
%factionsuuid_faction_maxvaults%
%factionsuuid_faction_name%
%factionsuuid_faction_offline%
%factionsuuid_faction_online%
%factionsuuid_faction_peaceful%
%factionsuuid_faction_power%
%factionsuuid_faction_powerboost%
%factionsuuid_faction_powermax%
%factionsuuid_faction_raidable%
%factionsuuid_faction_size%
%factionsuuid_faction_truces%
%factionsuuid_faction_warps%

  • Factions relation placeholders

NO DOWNLOAD COMMAND

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

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


NO DOWNLOAD COMMAND

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

  • GAListener

NO DOWNLOAD COMMAND

%galistener_votes%

/papi ecloud download GangsPlus

%gangsplus_in_gang%
%gangsplus_gang%
%gangsplus_gang_tag%
%gangsplus_gang_rank%
%gangsplus_gang_homes%
%gangsplus_gang_friendlyfire%
%gangsplus_gang_online%
%gangsplus_gang_size%
%gangsplus_gang_leader%
%gangsplus_gang_level%
%gangsplus_gang_wins%
%gangsplus_gang_losses%
%gangsplus_gang_wlr%
%gangsplus_gang_kills%
%gangsplus_gang_deaths%
%gangsplus_gang_kdr%

/papi ecloud download GemsEconomy

%gemseconomy_balance%
%gemseconomy_balance_formatted%

/papi ecloud download Guilds

%guilds_name%
%guilds_prefix%
%guilds_master%
%guilds_member_count%
%guilds_members_online%
%guilds_role%
%guilds_tier%

/papi ecloud download Heroes

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

NO DOWNLOAD COMMAND

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

NO DOWNLOAD COMMAND

%hugs_total%
%hugs_player_total_given%
%hugs_player_total_received%

NO DOWNLOAD COMMAND

%isborder_status%
%isborder_size%
%isborder_color%

NO DOWNLOAD COMMAND

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

NO DOWNLOAD COMMAND

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

  • IslandWorld

NO DOWNLOAD COMMAND

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

/papi ecloud download Jobs

%jobs_jobs%
%jobs_format%
%jobs_exp_limit%
%jobs_money_limit%
%jobs_points_limit%
%jobs_exp_payment_limit_amt%
%jobs_money_payment_limit_amt%
%jobs_points_payment_limit_amt%
%jobs_exp_payment_limit_time_left%
%jobs_money_payment_limit_time_left%
%jobs_points_payment_limit_time_left%
%jobs_seen%
%jobs_total_levels%
%jobs_user_id%
%jobs_is_saved%
%jobs_level_<jobname/number>%
%jobs_exp_<jobname/number>%
%jobs_total_players_<jobname/number>%
%jobs_max_level_<jobname/number>%
%jobs_vip_max_level_<jobname/number>%
%jobs_bonus_<jobname/number>%
%jobs_exp_boost_<jobname/number>%
%jobs_money_boost_<jobname/number>%
%jobs_points_boost_<jobname/number>%
%jobs_chat_color_<jobname/number>%
%jobs_description_<jobname/number>%
%jobs_max_slots_<jobname/number>%
%jobs_name_<jobname/number>%
%jobs_short_name_<jobname/number>%

/papi ecloud download KillStats

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

NO DOWNLOAD COMMAND

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

NO DOWNLOAD COMMAND

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

/papi ecloud download LeaderHeads

%leaderheads_player_<leaderboard type>_#%
%leaderheads_score_<leaderboard type>_#%

NO DOWNLOAD COMMAND

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

/papi ecloud download lemonmobcoins

%lemonmobcoins_balance%
%lemonmobcoins_balance_fixed%
%lemonmobcoins_balance_formatted%

/papi ecloud download LuckPerms

%luckperms_group_name%
%luckperms_context_<context key>%
%luckperms_groups%
%luckperms_has_permission_<permission>%
%luckperms_in_group_<group>%
%luckperms_inherits_group_<group>%
%luckperms_gon_track_<track>%
%luckperms_has_groups_on_track_<track>%
%luckperms_highest_group_by_weight%
%luckperms_lowest_group_by_weight%
%luckperms_first_group_on_tracks_<tracks>%
%luckperms_last_group_on_tracks_<tracks>%
%luckperms_expiry_time_<permission>%
%luckperms_group_expiry_time_<group name>%
%luckperms_prefix%
%luckperms_suffix%
%luckperms_meta_<meta key>%

  • LWC

NO DOWNLOAD COMMAND

%lwc_locks%

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

/papi ecloud download MarriageMaster

%marriagemaster_married%
%marriagemaster_partner%

NO DOWNLOAD COMMAND

%mcinfected_score%
%mcinfected_kills%
%mcinfected_deaths%
%mcinfected_wins%
%mcinfected_losses%
%mcinfected_killstreak%
%mcinfected_time%

NO DOWNLOAD COMMAND

%mcinfected-ranks_rank%
%mcinfected-ranks_prefix%

/papi ecloud download McMMO

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

NO DOWNLOAD COMMAND

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

/papi ecloud download MineCrates

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

NO DOWNLOAD COMMAND

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

/papi ecloud download multiverse

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

NO DOWNLOAD COMMAND

%mycommand_playerdata_<variable_name>%

NO DOWNLOAD COMMAND

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

NO DOWNLOAD COMMAND

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

  • MySQLTokens

NO DOWNLOAD COMMAND

%mysqltokens_tokens%

/papi ecloud download Nicknamer

%nicknamer_has_nickname%
%nicknamer_has_skin%
%nicknamer_nickname%

NO DOWNLOAD COMMAND

%nickreloaded_nick%
%nickreloaded_skin%

/papi ecloud download Nicky

%nicky_nickname%

/papi ecloud download OnTime

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

NO DOWNLOAD COMMAND

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

/papi ecloud download Parkour

%parkour_last_played%
%parkour_last_completed%
%parkour_level%
%parkour_rank%
%parkour_parkoins%
%parkour_course_record_<course>%
%parkour_personal_best_<course>%
%parkour_leader_<course>%
%parkour_current_course%
%parkour_current_course_record%
%parkour_current_personal_best%
%parkour_current_course_leader%
%parkour_current_course_timer%
%parkour_course_count%
%parkour_player_count%
%parkour_version%
%parkour_topten_<course>_<position>%
%parkour_toptenxcc_<course>_<position>%

NO DOWNLOAD COMMAND

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

NO DOWNLOAD COMMAND

%pixelvip_expiration_millis%
%pixelvip_expiration_desc%
%pixelvip_active_vip%

/papi ecloud download PlayTime

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

/papi ecloud download PlayerPoints

%playerpoints_points%

/papi ecloud download PlotSquared

%plotsquared_currentplot_alias%
%plotsquared_currentplot_owner%
%plotsquared_currentplot_members_size%
%plotsquared_currentplot_world%
%plotsquared_has_plot%
%plotsquared_has_build_rights%
%plotsquared_plot_count%
%plotsquared_allowed_plot_count%

NO DOWNLOAD COMMAND

%pointsapi_points%

NO DOWNLOAD COMMAND

%premiumvanish_isvanished%
%premiumvanish_vanishedplayers%
%premiumvanish_playercount%
%premiumvanish_bungeeplayercount%

/papi ecloud download PrisonMines

Mine-specific placeholders (For a single mine)

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

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

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

NO DOWNLOAD COMMAND

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

/papi ecloud download ProQuest

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

NO DOWNLOAD COMMAND

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

NO DOWNLOAD COMMAND

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

NO DOWNLOAD COMMAND

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

/papi ecloud download QuickSell

%quicksell_booster%
%quicksell_booster_time%

NO DOWNLOAD COMMAND

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

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

NO DOWNLOAD COMMAND

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

NO DOWNLOAD COMMAND

%royalcommands_nickname%

NO DOWNLOAD COMMAND

%rs_points%
%rs_referrals%

NON DOWNLOAD COMMAND

%rankup_player%
%rankup_current_rank%
%rankup_current_rank_prefix%
%rankup_current_rank_cost%
%rankup_current_rank_cost_formatted%
%rankup_next_rank%
%rankup_next_rank_prefix%
%rankup_next_rank_cost%
%rankup_next_rank_cost_formatted%
%rankup_percent_done%
%rankup_percent_done_formatted%
%rankup_percent_left%
%rankup_percent_left_formatted%

NO DOWNLOAD COMMAND

%sellall_multiplier%
%sellall_multitime%

NO DOWNLOAD COMMAND

%sl_[variable name]%

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


/papi ecloud download SimpleClans

%simpleclans_in_clan%
%simpleclans_join_date%
%simpleclans_rank%
%simpleclans_tag%
%simpleclans_tag_label%
%simpleclans_civilian_kills%
%simpleclans_neutral_kills%
%simpleclans_rival_kills%
%simpleclans_weighted_kills%
%simpleclans_deaths%
%simpleclans_kdr%
%simpleclans_is_leader%
%simpleclans_clan_tag%
%simpleclans_clan_tag_label%
%simpleclans_clan_color_tag%
%simpleclans_clan_founded_string%
%simpleclans_clan_name%
%simpleclans_clan_average_wk%
%simpleclans_clan_balance%
%simpleclans_clan_size%
%simpleclans_clan_total_civilian%
%simpleclans_clan_total_neutral%
%simpleclans_clan_total_rival%
%simpleclans_clan_total_deaths%
%simpleclans_clan_total_kdr%
%simpleclans_clan_friendly_fire%
%simpleclans_clan_allow_deposit%
%simpleclans_clan_allow_withdraw%
%simpleclans_clan_is_unrivable%
%simpleclans_clan_leader_size%

NO DOWNLOAD COMMAND

%simplecoinsapi_coins%

NO DOWNLOAD COMMAND

%simplekilltracker_kills%
%simplekilltracker_deaths%
%simplekilltracker_kdr%

/papi ecloud download SimplePrefix

%simpleprefix_prefix%
%simpleprefix_suffix%

NO DOWNLOAD COMMAND

%simplesuffix_prefix%
%simplesuffix_suffix%

/papi ecloud download SkillAPI

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

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

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

/papi ecloud download 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%

NO DOWNLOAD COMMAND

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

NO DOWNLOAD COMMAND

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

NO DOWNLOAD COMMANDS

%sqltokens_tokens%

/papi ecloud download Statz

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

NO DOWNLOAD COMMAND

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

Per Player/Event placeholders:

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

NO DOWNLOAD COMMANDS

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

/papi ecloud download SuperbVote

%superbvote_votes%

NO DOWNLOAD COMMAND

%scredits_value%

NO DOWNLOAD COMMANDS

%supervanish_isvanished%
%supervanish_vanishedplayers%
%supervanish_playercount%
%supervanish_bungeeplayercount%

NO DOWNLOAD COMMANDS

%TheTime_date_tick%
%TheTime_date_second%
%TheTime_date_minute%
%TheTime_date_hour%
%TheTime_date_day%
%TheTime_date_day_name%
%TheTime_date_dayOfWeek%
%TheTime_date_week%
%TheTime_date_month%
%TheTime_date_month_name%
%TheTime_date_year%
%TheTime_date_era%
%TheTime_date_era_name%

/papi ecloud download Thirst

%thirst_level%

NO DOWNLOAD COMMANDS

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

/papi ecloud download TNTRun

Separate download link: https://www.spigotmc.org/resources/53945/

%tntrun_played%
%tntrun_wins%
%tntrun_losses%
%tntrun_version%
%tntrun_arena_count%
%tntrun_player_count%

/papi ecloud download TokenEnchant

%tokenenchant_token%
%tokenenchant_token_num%

/papi ecloud download TokenManager

%tokenmanager_tokens%

/papi ecloud download Towny

%towny_town%
%towny_friends%
%towny_nation%
%towny_title%
%towny_town_residents%
%towny_town_size%
%towny_town_tag%
%towny_town_balance%
%towny_town_mayor%
%towny_surname%
%towny_town_rank%
%towny_nation_rank%

NO DOWNLOAD COMMAND

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

NO DOWNLOAD COMMAND

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

/papi ecloud download uSkyBlock

%uskyblock_island_rank%
%uskyblock_island_level%

NO DOWNLOAD COMMAND

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

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


/papi ecloud download UltimateVotes

%ultimatevotes_monthlyvotes%
%ultimatevotes_totalvotes%
%ultimatevotes_hasvoted%

/papi ecloud download UnityGen

%unitygen_userlimit%
%unitygen_usergens%

/papi ecloud download Vault

Economy

%vault_eco_balance%
%vault_eco_balance_fixed%
%vault_eco_balance_formatted%

Permissions

%vault_rank%
%vault_prefix%
%vault_rankprefix%
%vault_rankprefix_#%
%vault_suffix%
%vault_ranksuffix%
%vault_ranksuffix_#%
%vault_prefix_color%

/papi ecloud download VoteParty

%voteparty_counter%
%voteparty_votes%
%voteparty_total_votes_needed%
%voteparty_is_ignoring%

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

NO DOWNLOAD COMMAND

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

NO DOWNLOAD COMMAND

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

/papi ecloud download WorldGuard

%worldguard_region_name%
%worldguard_region_owner%
%worldguard_region_members%
%worldguard_region_flags%
%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%
Clone this wiki locally