EliteArmor v6.8.4

Customisable Armor Set plugin with 10+ premade sets. Multi Armor, Omni Armor + More
xwiV1QB.png
NOTE: For instant updates everyday please pm me on discord to add you to the SpigotMC buyers list

Update/Change Log:

+ Added Heroic Weapons [Weapon with the form of a Golden Weapon that does more damage]
Add the following to your config.yml or regenerate your config.yml
YAML:
Heroic_Weapon:
  damage: 1.1
  additional_lore:
    - ''
    - '&cThis is stronger than diamond!'
How to use?
Simply set the material in your weapon section in the sets.yml to 'HEROIC_[WeaponType]'
So an example would be 'HEROIC_SWORD'

+ Added getUpgrade(String armorSet, int percentage) to EliteAPI
+ Added getCrate(String crateName) to EliteAPI
+ Added /ea effects command [List all effects in a GUI]
+ Adjusted API
+ Replaced Sharpness on Ranger bow with Power
+ Adjusted Placeholders
%elitearmor_set% - Display armor set that the user the wearing
+ Added Broadcast feature for crates
YAML:
  Phantom_Crate: # Crate Name (This will be case sensitive when executing the command)
    Broadcast: "&e&l(!) &e%player% has just opened the &c&lPhantom Lootcrate &eand has gotten %item-name%"
+ Removed useless code
+ Added a new system for the crates animation


Bug Fixes:

+ Fixed Drops Effect
+ Fixed issue with addition lore for upgrades
+ Fixed issues with deactivation
+ Fixed issues with crate animation
+ Fixed issues with sounds in animation
+ Fixed issues with trap effect
+ Fixed Bless effect
+ Fixed version checker
+ Fixed Heroic Armor color glitch
xwiV1QB.png
Updates/Changes:
+ Added Web Effect
Spawns cobwebs in a radius that you put in the config.yml for the amount of seconds you put in the config.yml

NOTE: The cobwebs are made so only the damager who is stuck in it can see it, this means you can go and attack them and the webs will not effect you.

gDiQSMv.png

YAML:
Effects:
  Web:
    radius: 5
    duration: 5
    message: "&7&l(!) &7You have activated the web ability!"

+ Added "Roman Mythology" Premade Set (Contains 4 Sets)
tPVPtHl.png

+ Added random placeholder for upgrades, this will give a random percentage
USAGE: /ea upgrade <player> <set> random
+ Added Random placeholder for givearmor
+ Added Inferno effect
(Players do more damage when on fire)
+ Attempted to optimise runnable usage
+ Roulette Effect
Gives player a completely random potion effect while they are attacker another player/mob

WARNING: You might want to set the amplifiers low as effects like instant damage will cause the player to take a load of damage

YAML:
Effects:
  Roulette:
    time:
      min: 2
      max: 5
    amplifier:
      min: 1
      max: 2

+ Adjusted the way bless works
+ Adjusted the way web works
+ Added plugin update message

Bug Fixes:
+ Fixed bless effect
+ Fixed Teleport effect
+ Fixed Issue with bless effect
+ Fixed Issue with deactivation effect
+ Fixed issues with heroic armor additional lore
+ Fixed issues with players healing
+ Removed debug message accidentally left
+ Fixed NPE with InventoryClickEvent
+ Fixed 'Additional Lore' not working with upgrades
+ Fixed Bless effect
+ Fixed issues with deactivation
e8N9upd.png
Updates/Changes:
+ Optimised a couple of effects
+ Added Cooldown for suffocate
+ Added Crate.yml to reload command
+ Optimised the effects a bit more
+ Added Bless effect
[Allows a user to remove negative effects when the set is applied {Passive}]
+ Added Deactivation effect
[Allows a user to deactivate another players armor set abilities for a period of time {On Attack}
+ Added support for PVE

NOTICE: To use the new effects please adjust your config.yml and add the following under 'Effects' (Obviously make sure its formatted correctly) OR You can just regenerate your config.yml and save the hassle


YAML:
Effects:
  Bless:
  - 'SLOW'
  - 'BLINDNESS'
  Deactivation:
    Message: "&a&l*** DEACTIVATION EFFECT ACTIVATED &7[5s] &a&L***"
    Attacker_Message: "&c&l[!] ALL Your armor set abilities have been deactivated by &4%player%&c!"
    Cooldown: 5

Bug Fixes:
+ Fixed issues with upgrade color
+ Fixed Heroic Armor damage reduction
+ Fixed issues with lag with suffocate effect
+ Fixed issues with admin command
+ Fixed all damage related effects
+ Fixed console spam from suffocate
+ Fixed heroic armor damage
+ Fixed Bless effect consuming tps
+ Fixed Thief effect going into minus numbers

+ Fixed issue with Smite effect only working on players

+ Fixed issue with crate command not telling you the crate is invalid
e8N9upd.png
Addtions/Changes:
+ Added Color Options to Upgrades
+ Added to choice of what lore is added upon upgrading
YAML:
    Upgrade:
      Material: "INK_SACK"
      Data: 11
      Color:
        R: 181
        G: 3
        B: 3
      Addition_Lore:
      - ''
      - '&cThis is stronger than diamond'
      Name: "&e&lHeroic (&c&lPhantom&e&l) Upgrade"
      Lore:
      - '&7Apply to any &c&lPhantom &7armor'
      - '&7for a &6%percent%% &7chance to imbue it'
      - '&7with the power of Heroic Armor'
+ Added option to adjust heroic armor damage percentage
YAML:
Heroic_Armor:
  percentage: 30 #This is the percentage for when it nullifies damage
  #Do not change this unless you know what you are doing!
  damage: 0.7 #Ignore this if you don't know what it is
+ Added cooldown to suffocate effect
Config.yml
YAML:
  Suffocation:
    # If you don't know what this is, then leave it
    Damage:
      Max: 10
      Min: 5
    Radius: 5
    Cooldown: 5
+ Added permission for /ea command
+ Added TAB auto-suggestions

What does that mean?
It means if you were to do /ea and then press tab it would give you auto-suggestions and list all subcommands you could do.

It also supports an auto filling, so if you were to do /ea givearmor then press tab it would show all players then if you pressed it again after a space it would list all sets and if you repeated it again it would give options like Helmet, Chestplate etc.

Fixes:
+ Fixed /ea not working
+ Fixed issues with console spam
+ Fixed issues with teleport effect
+ Fixed issues with heroic armor damage
+ Fixed Thief effect
+ 'Drops' effect (Drops : Multiplier [2 = 2x more drops])
Mobs drop more items when a set with this effect is applied
+ Optimised the plugin a bit more decreasing all lag
+ Fixed issues with vault hook
+ Added De-Activation Message (Add code under Apply_Message)
UnApply_Message: "&c&l ** PHANTOM DE-ACTIVATED **"
+ Added damage to neutral factions for suffocation and smite
+ Optimised a couple effects for less lag
+ Fixed some issues with the dodge effect
+ Cleaned up some code decreasing server intensity
+ Added Customisable Heroic Armor Damage Reduction
damage: 0.7 #Ignore this if you don't know what it is
[Add this under Heroic_Armor in config.yml]
+ Fixed sound from crates playing to whole server
+ Fixed percentage issue with fire effect
+ Put default color for Heroic Armor
+ Added Command completion for all commands
+ Optimised some effects like suffocation
+ Added Fire effect (Set attacker on fire)
+ Fixed Fly effect
+ Optimised the plugin (Reduced intensive features)
+ Fixed heroic chestplates color not working

100 Buyers!! (Spigot)
Hey everyone!
I'm in shock, we recently hit 100+ buyers which is crazy! It really means a lot to me to see that everyone is enjoying the plugin as an addition to their servers.
Thank you all!
+ Premade System
Use the command /ea premade to open the premade GUI in which you can load one of the premade sets.
gC7ekTk.png
NOTE: If you would like me to add your configurations for everyone to use please just open a conversation with me on here.

+ Added Sound effects to crate animation
YAML:
Crate:[/FONT][/COLOR][/COLOR]
[COLOR=#b30000][COLOR=rgb(44, 44, 44)][FONT=Arial]  Phantom_Crate: # Crate Name (This will be case sensitive when executing the command)[/FONT][/COLOR][/COLOR]
[COLOR=#b30000][COLOR=rgb(44, 44, 44)][FONT=Arial]    Material: "CHEST" # Set the material of the crate[/FONT][/COLOR][/COLOR]
[COLOR=#b30000][COLOR=rgb(44, 44, 44)][FONT=Arial]    Type: "ARMOR" # This is the fun bit. You can choose between ARMOR or UPGRADE[/FONT][/COLOR][/COLOR]
[COLOR=#b30000][COLOR=rgb(44, 44, 44)][FONT=Arial]    # If you picked ARMOR this crate will only give armor pieces from the set given below[/FONT][/COLOR][/COLOR]
[COLOR=#b30000][COLOR=rgb(44, 44, 44)][FONT=Arial]    # If you picked UPGRADE this crate will only give upgrades from the sets given below[/FONT][/COLOR][/COLOR]
[COLOR=#b30000][COLOR=rgb(44, 44, 44)][FONT=Arial]    # At random percentage rates.[/FONT][/COLOR][/COLOR]
[COLOR=#b30000][COLOR=rgb(44, 44, 44)][FONT=Arial]    Name: "&c&lPhantom Lootcrate &7(Right Click)" # Self Explanatory[/FONT][/COLOR][/COLOR]
[COLOR=#b30000][COLOR=rgb(44, 44, 44)][FONT=Arial]    Lore: # Self Explanatory[/FONT][/COLOR][/COLOR]
[COLOR=#b30000][COLOR=rgb(44, 44, 44)][FONT=Arial]      - '&7Right Click to unlock a random'[/FONT][/COLOR][/COLOR]
[COLOR=#b30000][COLOR=rgb(44, 44, 44)][FONT=Arial]      - '&7piece of &c&nPhantom&7 gear!'[/FONT][/COLOR][/COLOR]
[COLOR=#b30000][COLOR=rgb(44, 44, 44)][FONT=Arial]    Sets: # Here is where you put all the sets you would like this crate to use.[/FONT][/COLOR][/COLOR]
[COLOR=#b30000][COLOR=rgb(44, 44, 44)][FONT=Arial]     - 'Phantom'[/FONT][/COLOR][/COLOR]
[COLOR=#b30000][COLOR=rgb(44, 44, 44)][FONT=Arial]    Initial_Sound: "CLICK:5:30" # SOUND:VOLUME:FREQUENCY[/FONT][/COLOR][/COLOR]
[COLOR=#b30000][COLOR=rgb(44, 44, 44)][FONT=Arial]    Final_Sound: "LEVEL_UP:5:30" # SOUND:VOLUME:FREQUENCY[/FONT][/COLOR][/COLOR]
[COLOR=#b30000][COLOR=rgb(44, 44, 44)][FONT=Arial]    # Leave the Volume & Frequency at 1 if you don't know what they are.

+ Fixed issues with Heroic armor not giving any damage
+ Fixed issues with weapons
+ Fixed Upgrade message no formatting placeholders
+ Fixed massive error about placeholderapi on startup for some people

+ Recoded and Optimised all commands
+ 'Repair' effect, Allows users to have their armor repair itself
+ Fixed issue were players only needed the helmet to get a full set ability
+ Fixed Suffocate Ability, it now looks how people want it to look
+ Fixed issues with Factions
+ Added Color to heroic armor
Code:
   Leggings:
      Enchants:
     - 'PROTECTION_ENVIRONMENTAL:4'
      - 'DURABILITY:3'
      Material: "HEROIC_LEGGINGS"
      Data: 0
      Color:
       R: 255
       G: 0
       B: 203
      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.)'
+ Fixed issues Heroic Armor durability
+ Added Github Wiki https://github.com/Splodgebox/Elite-Armor/wiki
+ Fixed Reload Command (accidentally made Reload command have the same subcommand as admin command)
+ Fixed issues with reduction effect
+ Removed Useless sections in the config.yml
+ Fixed issue with the plugin not loading with 1.13.2
+ Added Thief Effect (Steal players money on attack [Weapon Effect]) {Vault Needed}
+ Fixed Reduction Effect
+ Forgot to register these effects (sorry if they didn't work)
  1. Fall Damage
  2. Execute
  3. Lifesteal
After counting I can now confirm there are 20 effects! (Still taking suggestions on more. Also looking for features suggestions)

BIG NEWS
As you can see this plugin is now back to being called EliteArmor, it is once again under my ownership.

It was amazing working for [Censored] but I missed being independent.

QUESTION
I just wanted to know if you lot wanted me to change the plugins percentage system from percentage multipliers (1.50) to normal percentages (50%). If I was to do that anyone who is using this plugin would have to go and change all their percentages from percentage multipliers to percentages...
Buy a license now
$7.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
Lifetime
Share and earn
Refer this resource and earn a 10% commission.
32,505 Views
198 Purchases
267 Downloads
Aug 25, 2018 Published
Mar 18, 2026 Updated
5.00 star(s)
Average rating (20)
2 MB File size
Type
  1. Gameplay
  1. World
Supported software
  1. Spigot
  1. Paper
Supported versions
  1. 1.8
  1. 1.9
  1. 1.10
  1. 1.11
  1. 1.12
  1. 1.13
  1. 1.14
  1. 1.15
  1. 1.16
  1. 1.17
  1. 1.18
  1. 1.19
Creator
Recommended for you
190 Enchants27 Gkits Web Panel Enchant Table Support Create your own enchantments + More
4.00 star(s) 4 ratings
140 purchases
Customisable Inventory Pet plugin with 17+ Premade Pets. Rare Candy, Pet Leashes + More
5.00 star(s) 3 ratings
123 purchases
Create your own bosses, auto spawning, fully optimised, highly configurable & built in discord bot
5.00 star(s) 4 ratings
108 purchases
Create lootboxes in-game with a choice of multiple animations! 1.8 - 1.17
4.00 star(s) 3 ratings
95 purchases
Customisable Masks that you can apply to your armor to gain buffs and effects!
5.00 star(s) 7 ratings
73 purchases
Share and earn
Refer this resource and earn a 10% commission.
32,505 Views
198 Purchases
267 Downloads
Aug 25, 2018 Published
Mar 18, 2026 Updated
5.00 star(s)
Average rating (20)
2 MB File size
Type
  1. Gameplay
  1. World
Supported software
  1. Spigot
  1. Paper
Supported versions
  1. 1.8
  1. 1.9
  1. 1.10
  1. 1.11
  1. 1.12
  1. 1.13
  1. 1.14
  1. 1.15
  1. 1.16
  1. 1.17
  1. 1.18
  1. 1.19
Creator
Recommended for you
190 Enchants27 Gkits Web Panel Enchant Table Support Create your own enchantments + More
4.00 star(s) 4 ratings
140 purchases
Customisable Inventory Pet plugin with 17+ Premade Pets. Rare Candy, Pet Leashes + More
5.00 star(s) 3 ratings
123 purchases
Create your own bosses, auto spawning, fully optimised, highly configurable & built in discord bot
5.00 star(s) 4 ratings
108 purchases
Create lootboxes in-game with a choice of multiple animations! 1.8 - 1.17
4.00 star(s) 3 ratings
95 purchases
Customisable Masks that you can apply to your armor to gain buffs and effects!
5.00 star(s) 7 ratings
73 purchases
Top