 
                GUI | Fully Configurable | Custom Armor | Custom Weapons | Weapon Recipe | PlaceholderAPI
ArmorSets is a Minecraft plugin that lets players create custom armor sets with special effects, such as enhanced stats or abilities, when wearing the full set.
» Lightweight and easy to use!
» No dependency
» 100% customizable
Commands
Permissions
PlaceholderAPI Expansion
Action List
ACTION_BAR:message
ADD_HEALTH:health
ADD_POTION:type:amplifier:duration
CONSOLE_COMMAND:command
EXTINGUISH
FEED:amount
INCREASE_DAMAGE:damage
INCREASE_DURABILITY:durability
LIGHTING
MAX_HEALTH:health
MSG:message
PLAYER_COMMAND:command
REDUCE_DAMAGE:damage
REMOVE_HEALTH:health
REMOVE_POTION:type
SOUND:type:float:float
TITLE:int:int:int:title:subtitlecheck the list of potion types by clicking here
check the list of sound types by clicking here
Developer API


commands:
  descriptions:
    admin:
      set:
        open: '&f&oOpen the sets list menu'
        give: '<player> <set> &f&oGive the player a armor set'
        list: '&f&oCheck the current list of armor sets'
        debug: '&f&oCheck the armor set you are currently wearing'
        reload: '&f&oReload set list'
      weapon:
        open: '&f&oOpen the weapon list menu'
        give: '<player> <weapon> &f&oGive the player a weapon'
        list: '&f&oCheck the current list of weapon'
        reload: '&f&oReload weapon list'
messages:
  none: "&cNone"
  menu:
    preview:
      title: "&8Previewing %item%"
    set:
      title: "&rSet Menu"
      lore:
        - ""
        - "&cClick to give"
        - "&cRight click to preview"
    weapon:
      title: "&rWeapon Menu"
      lore:
        - ""
        - "&cClick to give"
        - "&cRight click to preview"
Weapons:
  PhantomSword:
    Material: DIAMOND_SWORD
    Parent Set: phantom #CASE SENSITIVE IF NOT PROVIDED THEN IT WILL USE EFFECTS WITHOUT SET
    Data: 0
    Name: "&c&lPhantom Scythe"
    Enchants:
      - 'SHARPNESS:4'
    Lore:
      - '&7An eerie blade designed to'
      - '&7cut through anything'
      - ''
      - '&c&lPHANTOM WEAPON BONUS'
      - '&c* Deal +10% damage to all enemies.'
      - '&7&o(Requires all 4 phantom set items.)'
    Unbreakable: true
    Recipe-Enabled: true
    Recipe:
      - 'DIAMOND DIAMOND DIAMOND'
      - 'DIAMOND DIAMOND_SWORD DIAMOND'
      - 'DIAMOND DIAMOND DIAMOND'
    Effects:
      - 'INCREASE_DAMAGE:10'
Events:
  ATTACK:
    - 'INCREASE_DAMAGE:25'
  EQUIP:
    - 'MSG:&c&l ** EQUIPPED PHANTOM **'
    - 'ADD_POTION:SPEED:4:999999'
  UNEQUIP:
    - 'MSG:&c&l** UNEQUIPPED**'
    - 'REMOVE_POTION:SPEED'
Helmet:
  Material: DIAMOND_HELMET
  Data: 0
  Name: "&c&lPhantom Hood"
  Lore:
    - '&cThe fabled hood of the phantom'
    - ''
    - '&c&lPHANTOM SET BONUS'
    - '&cDeal +25% damage to all enemies.'
    - '&7&o(Requires all 4 phantom items.)'
  Unbreakable: true
  Enchants:
    - 'PROTECTION:4'
    - 'UNBREAKING:3'
Chestplate:
  Material: DIAMOND_CHESTPLATE
  Data: 0
  Name: "&c&lPhantom Shroud"
  Lore:
    - '&cThe legendary shroud of the Phantom.'
    - ''
    - '&c&lPHANTOM SET BONUS'
    - '&cDeal +25% damage to all enemies.'
    - '&7&o(Requires all 4 phantom items.)'
  Unbreakable: true
  Enchants:
    - 'PROTECTION:4'
    - 'UNBREAKING:3'
Leggings:
  Material: DIAMOND_LEGGINGS
  Data: 0
  Name: "&c&lPhantom Robeset"
  Lore:
    - '&cThe demonic robe of the Phantom.'
    - ''
    - '&c&lPHANTOM SET BONUS'
    - '&cDeal +25% damage to all enemies.'
    - '&7&o(Requires all 4 phantom items.)'
  Unbreakable: true
  Enchants:
    - 'PROTECTION:4'
    - 'UNBREAKING:3'
Boots:
  Material: DIAMOND_BOOTS
  Data: 0
  Name: "&c&lPhantom Sandals"
  Lore:
    - '&cThe silent sandals of the Phantom.'
    - ''
    - '&c&lPHANTOM SET BONUS'
    - '&cDeal +25% damage to all enemies.'
    - '&7&o(Requires all 4 phantom items.)'
  Unbreakable: true
  Enchants:
    - 'PROTECTION:4'
    - 'UNBREAKING:3'For support, please use only resource discussion 
Terms of Service 
By using this plugin, you agree to the following terms, which may be updated by the author at any time.