Note
This plugin is still under development. Features and configurations may change in the future as new functionality is added.
Introduction¶
ItemCaster is a free alternative to plugins like MythicCrucible or MMOItems. and has more customization for users.
Installation¶
- Install plugin MythicMobs, NBTAPI, ItemCaster.
- Upload the jars file to
plugins/
. - Run Server.
Simple Usage Example¶
To begin, create a generic MythicMobs item. You can refer to the official MythicMobs item guide here.
Then configure your item like this:
MythicMobs/items/Example_Item.yml
Example_Item:
Id: STICK
Abilities:
- skill: SummonSkeleton
activator: LEFT_CLICK
As shown above, the Abilities
section defines the skill and the trigger (in this case, left_click
) for the item.
For List of Activator, you can see it in here.
The Usage Example¶
This is example usage of this plugin, Casting Mythicmobs Skill with Item.
The skill is created by KiKo
Older Version for this Wiki is in this repository Phanisment/Item-Caster