Phantom Development | Products
  • Welcome to our Docs!
  • Phantom Series
    • Phantom Masks ($10)
    • Phantom NameMC ($5)
    • Phantom Lockboxes ($10)
    • Phantom Rebirths ($10)
    • Phantom Luckyblocks ($5)
    • Phantom Outposts (TBD)
    • Phantom Robots ($15)
    • Phantom Armor ($17.99)
      • Actions System
        • Action Implementation
      • Armor Buffs System
        • Buff Implementation
      • Attributes System
      • Armor Placeholders
      • Backpack System
      • Execution Filtering
      • FAQ
        • Items-Adder Integration
        • Creating Sets & more
        • Message Options & More
        • Full-Set Bonuses
      • Files
        • armor
          • example_set.yml
          • enchanted_set.yml
        • menus
          • attribute-menu.yml
          • sets-menu.yml
          • settings-menu.yml
          • shard-select-menu.yml
          • attribute-list-menu.yml
          • armor-preview-menu.yml
        • attributes.yml
        • commands.yml
        • items.yml
        • messages.yml
        • settings.yml
        • shards.yml
        • backpack.yml
        • events.yml
      • Changelogs
        • v1.2.0
          • messages.yml
          • sets.yml
          • backpack.yml
        • v1.2.3
          • sets.yml
        • 1.2.4
          • sets.yml
    • Phantom Autominer (TBD)
    • Phantom Voting (Open-Source)
      • Message Hyperlinking
      • Vote Placeholders
      • Configuration Options
      • Files
        • menus
          • leaderboard.yml
          • milestones.yml
          • streaks.yml
        • modules
          • vote_reminder.yml
          • bossbar.yml
        • config.yml
        • messages.yml
        • modules.yml
        • voteparty.yml
        • storage.yml
    • Phantom Prison Core ($$$)
  • EdPrison Addon Series
    • Phantom RPGs ($10)
    • Phantom Momentum ($7)
      • Momentum Buffs System
      • Momentum Placeholders
    • Enchant Packages
      • Phantom Enchant Package #1
      • Phantom Enchant Package #2
      • Phantom Enchant Package #3
    • Phantom Bombs ($15)
      • files
        • bombs
          • acidic-bomb.yml
          • cluster-bomb.yml
          • default-bomb.yml
          • glacial-bomb.yml
          • hive-bomb.yml
          • nuclear-bomb.yml
          • swarm-bomb.yml
          • transmuter-bomb.yml
        • messages.yml
        • settings.yml
  • Fade Series
    • Fade Cubes ($15)
    • Fade Gifts ($7.50)
      • files
        • menus
          • gift_menu.yml
          • gift_top_menu.yml
        • settings.yml
        • messages.yml
    • Fade Abilities (TBD)
    • Fade Milestones (TBD)
    • Fade Bosses (TBD)
Powered by GitBook
On this page
  • Global Placeholders
  • Armor Set Placeholders
  • Message Placeholders
  1. Phantom Series
  2. Phantom Armor ($17.99)

Armor Placeholders

Here you can view the the included global placeholders and ones that are available on items etc.

Global Placeholders

Below are the placeholders that are available globally from the plugin, so you can use these where-ever you want.

%phantomarmor_amount_{shard_type}% -> Returns how many shards of the specified {shard_type} the player has currently in their inventory.

%phantomarmor_canpurchase_{armorset}_{piece}% -> Returns if the player has enough shards to purchase the specified armor set piece, this will allow you to setup your own custom menus if you want.

%phantomarmor_totalboost_{boost-type} -> This placeholder will return the total boost of the specified boost type equipped on the player.

Armor Set Placeholders

%level% -> Returns the current level of the armor piece

%maxlevel% -> Returns the max level of the armor piece

%exp% -> Returns the currently experience on the piece

%exp_required% -> Returns the experience required for next level

%boost_percent% -> Returns the boost in percentage (0.01 = 1%)

%boost_amount% -> Returns the raw boost multiplier

%boost_amount_precise% -> Returns the boost to 3 decimal places (0.001)

%boost_amount_decimal% -> Returns the boost to 2 decimal places. (0.01)

%progress_bar% -> Returns the progress bar which is customizable in the armor set file

%progress_percent% -> Returns the progress bar percentage (50%)

%progress_percent_decimal% -> Returns the progress bar percentage (50.23%)

%armor_equipped_attribute% -> Returns the equipped attribute

Message Placeholders

Some of the placeholders below are only available for certain message types and not all.

%player% -> Returns the player in context

%amount% -> The amount given in the context

%armor_set% -> The armor set specified in the context

%armor_display% -> The armor piece display name

%item% -> The name of the item internally.

%item_display% -> The display name of the item.

%piece% -> The armor set piece

%shard% -> The armor set shard display name

%shard_type% -> Returns internal name of shard

%shard_display% -> Returns the display name of the shard.

%rolls% -> The amount of rolls given to the player

%total_rolls% -> The total rolls on the players account

PreviousAttributes SystemNextBackpack System

Last updated 3 months ago