# Scrolls

## Scrolls

Scrolls are custom items that have special effects for [custom enchanted](/plugins/custom-enchants+/enchants.md) items. Each scroll is highly configurable within the [config.yml](/plugins/custom-enchants+/configuration-files/config.yml.md). By default, each scroll has a 5% chance to be obtained from the [Tinkerer](/plugins/custom-enchants+/guis.md#tinkerer). These percentages are added together, so overall, a player has a 25% chance to obtain a scroll from tinkering by default. A player can not obtain two scrolls from tinkering one item.

### Enchantment Removal

<div align="left"><img src="/files/-M6jdz-02Uuj37HH7Z1S" alt=""></div>

### Enchantment Upgrade

<div align="left"><img src="/files/-M6jde2MmB52w_AtFzYA" alt=""></div>

### Item Rename

<div align="left"><img src="/files/-M6jdv5eHGwdhiA_7CDz" alt=""></div>

### Item Repair

<div align="left"><img src="/files/-M6jdrQEWFtmA31WpTMp" alt=""></div>

### Slot Upgrade

<div align="left"><img src="/files/-M6jdlkddDjS7pdNecYM" alt=""></div>


---

# Agent Instructions: 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:

```
GET https://wiki.darrionatplugins.com/plugins/custom-enchants+/scrolls.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
