Disabler, Skull, Name and basic options

Learn how to configure basic values of custom charm

Paths & Values example

Enabled: false
Permission: "magicwands.charm.CustomCharm"
Skull: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjkwMWYwNzg1ZDIyMmU5YWZhNTA1NmNkZGFmZGI3YTMzYTRhYTljODllOTEyZWU3MWYzM2I2ZDc2MzEwNTRkIn19fQ=="
Name: "CustomCharm"
Description: "Just example how to correctly create Charm!"
DisplayName: "&{#ffa408}CustomCharm"
Delay: 10

If enabled is set to false, charm won't be loaded by plugin. Permission that player need to see charm in CharmSelector. Skull that will be displayed in CharmSelector GUI (Visit https://minecraft-heads.com/ and paste here skull value). Raw name of Charm, use here same rules as in Wand name configuration. Description that will be displayed in CharmSelector. DisplayName that will be displayed in CharmOrder. Delay in seconds between charm usage.

Last updated