EliteArmor
  • Home
  • Frequently Asked Questions
  • Support
  • General Information
    • Creating Armor Sets
      • Effects
    • Features
      • Modifiers
      • Lootcrate Types
    • Commands & Permissions
    • Giving Items
    • Developer API
      • How to create your own effect
    • Where to purchase?
Powered by GitBook
On this page

Was this helpful?

  1. General Information

Giving Items

Learn how to give each item within the plugin.

Command Aliases: elitearmor, ea, elitea, earmor, armor

Notice: All commands can be executed by players that are opped or have the * permission.

Item

Command

Example

Full Armor Set with Weapon

/ea give <player> <setName> S

/ea give Test yeti S

Full Armor Set without Weapon

/ea give <player> <setName> A

/ea give Test yeti A

Set Helmet

/ea give <player> <setName> H

/ea give Test yeti H

Set Chestplate

/ea give <player> <setName> C

/ea give Test yeti C

Set Leggings

/ea give <player> <setName> L

/ea give Test yeti L

Set Boots

/ea give <player> <setName> B

/ea give Test yeti B

Set Weapon

/ea give <player> <setName> W

/ea give Test yeti W

Lootcrate

/ea crate <player> <crate> [amount]

/ea crate Test equipment 1

Modifier

/ea modifier <player> <setName> <chance;random|value>

/ea modifier Test yeti_dragon random

Omni Upgrade

/ea omni <player> <percent>

/ea omni Test 55

Heroic Upgrade

/ea heroic <player> <percent>

/ea heroic Test 55

Armor Upgrade

/ea upgrade <player> <setName> <chance;random|value>

/ea upgrade Test yeti random

PreviousCommands & PermissionsNextDeveloper API

Last updated 3 years ago

Was this helpful?