EliteArmor ➢ Create Your Own Sets ✦ 11x Premade Sets ✦ 132 Multi-Armor Crystals ✦ Crafting Support icon

EliteArmor ➢ Create Your Own Sets ✦ 11x Premade Sets ✦ 132 Multi-Armor Crystals ✦ Crafting Support -----

Customisable Armor Set plugin with 10+ premade sets, ItemsAdder Support. Multi & Omni Armor + More



4.995
[​IMG]
Update/Change Log:
+ New API
Code (Java):
public class EliteAPI {

    /**
     * Check if player has a full set of
     * a custom armor set.
     *
     * @param player
     * @return
     */

    public boolean hasFullSet (Player player ) ;

    /**
     * Check if the item has the id of a
     * set piece.
     * @param item
     * @return
     */

    public boolean isArmorPiece (ItemStack item ) ;

    /**
     * Get the name of the set the armor piece
     * belongs to
     * @param item
     * @return
     */

    public String getSetName (ItemStack item ) ;

    /**
     * Check if the item has an effect
     * Mostly for weapons.
     * @param item
     * @param effect
     * @return
     */

    public boolean hasEffect (ItemStack item, String effect ) ;

    /**
     * Check if the set the player is wearing contains
     * the effect that you are looking for.
     * @param player
     * @param effect
     * @return
     */

    public boolean hasEffect (Player player, String effect ) ;

    /**
     * Get the 2nd argument given in the sets.yml
     * Damage:1.05 what will be returned is the number 1.05
     * @param player
     * @param effect
     * @return
     */

    public double getValue (Player player, String effect ) ;

    /**
     * Get the 2nd argument given in the set.yml
     * for a weapon
     * @param player
     * @param effect
     * @return
     */

    public double getValueWeapon (@NonNull Player player, @NonNull String effect ) ;

    /**
     * Get an armor upgrade item
     * @param set
     * @param percentage
     * @return
     */

    public ItemStack getUpgrade ( String set, int percentage ) ;

    /**
     * Get a crate item
     * @param crateName
     * @return
     */

    public ItemStack getCrate ( String crateName ) ;
}
+ New Thread Artwork + Details
----------, Feb 21, 2019
Resource Information
Author:
----------
Total Downloads: 1,217
First Release: Nov 28, 2018
Last Update: Sep 23, 2024
Category: ---------------
All-Time Rating:
68 ratings
Find more info at docs.eliteminecraftplugins.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings