# Welcome Page

## Purpose

The plugin is created to create your own wands and spells. The plugin itself cannot change the texture of the wand. Use a different material or custom resource pack to change the appearance, and set the value of CustomModelData in the plugin as in the resource pack. It features creating custom spells and wands, message configuration, custom affects, and much more!

## Possibilities

(Click to sections, to see image in [ShowCase](/magicalwands/introduction/plugin-showcase.md))

* [Texts](/magicalwands/global-settings/hex-gradient-and-papi.md) (This function cannot be disabled)\
  &#x20;\- Fully supports [HEX](/magicalwands/global-settings/hex-gradient-and-papi.md#using-hex-codes-as-colors)\
  &#x20;\- Fully supports [Gradient](/magicalwands/global-settings/hex-gradient-and-papi.md#using-gradient-in-text) function\
  &#x20;\- Fully supports [PlaceholderAPI](/magicalwands/global-settings/hex-gradient-and-papi.md#using-placeholderapi-in-text) integration
* [Charm-Selector](/magicalwands/global-settings/charm-selector.md) (This function cannot be disabled)\
  &#x20;\- Integrated in GUI (Minecraft Inventory)\
  &#x20;\- Fully configurable (In Options.yml)\
  &#x20;\- Supports unlimited charms to display (GUI is pageable)\
  &#x20;\- Fully flexible (Supports legacy items, resource pack items & player/custom skulls)\
  &#x20;\- Optimized
* [Charm-Order](/magicalwands/global-settings/charm-order-and-info-bar.md) (This function cannot be disabled)\
  &#x20;\- Select your unique 3 Charms, which you want to use\
  &#x20;\- Slots can be locked (Configurable in Wand yaml file)\
  &#x20;\- Delay manager (Fully configurable delays in charm/wand yaml file)\
  &#x20;\- Simple usage
* [Wand-Creation](/magicalwands/custom-wand-creation/get-started.md) (This function can be disabled)\
  &#x20;\- [Enable/Disable your Custom-Wand](/magicalwands/custom-wand-creation/disabler-and-name-configuration.md)\
  &#x20;\- [Configure Name for Custom-Wand](/magicalwands/custom-wand-creation/disabler-and-name-configuration.md)\
  &#x20;\- [Set-up Custom Item](/magicalwands/custom-wand-creation/item-configuration.md) (Supports CustomModelData for resourcepacks)\
  &#x20;\- [Basic Wand Options](/magicalwands/custom-wand-creation/wand-options.md) (Basic charm, color and more...)\
  &#x20;\- [Amplifier/Reducer](/magicalwands/custom-wand-creation/amplifier-reducer.md) (Configure delay, damage and protection reducer/amplifier)\
  &#x20;\- [Holding Effects](/magicalwands/custom-wand-creation/holding-effects-list.md) (Player will receive configured potion effects while holding the Wand)
* [Charm-Creation](/magicalwands/custom-charm-creation/get-started.md) (This function can be disabled)\
  &#x20;\- [Enable/Disable your Custom-Charm](/magicalwands/custom-charm-creation/disabler-skull-name-and-basic-options.md)\
  &#x20;\- [Configure custom skull, name and Basic options](/magicalwands/custom-charm-creation/disabler-skull-name-and-basic-options.md) (Like Delay and more...)\
  &#x20;\- [Select and set-up Wand functions](/magicalwands/custom-charm-creation/wand-functions.md) (Like dispatching command, sending message and more...)\
  &#x20;\- [Configure damages, that should Wand deal](/magicalwands/custom-charm-creation/damage-configuration.md) (There many ways to damage opponents)\
  &#x20;\- [Particle Effects](/magicalwands/custom-charm-creation/particle-effects.md) (Pre-built particle effects, fully supports HEX colors & Gradient)\
  &#x20;\- [Additional Sounds](/magicalwands/custom-charm-creation/additional-sounds.md) (Configure sounds that should Charm player after using)
* Fully translatable & configurable\
  &#x20;\- For each [Wand](/magicalwands/wands-and-charms-file-examples/wand-example.md) yaml file\
  &#x20;\- For each [Charm](/magicalwands/wands-and-charms-file-examples/charm-example.md) yaml file\
  &#x20;\- [Options.ym](/magicalwands/default-configurations/global-options.md)l file\
  &#x20;\- [Lang.yml](/magicalwands/default-configurations/language-file.md) file
* Wand heredity (This function can be disabled)\
  &#x20;\- Wand can stay with original owner, be rewritten to owner's killer or deleted
* Global plugin delay\
  &#x20;\- (Plugin is globally under delay for every player, just players with bypass permission can access operations quickly)
* Ignored entities\
  &#x20;\- Configure entity types, that will be ignored for Wands & Charms
* [InfoBar](/magicalwands/global-settings/charm-order-and-info-bar.md) (This function can be disabled)\
  &#x20;\- Displaying your CharmOrder & Delays
* [Charm-Editor shift open](/magicalwands/global-settings/charm-order-and-info-bar.md) (This function can be disabled)\
  &#x20;\- Hold shift for 5 seconds with Wand in hand, and CharmEditor will be opened for you!\
  &#x20;\- (Basically can be opened with command)

## Version Support

* 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5
* 1.17, 1.17.1
* 1.18, 1.18.1, 1.18.2
* 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4
* 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4


---

# 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://m3ii0.gitbook.io/magicalwands/introduction/welcome-page.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.
