This Plugin can be used to create Spellitems and custom Enchantments.
It comes with a Manasystem, Cooldowns, "charging up spells", effects and Spells.
The enchantments work on Bows, Snowballs, Eggs, ...
items.yml
This is the most important part of SpellItems as it can be used to create custom Items and Enchantments items.yml
Commands
- /siGive [player] [...item]
- Gives a Player an Item using the SpellItems Syntax
- /siEnchant [enchantment_name]
- Enchants to Item you are currently holding with a custom Enchantment
- /siHelp [commad]
- Can be used to get a detailed description of all commands
Permissions
- spellitems.*
- spellitems.give
- spellitems.enchant
- spellitems.help
Itemsyntax
id_OR_customItemName:<damagevalue> <min_count>:<max_count> <chance_to_get_item> <enchant1_id_OR_customEnchantmentName>:<enchant1_level>,... <name>,<lore1>,<lore2>,<lore3>
- The first argument can either be a simple Itemid or the internal name of a Customitem from the items.yml
- When min_count and max_count are set the ammount will be randomized between the two(including them)
- chance_to_get_item can be between 0(this would make no sense) and 100
- enchant_ids
- can either be vanilla Enchantmentids or the internal name of a Customenchantment from the items.yml
- or -1 to completly ignore this Enchantment
- or -10 to only get the glow effect without any Enchantment
- If you specify an enchant_id you have to also set the enchant_level
- Name and Lore can contain spaces
- WARNING: Do not change the Name or Lore of a Customitem or it will not work
- You can leave most of it out if you don't need it. Some examples:
- 1 -> 1 Stone
- 35 1:10 -> 1-10 White wool
- 6:3 5 100 -1:0 Plant -> 5 Jungletreesaplings with the Name "Plant"
I know that this might look like an clone of MagicSpells but it has some features that MagicSpells doesn't have. Like custom enchantments.
Also this Plugin was mostly created for use with my other Plugin Dwarves vs Zombies but now can be used without it.

