> 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/all-plugin-items.md).

# All plugin items

### **Slot Increaser**

### ![](https://i.imgur.com/sEsn5Kv.png)&#x20;

* Applying will increase number of slots available on item.
* Boundaries can be set to limit number of total slots, or how many increaser can be applied.

### **Enchantment Orbs** ![](https://i.thick.at/TouchedMonteIberiaEleuth.png)

* Enchantment orbs can be applied to armor/weapons and will increase the amount of enchants you can apply on that item by number specified in the orb command

### **White Scroll**

![](https://i.imgur.com/caJK2EP.png)

* Applying one of these to your item will protect it from being destroyed from a failed enchantment

### **Secret, Mystery and Magic Dust** ![](https://i.imgur.com/xCFSOxe.png) ![](https://i.imgur.com/v8qgzOp.png) ![](https://i.imgur.com/BuPZs6X.png)

* Increase book(s) success rate, while decreasing failure. The higher success rate is, the higher chance of enchantment applying on item.

### **Black Scroll**

![](https://i.imgur.com/YbQV40y.png)

* Applying this item will take away one random custom enchantment from item, and give a book of it with certain success & destroy rates \[can be changed in config]

### **Randomization Scrolls** ![](https://i.imgur.com/2oE05zD.png)

* Applying one of these to the given custom enchant book will randomize the success and destroy rates

### **Item Nametags** ![](https://i.imgur.com/j6BeNkQ.png)

* Using one will let you rename items. Word blacklist and other settings (such as colors) can be toggled in config.yml

### **BlockTrak**

![](https://i.imgur.com/lRdZMkV.png)

* Apply a tracker on tools to track number of blocks mined using the item.

### **StatTrak** ![](https://i.imgur.com/M48hjUm.png)

* Applyable on weapons, to track kills done with the item.

### **Soul Tracker** ![](https://i.imgur.com/cDKpw4V.png)

* "Stack" souls on items as fuel, then use for enchantments.

### **Transmog Scroll** ![](https://i.imgur.com/zJP3yeK.png)

* Organize enchantments on item in order

### **Holy White Scroll** ![](https://i.imgur.com/FCX9uHj.png)

* Save items after death.

### **Mob Trak** ![](https://i.imgur.com/FPfzpuV.png)

* Track how many mobs have been killed with an item.


---

# 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/all-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.
