Список плесхолдеров для PlaceholderAPI

Список Список плесхолдеров для placeholderapi

mcdev

Администратор
Администратор
Клиент
Рубли
95.5
Активности
751
Команду загрузки для расширения можно найти в области заполнителя.
Если самой команды там нет, а вместо нее не отображается команда ЗАГРУЗКИ, то это означает, что в плагине на самом деле жестко запрограммированы заполнители и не требуется ручная загрузка какого-либо расширения.

  • Advancements

    /papi ecloud download Advancements
    More info about this expansion can be found on the Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь .
    %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 Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь 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%


  • Attribute

    /papi ecloud download Attribute
    Adds placeholders to access Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь . (Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь )
    The expansion can be used only on 1.9+
    // Available for all game versions
    %attribute_player_has_<attribute>% - whether the player has a certain attribute
    %attribute_player_baseValue_<attribute>% - returns the base value of an attribute
    %attribute_player_value_<attribute>% - returns the value of an attribute with all the modifiers applied

    // 1.11+
    %attribute_player_defaultValue_<attribute>% - returns the default value of an attribute

  • 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

    Download the jar from Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь
    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
    Allows you to change the output based on what other placeholders return.
    More information can be found on the Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь
    %changeoutput_<options>_input:<input>_matcher:<matcher>_ifmatch:<output-if-matched>_else:<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:)

    Notes:
    - mainhand and offhand work in getinfo:<slot>
    - give and remove placeholders are DISABLED by default for security purposes. See PlaceholderAPI config.yml file to enable.

    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> ~
      Combined with getinfo you can specify a number for <text> and the specific lore line will be returned*
    • loreequals:<text>
      Checks if the item's lore equals <text> Lines are separated by | ^ ~
      Combined with getinfo you can specify a number for <text> and the specific lore line will be returned
    • 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 (Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь ) ^ ~
    • 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 :eek:ff to specify. (Ex: inhand:main)
    • inslot:<number>
      Check if the item is in a specific slot (Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь )
    • nbtstrings:<key>=<value>;<key>=<value>
      Checks if the item's nbtStrings contains <key> with the value of <value>. * ^ ~
    • nbtints:<key>=<value>;<key>=<value>
      Checks if the item's nbtInts contains <key> with the value of <value>. * ^ ~
    • For nbt data you can use compounds by putting .. inside your string Example (%checkitem_nbtstrings:publicBukkitValues..executableitems:ei-id=Free_Money%) ^
    • 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 Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь .
    %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%

  • Enchantment

    NO DOWNLOAD COMMAND (Download it from Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь )
    More info about this expansion can be found on the Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь .
    <> is required.
    %enchantment_list% # a list of enchantments on the item a player is holding (separated by ',')
    %enchantment_listLF% # a list of enchantments on the item a player is holding (separated by '\n')
    %enchantment_roman_list% # a list of enchantments on the item a player is holding (separated by ',')
    %enchantment_roman_listLF% # a list of enchantments on the item a player is holding (separated by '\n')
    %enchantment_<enchantment_name>_level% # a level of the specified enchantment on the item a player is holding

  • FormatterСсылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    /papi ecloud download Formatter
    More info about this expansion can be found on the Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь .
    [] is optional and <> is required.
    Use {{u}} for underscores and {{prc}} for percent symbols.
    %formatter_number_format_<number>%
    %formatter_number_format_[locale]:[pattern]_<number>%
    %formatter_number_from:<timeunit>_to:<timeunit>_<number>%
    %formatter_number_round_<number>%
    %formatter_number_round_[precision]:[roundingmode]_<number>%
    %formatter_number_shorten_<number>%
    %formatter_number_time_<number>%
    %formatter_number_time_<timeunit>_<number>% # Handles number as <timeunit>

    %formatter_text_capitalize_<text>%
    %formatter_text_length_<text>%
    %formatter_text_lowercase_<text>%
    %formatter_text_replace_[target]_[replacement]_<text>%
    %formatter_text_substring_[start]:[end]_<text>%
    %formatter_text_uppercase_<text>%



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







  • 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 must use the unsafe placeholder to parse placeholders for username or uuid.
    Make sure to include the {} brackets, as it won't work without them.
    %parseother_{username}_{placeholder_without_percent_signs}%
    %parseother_unsafe_{placeholder_for_username}_{placeholder_without_percent_signs}%
    %parseother_{uuid}_{placeholder_without_percent_signs}%
    %parseother_unsafe_{placeholder_for_uuid}_{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_helmet_durability%
    %player_armor_chestplate_name%
    %player_armor_chestplate_data%
    %player_armor_chestplate_durability%
    %player_armor_leggings_name%
    %player_armor_leggings_data%
    %player_armor_leggings_durability%
    %player_armor_boots_name%
    %player_armor_boots_data%
    %player_armor_boots_durability%
    %player_bed_x%
    %player_bed_y%
    %player_bed_z%
    %player_bed_world%
    %player_biome%
    %player_biome_capitalized%
    %player_block_underneath%
    %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_list_name%
    %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_health_boost%
    %player_has_potioneffect_<effect>%
    %player_has_permission_<permission>%
    %player_health%
    %player_health_boost%
    %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_durability%
    %player_item_in_hand_level_<enchantment>%
    %player_item_in_offhand%
    %player_item_in_offhand_name%
    %player_item_in_offhand_data%
    %player_item_in_offhand_durability%
    %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%
    %player_absorption%



  • ProgressСсылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    /papi ecloud download progress
    More info about this expansion can be found on the Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь .
    %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!%







  • ScoreboardObjectivesСсылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    /papi ecloud download ScoreboardObjectives
    Get info from a scoreboard objective.
    More info about the expansion can be found on the Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь
    %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 Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Javadoc page about possible formats.




  • StatisticСсылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    /papi ecloud download Statistic
    Supports all statistics in Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь . %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 Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь .
    %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}




  • 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 Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь for a list of all expansions officially maintained by the PlaceholderAPI team.






  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    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%








  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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

  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    %angelchest_activechests% - Number of active chests a player has
    %angelchest_price% - Amount of money needed to spawn the AngelChest
    %angelchest_price_teleport% - Amount of money needed to teleport to the AngelChest
    %angelchest_price_fetch% - Amount of money needed to teleport the AngelChest to yourself
    %angelchest_price_open% - Amount of money needed to open the AngelChest
    %angelchest_enabled% - returns "true" or "false" whether this player has AngelChest enabled
    %angelchest_isactive_<ID>% - Returns "true" when the player has an AngelChest with this ID, otherwise "false"
    %angelchest_time_<ID>% - Remaining time for this AngelChest. Returns an empty String if no AngelChest with this ID exists.
    %angelchest_x_<ID>% - X coordinate of this AngelChest. Returns an empty String if no AngelChest with this ID exists.
    %angelchest_y_<ID>% - Y coordinate of this AngelChest. Returns an empty String if no AngelChest with this ID exists.
    %angelchest_z_<ID>% - Z coordinate of this AngelChest. Returns an empty String if no AngelChest with this ID exists.
    %angelchest_world_<ID>% - World name of this AngelChest. Returns an empty String if no AngelChest with this ID exists.








  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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



  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    Find examples of how the placeholders can be used on Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь and Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь .
    %bquests% - (formatted, multiline) list of a players quests
    %bquests_detail% - (formatted, multiline) list of a players quests and rewards
    %bquests_count% - Amount of quests a player has
    %bquests_<index>% - Formatted quest at the given index
    %bquests_<index>_title% - Title of the quest at the given index
    %bquests_<index>_progress% - Progress of the quest at the given index
    %bquests_<index>_left% - Amount of (actions) left to complete the quest at the given index
    %bquests_<index>_<linenumber>% - Title of a given quest split into 4 lines that fit on a sign.
    %bquests_<index>_reward_<linenumber>% - Reward of a given quest split into 2 lines. Handy for Scoreboards



  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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













  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    /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





  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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









  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    %customadvancements_available_advancements% - Displays the number of available advancements for the player
    %customadvancements_available_advancements_<tree>% - Displays the number of available advancements for a specific advancement tree
    %customadvancements_completed_advancements% - Displays the number of completed advancements.
    %customadvancements_completed_advancements_<tree>% - Displays the number of completed advancements for a specific advancement tree.
    %customadvancements_active_advancements% - Displays the number of active advancements.
    %customadvancements_active_advancements_<tree>% - Displays the number of active advancements for a specific advancement tree.
    %customadvancements_progress_percentage_<path>% - Displays the progression in percentages for a specific path (e.g. example.advancement1).
    %customadvancements_progress_<path>% - Displays the progress made for a specific advancement path.
    %customadvancements_max_progress_<path>% - Displays the maximum progress for a specific advancement path.
    %customadvancements_meet_requirements_<path>% - Displays either true or false depending if the player meets all requirements for a specific advancement path.





  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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



















  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    /papi ecloud download Essentials
    This expansion works with both Essentials and Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь (Second one is recommended).
    %essentials_afk%
    %essentials_afk_reason%
    %essentials_fly%
    %essentials_geolocation%
    %essentials_godmode%
    %essentials_has_kit_<kitname>%
    %essentials_home_<number>
    %essentials_home_<number>_<w|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_muted_time_remaining%
    %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>%
    %essentials_baltop_balance_fixed_<rank>%
    %essentials_baltop_balance_formatted_<rank>%
    %essentials_baltop_balance_commas_<rank>%
    %essentials_baltop_balance_<rank>%
    %essentials_baltop_player_<rank>%
    %essentials_baltop_rank%
    %essentials_baltop_player_stripped_<num>%




  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    /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 relation placeholdersСсылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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


  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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


  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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

















  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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






  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    A Description of the placeholders can be found on the Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь .
    # 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%



  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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

  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    %lotterysix_currentgame_Now%
    %lotterysix_currentgame_Now_<SimpleDateFormat>%
    %lotterysix_currentgame_GameNumber%
    %lotterysix_currentgame_GameNumberRaw%
    %lotterysix_currentgame_SpecialName%
    %lotterysix_currentgame_Date%
    %lotterysix_currentgame_Date_<SimpleDateFormat>%
    %lotterysix_currentgame_NumberOfChoices%
    %lotterysix_currentgame_PricePerBet%
    %lotterysix_currentgame_TotalBets%
    %lotterysix_currentgame_PrizePool%
    %lotterysix_currentgame_FIRSTOdds%
    %lotterysix_currentgame_SECONDOdds%
    %lotterysix_currentgame_THIRDOdds%
    %lotterysix_currentgame_FOURTHOdds%
    %lotterysix_currentgame_FIFTHOdds%
    %lotterysix_currentgame_SIXTHOdds%
    %lotterysix_currentgame_SEVENTHOdds%
    %lotterysix_currentgame_BetPlayerNames%
    %lotterysix_currentgame_<number>LastDrawn%
    %lotterysix_currentgame_<number>TimesDrawn%
    %lotterysix_lastgame_Now%
    %lotterysix_lastgame_Now_<SimpleDateFormat>%
    %lotterysix_lastgame_GameNumber%
    %lotterysix_lastgame_GameNumberRaw%
    %lotterysix_lastgame_SpecialName%
    %lotterysix_lastgame_Date%
    %lotterysix_lastgame_Date_<SimpleDateFormat>%
    %lotterysix_lastgame_NumberOfChoices%
    %lotterysix_lastgame_PricePerBet%
    %lotterysix_lastgame_TotalBets%
    %lotterysix_lastgame_TotalPrizes%
    %lotterysix_lastgame_FirstToThirdPlaceWinnersCount%
    %lotterysix_lastgame_FirstNumber%
    %lotterysix_lastgame_SecondNumber%
    %lotterysix_lastgame_ThirdNumber%
    %lotterysix_lastgame_FourthNumber%
    %lotterysix_lastgame_FifthNumber%
    %lotterysix_lastgame_SixthNumber%
    %lotterysix_lastgame_FirstNumberOrdered%
    %lotterysix_lastgame_SecondNumberOrdered%
    %lotterysix_lastgame_ThirdNumberOrdered%
    %lotterysix_lastgame_FourthNumberOrdered%
    %lotterysix_lastgame_FifthNumberOrdered%
    %lotterysix_lastgame_SixthNumberOrdered%
    %lotterysix_lastgame_SpecialNumber%
    %lotterysix_lastgame_BetPlayerNames%
    %lotterysix_lastgame_FIRSTPlayerNames%
    %lotterysix_lastgame_SECONDPlayerNames%
    %lotterysix_lastgame_THIRDPlayerNames%
    %lotterysix_lastgame_FOURTHPlayerNames%
    %lotterysix_lastgame_FIFTHPlayerNames%
    %lotterysix_lastgame_SIXTHPlayerNames%
    %lotterysix_lastgame_SEVENTHPlayerNames%
    %lotterysix_lastgame_FIRSTOdds%
    %lotterysix_lastgame_SECONDOdds%
    %lotterysix_lastgame_THIRDOdds%
    %lotterysix_lastgame_FOURTHOdds%
    %lotterysix_lastgame_FIFTHOdds%
    %lotterysix_lastgame_SIXTHOdds%
    %lotterysix_lastgame_SEVENTHOdds%
    %lotterysix_lastgame_FIRSTPrize%
    %lotterysix_lastgame_SECONDPrize%
    %lotterysix_lastgame_THIRDPrize%
    %lotterysix_lastgame_FOURTHPrize%
    %lotterysix_lastgame_FIFTHPrize%
    %lotterysix_lastgame_SIXTHPrize%
    %lotterysix_lastgame_SEVENTHPrize%
    %lotterysix_lastgame_FIRSTPrizeCount%
    %lotterysix_lastgame_SECONDPrizeCount%
    %lotterysix_lastgame_THIRDPrizeCount%
    %lotterysix_lastgame_FOURTHPrizeCount%
    %lotterysix_lastgame_FIFTHPrizeCount%
    %lotterysix_lastgame_SIXTHPrizeCount%
    %lotterysix_lastgame_SEVENTHPrizeCount%
    %lotterysix_lastgame_<number>LastDrawn%
    %lotterysix_lastgame_<number>TimesDrawn%
    %lotterysix_preference_hide_titles%
    %lotterysix_preference_hide_periodic_announcements%
    %lotterysix_preference_bet_limit_per_round%
    %lotterysix_preference_reopen_menu_on_purchase%
    %lotterysix_preference_suspend_account_until%
    %lotterysix_stats_total_bets_placed%
    %lotterysix_stats_total_rounds_participated%
    %lotterysix_stats_total_winnings%
    %lotterysix_stats_highest_won_tier%
    %lotterysix_stats_notify_balance_change%
    %lotterysix_stats_account_balance%
    %lotterysix_scheduler_interval%
    %lotterysix_scheduler_next%



  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    All placeholders generally support async access as well. You may also find an official list on the Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь .
    These are available for each arena, with <arena> being the name of it:
    %mbedwars_arena-<arena>-displayname%
    %mbedwars_arena-<arena>-authors%
    %mbedwars_arena-<arena>-players%
    %mbedwars_arena-<arena>-maxplayers%
    %mbedwars_arena-<arena>-minplayers%
    %mbedwars_arena-<arena>-status%
    %mbedwars_arena-<arena>-teams%
    %mbedwars_arena-<arena>-teamsize%


    These depend on the arena in which the player is currently playing within:
    %mbedwars_playerarena-name%
    %mbedwars_playerarena-displayname%
    %mbedwars_playerarena-authors%
    %mbedwars_playerarena-players%
    %mbedwars_playerarena-maxplayers%
    %mbedwars_playerarena-status%
    %mbedwars_playerarena-teams%
    %mbedwars_playerarena-teamsize%
    %mbedwars_playerarena-current-team%
    %mbedwars_playerarena-current-team-color%
    %mbedwars_playerarena-current-team-initials%
    %mbedwars_playerarena-team-<team>-size%
    %mbedwars_playerarena-team-<team>-status%


    These are the total stats of the player. APIs are able to add their own ones, with their general format being %mbedwars_stats-<id>%. The ones that MBedwars provides are the following:
    %mbedwars_stats-rank%
    %mbedwars_stats-wins%
    %mbedwars_stats-loses%
    %mbedwars_stats-win_streak%
    %mbedwars_stats-top_win_streak%
    %mbedwars_stats-rounds_played%
    %mbedwars_stats-wl%
    %mbedwars_stats-kills%
    %mbedwars_stats-final_kills%
    %mbedwars_stats-deaths%
    %mbedwars_stats-final_deaths%
    %mbedwars_stats-kd%
    %mbedwars_stats-beds_destroyed%
    %mbedwars_stats-beds_lost%
    %mbedwars_stats-play_time%


    These are the stats of the current match of which the player is a part of. APIs are able to add their own ones, with their general format being %mbedwars_gamestats-<id>%. The ones that MBedwars provides are the following:
    %mbedwars_gamestats-kills%
    %mbedwars_gamestats-final_kills%
    %mbedwars_gamestats-deaths%
    %mbedwars_gamestats-kd%
    %mbedwars_gamestats-beds_destroyed%
    %mbedwars_gamestats-play_time%


    These display the amount of players per mode. You may add own modes using the players-in-mode-placeholders config:
    %mbedwars_players-in-mode-all%
    %mbedwars_players-in-mode-solos%
    %mbedwars_players-in-mode-doubles%
    %mbedwars_players-in-mode-trios%
    %mbedwars_players-in-mode-quads%


    Miscellaneous placeholders:
    %mbedwars_achievements-earned-count%



  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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









  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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





