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
/armorsets open
/armorsets give <player> <sets>
/armorsets list
/armorsets reload
/weapon open
/weapon list
/weapon debug
/weapon reload
Permissions
You need the armorsets.admin permission to use all these commands
PlaceholderAPI Expansion
%armorsets_current_set% - Displays what armor sets you are wearing
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:subtitle
check the list of potion types by clicking
here check the list of sound types by clicking
here
Developer API
PlayerAttackPlayerEvent
SetEquipEvent
SetUnequipEvent
SetsAPI.isArmorSet(ItemStack, Set)
SetsAPI.getWornPieces(Player, Set)
SetsAPI.getSetByName(String)
SetsAPI.getSetFromPlayer(Player)
Code (YAML):
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:
menu:
preview-title: '&8Previewing <item>'
set-title: '&rSet Menu'
set-lore: - ''
- '&cClick to give'
- '&cRight click to preview'
weapon-title: '&rWeapon Menu'
weapon-lore: - ''
- '&cClick to give'
- '&cRight click to preview'
Code (YAML):
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: - 'DIAMOND DIAMOND DIAMOND'
- 'DIAMOND DIAMOND_SWORD DIAMOND'
- 'DIAMOND DIAMOND DIAMOND'
Effects: - 'INCREASE_DAMAGE:10'
Code (YAML):
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.
All payments are final and non-refundable.
Redistribution or resale of this plugin is prohibited.
You are not permitted to modify, decompile, or extract any part of the plugin's source code.
Support is provided exclusively to legitimate customers. We cannot offer support for plugins obtained through unauthorized or illegal means.