WandParameters - elBukkit/MagicPlugin GitHub Wiki

Wand Customization

Every wand is a unique item, though they may be created from templates. The survival templates can be found here:

https://github.com/elBukkit/MagicPlugin/blob/master/Magic/src/main/resources/examples/survival/wands/

Any of the parameters below may be used in a template, or applied to a wand in-game via any of the following commands

/wand configure
/wand upgrade
/wandp @p configure
/wandp @p upgrade

The "upgrade" command will never lower a value on a wand, and is meant for in-game command block or other use, to allow players to upgrade their wands, such incrase mana regeneration to a set limit, while not affecting a wand that already has a higher xp regen.

Note (mainly to other plugin developers) that these parameters are also the NBT tags used to store wand data, under the "wand" parent node.

Parameters

Please check out the Reference Manual for descriptions of all wand parameters!

Messages

All wand template names and descriptions are contained in messages.yml, though non-builtin wands may include a default name and description in the wands.yml definition.