> For the complete documentation index, see [llms.txt](https://ae.advancedplugins.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ae.advancedplugins.net/general-information/giving-plugin-items.md).

# Plugin Items

## Plugin items list

**All plugin items:** whitescroll, slotincreaser, mystery, secret, magic, blackscroll, randomizer, renametag, blocktrak, stattrak, soultracker, mobtrak, soulgem, transmog, holywhitescroll, orb

## How to Disable/Remove Items

It is not possible toemove the AdvancedEnchantments items from the config but if you'd like to make these items unobtainable, ensure you set `chance: 0` in the `lootsConfiguration.yml` file

## Methods of Obtaining

There are a few methods for players to obtain AE Items:

* Adding them to [Enchanter](/configuration/enchanter.md) in config
* Making [Mobs](/configuration/random-loot-villager-trades-and-mob-drops.md#mob-drops) drop them
* Automatically generating AE Items in [loot](/configuration/random-loot-villager-trades-and-mob-drops.md#generating-random-loot-from-plugin-into-world)
* Having [Villagers](/configuration/random-loot-villager-trades-and-mob-drops.md#villager-trades) trade them
* Selling the items in a shop via another shop plugin
  * Run `ae giveitem` command from below
* Giving them in Crates from another crate plugin

## How to give items

### White scroll

**Command Usage**: `/ae giveitem <player> whitescroll <amount>`\
**Example Usage**: `/ae giveitem Steve whitescroll 1`

### Slot Increaser

**Command Usage**: `/ae giveitem <player> slotincreaser <amount> <group>`\
**Example Usage**: `/ae giveitem Steve slotincreaser 1 SIMPLE`

### Mystery Dust

**Command Usage**: `/ae giveitem <player> mystery <amount>`\
**Example Usage**: `/ae giveitem Steve mystery 1`

### Secret Dust

**Command Usage**: `/ae giveitem <player> secret <amount> <group>`\
**Example Usage**: `/ae giveitem Steve secret 1 SIMPLE`

### Magic Dust

**Command Usage**: `/ae giveitem <player> magic <amount> <group>`\
**Example Usage**: `/ae giveitem Steve magic 1 SIMPLE`

### Black Scroll

**Command Usage**: `/ae giveitem <player> blackscroll <amount> <chance of success*>`\
\&#xNAN;*\* Value of 0 means success chance will be random*\
**Example Usage**: `/ae giveitem Steve blackscroll 1 55`

### Randomization Scroll

**Command Usage**: `/ae giveitem <player> randomizer <amount> <group>`\
**Example Usage**: `/ae giveitem Steve randomizer 1 SIMPLE`

### Rename Tag

**Command Usage**: `/ae giveitem <player> renametag <amount>`\
**Example Usage**: `/ae giveitem Steve renametag 1`

{% hint style="warning" %}
Some people may have issues with using color codes when renaming, if so, check your chat provider, such as DeluxeChat and give players the permission to use color codes.
{% endhint %}

### Blocktrak

**Command Usage**: `/ae giveitem <player> blocktrak <amount>`\
**Example Usage**: `/ae giveitem Steve blocktrak 1`

### Stattrak

**Command Usage**: `/ae giveitem <player> stattrak <amount>`\
**Example Usage**: `/ae giveitem Steve stattrak 1`

### Mobtrak

**Command Usage**: `/ae giveitem <player> mobtrak <amount>`\
**Example Usage**: `/ae giveitem Steve mobtrak 1`

### Soulgem

**Command Usage**: `/ae giveitem <player> soulgem <amount> <amount of souls>`\
**Example Usage**: `/ae giveitem Steve soulgem 1 1250`

### Transmog Scroll

**Command Usage**: `/ae giveitem <player> transmog <amount>`\
**Example Usage**: `/ae giveitem Steve transmog 1`

### Holy White Scroll

**Command Usage**: `/ae giveitem <player> holywhitescroll <amount>`\
**Example Usage**: `/ae giveitem Steve holywhitescroll 1`

### Enchantment Orbs

**Command Usage**: `/ae giveitem <player> orb <amount> <type*> <max slots> <success>`\
\&#xNAN;*\* Types: ARMOR, WEAPON, TOOL*\
**Example Usage**: `/ae giveitem Steve orb 1 ARMOR 15 100`

### Heroic Upgrade

**Command Usage**:  `/asets giveHeroicUpgrade` \<player> \<set> \<chance>`[amount]`\
**Example Usage**: /ae giveHeroicUpgrade Steve Yijki 50 1


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ae.advancedplugins.net/general-information/giving-plugin-items.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
