AdvancedEnchantments
Get AdvancedEnchantmentsJoin DiscordUnlimited Minecraft Hosting
  • AdvancedEnchantments
  • ➡️AdvancedEnchantments UI
  • 🪄Enchantments
    • 📑List of Enchantments
      • Default Enchants (250+)
      • Cosmic Enchants (200+)
      • Vanilla+ Custom Enchants (60+)
    • Creating Enchantments
      • Triggers
      • Effects
      • Area of Effect
      • Settings
      • Effect Info
      • Complex Enchantments
    • Enchantment Conditions
    • ⏱️Repeating Enchantments
  • ℹ️General Information
    • Commands & Permissions
      • AEGive
    • Languages and Localization
    • 🔩Plugin Items
      • All plugin items
      • Item Configuration
      • Slot Increasers
    • Toggling Features
  • ⚙️Configuration
    • Random Loot, Villager Trades and Mob Drops
    • Default Files
    • Enchanter
    • Souls
    • Unsuccessful enchants
    • Per-Level Descriptions
    • Per-Level Books
    • Enchantments In Essentials Kits
    • GKits
      • GKit Permissions
      • Colored Leather Armor
    • Armor Sets
    • Drag&Drop books onto Player Heads
    • Groups
  • 💻For developers
    • Plugin API
    • Create Custom Effects
    • Plugin Compatiblity issues
  • Plugin Information
    • PlaceholderAPI placeholders
    • FAQ & Other Plugin Support
Powered by GitBook
On this page
  • Basic Command Usage
  • Args
  • Enchantments
  • Example Usage

Was this helpful?

  1. General Information
  2. Commands & Permissions

AEGive

How to use the "/aegive" command.

PreviousCommands & PermissionsNextLanguages and Localization

Last updated 3 years ago

Was this helpful?

Basic Command Usage

/aegive (player) (material) (amount) [args]
  • (player)- Name of the player to receive the item.

  • (material)- The type of item to give the player.

  • (amount)- A number 1-64 representing the number of items to give.

  • [args]- Arguments defined below.

Args

  • color:(red);(green);(blue)- The color of the item. Each parameter is a number from 0-255. Only for leather armor/fireworks.

  • itemflag:(flag)- An ItemFlag to apply to the item. All flags can be found .

  • name:(name)- The name of the item. Add spaces with _. Supports normal colors and HEX.

  • lore:(lore)- The lore of the item. Split lines with |. Add spaces with _. Supports normal colors and HEX.

  • unbreakable:(true/false)- Sets whether or not the item is unbreakable.

  • glowing:(true/false)- Sets whether or not the item should glow or not.

  • custommodeldata:(data)- (1.14+) Sets the Custom Model Data for the item.

  • attribute:(attribute);(amount) - (1.9+) Adds an Item Attribute to the item.

Enchantments

To add enchantments to the item, add enchantment:level to the args, where enchantment is the name of the enchantment, and level is the level of the enchantment. Vanilla enchantments support up to level 32767, custom enchantments only support up to what you have configured. You can have as many enchantments as you like. If there are multiple enchantments with the same name, the most right one will take priority.

Example Usage

/aegive Insprill netherite_pickaxe 1 name:&2&lSuper_Pick lore:&7This_pickaxe_mines_a_lot|&7of_blocks_extremely_fast. unbreakable:true itemflag:HIDE_UNBREAKABLE unbreaking:3 trench:9 telepathy:4
ℹ️
here