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
  • Overview
  • Add your own buffs
  1. Phantom Series
  2. Phantom Armor ($17.99)

Armor Buffs System

Overview

The Armor Buffs system is easy to learn and use within the plugin, it was also coded with performance and scalability in mind, this also allows you to register your own custom buffs within your own plugin.

The current supported plugins and buffs are listed below.


Phantom Momentum - phantom-momentum

Phantom-Armor - phantomarmor-exp

EdPrison - edprison-{currency}, edprison-enchant-{enchant}, edprison-enchant-all

Rival-Harvester-Hoes - rivalharvesterhoes-ability-{name}, rivalharvesterhoes-cropboost, rivalharvesterhoes-ability-boost, rivalharvesterhoes-autosell, rivalharvesterhoes-procboost, rivalharvesterhoes-enchant-{enchant}, rivalharvesterhoes-essence, rivalharvesterhoes-keyfinder, rivalharvesterhoes-money, rivalharvesterhoes-xpfinder, rivalharvesterhoes-xp

Rival-Mob-Swords - rivalmobswords-enchant-{enchant}, rivalmobswords-essence, rivalmobswords-keyfinder, rivalmobswords-looting, rivalmobswords-money, rivalmobswords-procboost, rivalmobswords-xp

Rival-Fishing-Rods - rivalfishingrods-essence, rivalfishingrods-money, rivalfishingrods-keyfinder. rivalfishingrods-procboost, rivalfishingrods-xp

Rival-Pickaxes - rivalpickaxes-money, rivalpickaxes-essence, rivalpickaxes-enchant-{enchant}, rivalpickaxes-keyfinder, rivalpickaxes-expfinder, rivalpickaxes-fortune, rivalpickaxes-procboost, rivalpickaxes-xp

Rival-Pets - rivalpets-candy-apply, rivalpets-upgrade-{upgrade_name}, rivalpets-xp

Cyber-Levels - cyberlevels-xp

Ax-Gens - axgens-sell, axgens-purchase-discount, axgens-upgrade-discount

Ax-Sellwands - axsellwands-sell

DeluxeSellwands - deluxesellwands-money, deluxesellwands-tokens

Warrior-Mob-Coins - warriormobcoins-all, warriormobcoins-exact-{entity_type}

Super-Mob-Coins - supermobcoins-shop-discount, supermobcoins-receive

Ultimate-Mob-Coins - ultimatemobcoins-drop, ultimatemobcoins-drop-{entity_type}, ultimatemobcoins-receive

X-Prison - xprison-gems, xprison-tokens

NextGens - nextgens-sell, nextgens-sellwand

Next-Collectors - nextcollectors-sell

JobsReborn - jobreborn-exp, jobsreborn-money, jobsreborn-points

ShopGUIPlus - shopgui-sell, shopgui-buy

EconomyShopGUI - economyshopgui-sell

Coral-Prisons - coralprisons-{currency}, coralprisons-enchant-{enchant}

Battle-Pass - battlepass-progress

AuraSkills - auraskills-xp, auraskills-natural-mana, auraskills-custom-mana

Vanilla - vanilla-damage, vanilla-experience, vanilla-fishing-speed

Add your own buffs

PreviousAction ImplementationNextBuff Implementation

Last updated 3 months ago

If you're looking on how to add your own buff implementations, please visit , as it contains all the necessary information and code to do so.

here