You can find more information on the Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь .














  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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

  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    %parkourmaker_player_name%
    %parkourmaker_parkour_name%
    %parkourmaker_current_checkpoint%
    %parkourmaker_current_checkpoint_position%
    %parkourmaker_join_cooldown%
    %parkourmaker_reward_cooldown%
    %parkourmaker_start_message%
    %parkourmaker_finish_message%
    %parkourmaker_map_join_cooldown%
    %parkourmaker_map_reward_cooldown%
    %parkourmaker_best-time_<map_name>.<player_name>%
    %parkourmaker_leaderboard_<map_name>.<position>%

    Replace <map_name> with name of the map you wish to get time for.
    Replace <player_name> with name of the player you wish to display time for.
    Replace <position> with number that coresponds to the position you want to display.







  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    /papi ecloud download playerstats
    For more information and usage examples, see the Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь .
    %playerstats_prefix%
    %playerstats_prefixtitle%
    %playerstats_rainbowprefix%
    %playerstats_rainbowprefixtitle%
    %playerstats_top:<n>,<statistic>%
    %playerstats_top:<n>,<statistic:item/block>%
    %playerstats_top:<n>,<statistic:entity>%
    %playerstats_top:<n>,<statistic>,only:number%
    %playerstats_top:<n>,<statistic>,only:number_raw%
    %playerstats_top:<n>,<statistic>,only:player_name%
    %playerstats_player:<player-name>,<statistic>%
    %playerstats_player:<player-name>,<statistic:item/block>%
    %playerstats_player:<player-name>,<statistic:entity>%
    %playerstats_player:<player-name>,<statistic>,only:number%
    %playerstats_player:<player-name>,<statistic>,only:number_raw%
    %playerstats_me,<statistic>%
    %playerstats_me,<statistic:item/block>%
    %playerstats_me,<statistic:entity>%
    %playerstats_me,<statistic>,only:number%
    %playerstats_me,<statistic>,only:number_raw%
    %playerstats_server,<statistic>%
    %playerstats_server,<statistic:item/block>%
    %playerstats_server,<statistic:entity>%
    %playerstats_server,<statistic>,only:number%
    %playerstats_server,<statistic>,only:number_raw%
    %playerstats_title,<statistic>%
    %playerstats_title:[n],<statistic>%
    %playerstats_title:[n],<statistic:item/block>%
    %playerstats_title:[n],<statistic:entity>%


  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    %ptr_playtime%
    %ptr_playtime_days%
    %ptr_playtime_days_trimmed%
    %ptr_playtime_hours%
    %ptr_playtime_hours_trimmed%
    %ptr_playtime_minutes%
    %ptr_playtime_minutes_trimmed%
    %ptr_playtime_seconds%
    %ptr_playtime_seconds_trimmed%
    %ptr_sessiontime%
    %ptr_sessiontime_days%
    %ptr_sessiontime_days_trimmed%
    %ptr_sessiontime_hours%
    %ptr_sessiontime_hours_trimmed%
    %ptr_sessiontime_minutes%
    %ptr_sessiontime_minutes_trimmed%
    %ptr_sessiontime_seconds%
    %ptr_sessiontime_seconds_trimmed%


  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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

  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    %pockethorses_<horse>_id%
    %pockethorses_<horse>_displayName%
    %pockethorses_<horse>_color%
    %pockethorses_<horse>_style%
    %pockethorses_<horse>_speed%
    %pockethorses_<horse>_jumpStrength%
    %pockethorses_<horse>_maxHealth%
    %pockethorses_<horse>_buyable%
    %pockethorses_<horse>_price%
    %pockethorses_<horse>_permission%
    %pockethorses_<horse>_storage%
    %pockethorses_<horse>_recyclable%
    %pockethorses_<horse>_recyclePrice%
    %pockethorses_<horse>_model%







  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    Each placeholder has a shorter alias, which follows the primary placeholder below.
    Prison uses PlaceholderAPI to support any plugin placeholders within the GUI Ranks Lore and the GUI Mine Lore.
    Prison Placeholder Attributes:
    Prison supports Placeholder Attributes which allows an infinite way to customize most placeholders, such as numeric formatting, hex colors, and reductions. Can customize any bar-graph for character codes, colors, and size.
    Simple examples using placeholder attributes with the results following each example. Colors are not shown.
    %prison_mines_size_mine5::nFormat:#,##0%
    654,321
    %prison_mines_size_mine5::nFormat:#,##0.00:1:kmg%
    654.32 k
    %prison_mines_size_mine5::nFormat:'#af33ff'#,##0.00:1:binary:hex%
    638.99 KB
    %prison_mines_timeleft_bar_mine5::bar:40:&2:O:&d:x:debug%
    OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOxxxxxxxx

    PLAYER placeholders (110, 55 aliases):
    PLAYER placeholders are used directly with a player, such as with player chat prefixes and scoreboards.
    Rank related placeholders apply to all ranks that a player may have, and may return more than one value. Use the LADDER placeholders to control the order that is displayed. Rank based placeholder can return zero, one, or more rank related values depending upon how many ladders the player is on.
    %prison_rank%
    %prison_r%
    %prison_rank_number%
    %prison_rn%
    %prison_rank_tag%
    %prison_rt%
    %prison_rank_ladder_position%
    %prison_rlp%
    %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_cost_remaining_percent%
    %prison_rcrp%
    %prison_rankup_cost_remaining_bar%
    %prison_rcrb%
    %prison_rankup_rank%
    %prison_rr%
    %prison_rankup_rank_tag%
    %prison_rrt%
    %prison_player_balance%
    %prison_pb%
    %prison_player_balance_formatted%
    %prison_pbf%
    %prison_player_balance_earnings_per_minute%
    %prison_pb_epm%
    %prison_player_balance_earnings_per_minute_formatted%
    %prison_pb_epmf%
    %prison_player_token_balance%
    %prison_ptb%
    %prison_player_token_balance_formatted%
    %prison_ptbf%
    %prison_player_token_balance_formatted_metric%
    %prison_ptbfm%
    %prison_player_token_balance_formatted_kmbt%
    %prison_ptbfk%
    %prison_player_token_balance_earnings_per_minute%
    %prison_ptb_epm%
    %prison_player_token_balance_earnings_per_minute_formatted%
    %prison_ptb_epmf%
    %prison_player_sellall_multiplier%
    %prison_psm%
    %prison_player_blocks_total%
    %prison_pbt%
    %prison_player_blocks_total_formatted%
    %prison_pbtf%
    %prison_player_tool_id%
    %prison_ptid%
    %prison_player_tool_name%
    %prison_ptn%
    %prison_player_tool_type%
    %prison_ptt%
    %prison_player_tool_material_type%
    %prison_ptmt%
    %prison_player_tool_data%
    %prison_ptdata%
    %prison_player_tool_lore%
    %prison_ptlore%
    %prison_player_tool_durability_used%
    %prison_ptdu%
    %prison_player_tool_durability_max%
    %prison_ptdm%
    %prison_player_tool_durability_remaining%
    %prison_ptdr%
    %prison_player_tool_durability_percent%
    %prison_ptdp%
    %prison_player_tool_durability_bar%
    %prison_ptdb%
    %prison_player_tool_enchantment_fortune%
    %prison_ptef%
    %prison_player_tool_enchantment_efficency%
    %prison_ptee%
    %prison_player_tool_enchantment_silktouch%
    %prison_ptes%
    %prison_player_tool_enchantment_unbreaking%
    %prison_pteu%
    %prison_player_tool_enchantment_mending%
    %prison_ptem%
    %prison_player_tool_enchantment_luck%
    %prison_ptel%
    %prison_player_health%
    %prison_ph%
    %prison_player_health_max%
    %prison_phm%
    %prison_player_air_max%
    %prison_pam%
    %prison_player_air_remaining%
    %prison_par%
    %prison_player_food_level%
    %prison_pfl%
    %prison_player_food_saturation%
    %prison_pfs%
    %prison_player_food_exhaustion%
    %prison_pfe%
    %prison_player_xp%
    %prison_pxp%
    %prison_player_xp_to_level%
    %prison_pxptl%
    %prison_player_level%
    %prison_pl%
    %prison_player_walk_speed%
    %prison_pws%

    LADDERS placeholders (32, 16 aliases):
    Must be used directly with a player, and returns the information related to their active rank on the specified ladder.
    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_number_<laddername>%
    %prison_rn_<laddername>%
    %prison_rank_tag_<laddername>%
    %prison_rt_<laddername>%
    %prison_rank_ladder_position_<laddername>%
    %prison_rlp_<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_cost_remaining_percent_<laddername>%
    %prison_rcrp_<laddername>%
    %prison_rankup_cost_remaining_bar_<laddername>%
    %prison_rcrb_<laddername>%
    %prison_rankup_rank_<laddername>%
    %prison_rr_<laddername>%
    %prison_rankup_rank_tag_<laddername>%
    %prison_rrt_<laddername>%
    %prison_player_balance_<laddername>%
    %prison_pb_<laddername>%
    %prison_player_balance_formatted_<laddername>%
    %prison_pbf_<laddername>%

    RANKS placeholders (22, 11 aliases):
    RANKS placeholders deal directly with specific rank information.
    Use the rank name in place of <rankname>, and may return zero or one value.
    %prison_rank__name_<rankname>%
    %prison_r_n_<rankname>%
    %prison_rank__tag_<rankname>%
    %prison_r_t_<rankname>%
    %prison_rank__ladder_<rankname>%
    %prison_r_l_<rankname>%
    %prison_rank__ladder_position_<rankname>%
    %prison_r_lp_<rankname>%
    %prison_rank__cost_<rankname>%
    %prison_r_c_<rankname>%
    %prison_rank__cost_formatted_<rankname>%
    %prison_r_cf_<rankname>%
    %prison_rank__cost_multiplier_<rankname>%
    %prison_r_cm_<rankname>%
    %prison_rank__currency_<rankname>%
    %prison_r_cu_<rankname>%
    %prison_rank__id_<rankname>%
    %prison_r_id_<rankname>%
    %prison_rank__player_count_<rankname>%
    %prison_r_pc_<rankname>%
    %prison_rank__linked_mines_<rankname>%
    %prison_r_lm_<rankname>%

    RANKPLAYERS placeholders (12, 6 aliases):
    RANKPLAYERS placeholders are used with players and shows what their adjusted costs are for the specified rank. These placeholders are ideal for showing a player how much each rank will cost using their personal rank cost multipliers.
    Use the rank name in place of <rankname>, and may return zero or one value.
    %prison_rank__player_cost_<rankname>%
    %prison_r_pcst_<rankname>%
    %prison_rank__player_cost_formatted_<rankname>%
    %prison_r_pcf_<rankname>%
    %prison_rank__player_cost_remaining_<rankname>%
    %prison_r_pcf_<rankname>%
    %prison_rank__player_cost_remaining_formatted_<rankname>%
    %prison_r_pcf_<rankname>%
    %prison_rank__player_cost_percent_<rankname>%
    %prison_r_pcp_<rankname>%
    %prison_rank__player_cost_bar_<rankname>%
    %prison_r_pcb_<rankname>%

    MINES placeholders (32, 16 aliases):
    MINES placeholder provides stats for the given mine.
    Use the mine name in place of <minename>, and may return zero or one value.
    %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>%

    %prison_top_mine_block_line_header_<minename>%
    %prison_tmbl_header_<minename>%
    %prison_top_mine_block_line_totals_<minename>%
    %prison_tmbl_totals_<minename>%

    Note: The placeholders %prison_top_mine_block_line_header_<minename>% and %prison_top_mine_block_line_totals_<minename>% are used with the STATSMINES placeholders and provide the headers and total details for the given mines.
    MINEPLAYERS placeholders (32, 16 aliases):
    MINEPLAYERS placeholders are tied to a player and dynamically shows the details of the mine the player is in, or blanks when not in a mine. These are ideal for use in scoreboards or chat prefixes.
    Must be used with a player.
    %prison_player_blocks_total_<minename>%
    %prison_pbt_<minename>%
    %prison_player_blocks_raw_total_<minename>%
    %prison_pbtr_<minename>%

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

    PLAYERBLOCKS placeholders (4, 2 aliases):
    PLAYERBLOCKS placeholders are tied to a player, but through the mines modules. The placeholders that are supported are one for each block type that is defined in all mines.
    Must be used with a player. The use of <blockname> is the name of the block as provided with the command /mines block search help, but all lowercase and any ":" should use "-" instead. These placeholders will return a value of 0 or more. If the block name is invalid it will return a blank.
    Examples: prison_player_total_blocks__cobblestone prison_player_total_blocks__customitems-compressedcobblestone
    %prison_player_total_blocks__<blockname>%
    %prison_ptb__<blockname>%
    %prison_player_total_blocks_raw__<blockname>%
    %prison_ptbr__<blockname>%

    STATSMINES placeholders (14, 7 aliases):
    The STATSMINES placeholders represents the blocks that in the specified mine. The value nnn should be replaced with a number starting with a 1, or 001 and refers to one block. The "line placeholder is composed of the other placeholders and can simplify the use of these placeholders. See the headers and footer totals within the MINES placeholders.
    Use the mine name in place of <minename>, and may return zero or one value. Invalid values for _nnn_ will return blanks.
    %prison_top_mine_block_line_nnn_<minename>%
    %prison_tmbl_nnn_<minename>%
    %prison_top_mine_block_name_nnn_<minename>%
    %prison_tmbn_nnn_<minename>%
    %prison_top_mine_block_chance_nnn_<minename>%
    %prison_tmbc_nnn_<minename>%
    %prison_top_mine_block_placed_nnn_<minename>%
    %prison_tmbpl_nnn_<minename>%
    %prison_top_mine_block_remaing_nnn_<minename>%
    %prison_tmbr_nnn_<minename>%
    %prison_top_mine_block_remaing_bar_nnn_<minename>%
    %prison_tmbrb_nnn_<minename>%
    %prison_top_mine_block_total_nnn_<minename>%
    %prison_tmbt_nnn_<minename>%

    STATSRANKS placeholders (6, 3 aliases)
    The STATSRANKS placeholders represents the top-n players for a given rank. The value nnn should be replaced with a number starting with a 1, or 001 and refers to a given player.
    Use the mine name in place of <rankname>, and may return zero or one value. Invalid values for _nnn_ will return blanks.
    %prison_top_rank_balance_name_nnn_<rankname>%
    %prison_trbn_nnn_<rankname>%
    %prison_top_rank_balance_score_nnn_<rankname>%
    %prison_trbs_nnn_<rankname>%
    %prison_top_rank_balance_balance_nnn_<rankname>%
    %prison_trbb_nnn_<rankname>%

  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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






  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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


  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    %redprotect_player_in_region%
    %redprotect_player_used_claims%
    %redprotect_player_used_blocks%
    %redprotect_player_total_claims%
    %redprotect_player_total_blocks%
    %redprotect_player_region_names_leader%
    %redprotect_player_region_names_admin%
    %redprotect_player_region_names_member%
    %redprotect_player_region_names_leader_<world name>%
    %redprotect_player_region_names_admin_<world name>%
    %redprotect_player_region_names_member_<world name>%
    %redprotect_region_value%
    %redprotect_region_area%
    %redprotect_region_welcome%
    %redprotect_region_center_x%
    %redprotect_region_center_y%
    %redprotect_region_center_z%
    %redprotect_region_flag_value_<flag name>%








  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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










  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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



  • SkyWarsСсылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    %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Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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

  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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

  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    %soul_balance% : balance of souls you gathered.
    %soul_togal_gather% : the amount of soul you can currently gether based on armors/weapons you currently have.
    %soul_gather% : the amount of souls you can gather with the item in your hand.
    %soul_gather_amount% : the base amount of souls you can gather with the item in your hand.
    %soul_gather_rate% : the base rate of souls you can gather with the item in your hand.
    %soul_capacity% : the amount of souls you can hold.




  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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


  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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


  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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


  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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

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

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

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





  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    /papi ecloud download ThemePark
    %tp_name:<AttractionID>%
    %tp_status:<AttractionID>%
    %tp_region:<AttractionID>%
    %tp_ridecount%
    %tp_ridecount:<AttractionID>%
    %tp_ridecounttop_name:<AttractionID>:<Position>[:Type]%
    %tp_ridecounttop_value:<AttractionID>:<Position>[:Type]%

    Replace <AttractionID> with the ID of your attraction. Replace <Position> with the ridecount position. Replace [Type] with the top type. Supported values: DAILY, WEEKLY, MONTHLY, YEARLY, TOTAL






  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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

  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    If you add _long to the cost related placeholder, it will returne a number without comma/decimal point.
    %tokenenchant_tokens% : Returns the token balance as a double. For formatting, use NumberFormat placeholder %nf_%.
    %tokenenchant_token% : Deprecated. (use %tokenenchant_tokens%)
    %tokenenchant_token_long% : Deprecated. (use %tokenenchant_tokens%)
    %tokenenchant_token_num% : Deprecated. (use %tokenenchant_tokens%)
    %tokenenchant_token_num_long% : Deprecated. (use %tokenenchant_tokens%)
    %tokenenchant_<enchantment>_level%
    %tokenenchant_<enchantment>_affordablelevel% : the maximum level the player can afford based on the the item holding and his/her token balance.
    %tokenenchant_<enchantment>_affordablecost% : the cost to reach the affordable enchantment level based on the item holding and his/her token balance.
    %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% : Deprecated. (For formatting, use NumberFormat placeholder %nf_%.)
    %tokenenchnat_<enchantment>_refund_Y%
    %tokenenchnat_<enchantment>_refund_Y_long% : Deprecated. (For formatting, use NumberFormat placeholder %nf_%.)
    %tokenenchant_<enchantment>_alias%
    %tokenenchant_tokenmultiplier%
    %tokenenchant_<enchantment>_occurrencemultiplier%
    %tokenenchant_<enchantment>_occurrence_<X>% : the activation chance (in %) for the <enchatnment> at the level <X>. If <X> == 0, chance of the current level will be returned.
    %tokenenchant_repair_cost%
    %tokenenchant_repair_cost_long% : Deprecated. (For formatting, use NumberFormat placeholder %nf_%.)
    %tokenenchant_repair_cost_num%
    %tokenenchant_repair_cost_num_long% : Deprecated. (For formatting, use NumberFormat placeholder %nf_%.)
    %tokenenchant_enchantments%
    %tokenenchant_baltop_<X>_name% : The name of X-th baltop player
    %tokenenchant_baltop_<X>_balance% : The balance of X-th baltop player
    %tokenenchant_<enchantment>_allowed% : true if a palyer's item can have <enchantment>, otherwise false
    %tokenenchant_<enchantment>_permission_node% : returns the permission node for the <enchantment>
    %tokenenchant_<enchantment>_has_permission% : true if a player has a permission node for <enchantment>, otherwise false
    %tokenenchant_<enchantment>_conflict_list% : returns a list of conflicting enchantments





  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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

















  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    /papi ecloud download Vault
    # Economy placeholders
    %vault_eco_balance%
    %vault_eco_balance_<number>dp%
    %vault_eco_balance_fixed%
    %vault_eco_balance_formatted%
    %vault_eco_balance_commas%

    # Permission/Group placeholders
    %vault_group%
    %vault_group_capital%
    %vault_groups%
    %vault_groups_capital%
    %vault_prefix%
    %vault_suffix%
    %vault_groupprefix%
    %vault_groupprefix_<position>%
    %vault_groupsuffix%
    %vault_groupsuffix_<position>%
    %vault_hasgroup_<group>%
    %vault_inprimarygroup_<group>%






  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

    /papi ecloud download VotingPlugin
    %VotingPlugin_total%
    %VotingPlugin_alltimetotal%
    %VotingPlugin_lastmonthtotal%
    %VotingPlugin_DisableBroadcast%
    %VotingPlugin_MilestoneCount%
    %VotingPlugin_VoteShopLimit_VOTESHOP%
    %VotingPlugin_Total_AllTime%
    %VotingPlugin_Total_Monthly%
    %VotingPlugin_Total_Weekl%
    %VotingPlugin_Total_Daily%
    %VotingPlugin_BestDailyTotal%
    %VotingPlugin_BestWeeklyTotal%
    %VotingPlugin_BestMonthlyTotal%
    %VotingPlugin_DailyVoteStreak%
    %VotingPlugin_WeeklyVoteStreak%
    %VotingPlugin_MonthVoteStreak%
    %VotingPlugin_BestDailyVoteStreak%
    %VotingPlugin_BestWeeklyVoteStreak%
    %VotingPlugin_BestMonthVoteStreak%
    %VotingPlugin_Points%
    %VotingPlugin_Points_Format%
    %VotingPlugin_CanVote%
    %VotingPlugin_CanVoteSite%
    %VotingPlugin_Next_AnySite%
    %VotingPlugin_Next_VOTESITE%
    %VotingPlugin_Last_VOTESITE%
    %VotingPlugin_CanVote_VOTESITE%
    %VotingPlugin_Top_All_Position%
    %VotingPlugin_Top_Month_Position%
    %VotingPlugin_Top_Week_Position%
    %VotingPlugin_Top_Daily_Position%
    %VotingPlugin_VotePartyContributedVotes%
    %VotingPlugin_Top_AllVotes_#%
    %VotingPlugin_Top_All_#%
    %VotingPlugin_Top_Month_#%
    %VotingPlugin_Top_MonthVotes_#%
    %VotingPlugin_Top_Week_#%
    %VotingPlugin_Top_WeekVotes_#%
    %VotingPlugin_Top_Daily_#%
    %VotingPlugin_Top_DailyVotes_#%
    %VotingPlugin_VotePartyVotesCurrent%
    %VotingPlugin_VotePartyVotesNeeded%
    %VotingPlugin_VotePartyVotesRequired%
    %VotingPlugin_BungeeVotePartyVotesCurrent%
    %VotingPlugin_BungeeVotePartyVotesNeeded%
    %VotingPlugin_BungeeVotePartyVotesRequired%
    %VotingPlugin_GlobalMonthTotal%
    %VotingPlugin_GlobalAllTimeTotal%
    %VotingPlugin_GlobalWeeklyTotal%
    %VotingPlugin_GlobalDailyTotal%
    %VotingPlugin_TimeUntilDayReset%




  • Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь Ссылка скрыта, пожалуйста Войдите или Зарегистрируйтесь

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

 


Контакты: Связаться с нами

ИП Кузьмык Даниил Павлович
(ИНН 784101059209, ОГРНИП 321784700227944)

mcDev © 2019-2024 сборки и плагины для сервера Майнкрафт.
Все права защищены
Проект mcDev никак не относится к Mojang, AB.

Заказ услуг
Пользовательское соглашение
Политика конфиденциальности
Помощь по сайту
Поддержка

#

DMCA.com Protection Status

Платежные шлюзы