Compatibility
Minecraft: Java Edition
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Introduction
This plugin is add nbt item for casting mythicmobs skill.
I created this plugin because MythicCrucible and MMOItems are expensive and i want share my project too, that's why you can see this on BuiltbyBit, SpigotMC, and here.
How to Install
Here if you don't know how to setup the plugin.
- Setup your Minecraft Server.
- Then install the plugin MythicMobs, NBTAPI, and ItemCaster.
- Upload plugin MythicMobs, NBTAPI and ItemCaster. to plugins/ in your server files.
- Run the server and done!
With this you can use my plugin in your server, If you find any bugs or errors, feel free to contact me on Discord or just use GitHub for the issues you found.
Wiki/Documentation
This plugin has wiki, here the link.
This Wiki is not complete yet because im in busy and don't have time to continue the wiki. in the future maybe i will continue or someone who manage the Wiki to continue it.
Simple Explanation to Use This Plugin:
For the more information you can see it on the Wiki.
What is Skill and Activator?
- Skill: Mythicmobs skill id to cast with nbt.
- Activator: How the Skill is casted.
For activator you can see list the event in here.
How to get Item that can cast skill.
/give @s stone_sword{Artifact:[{skill:"Slash", activator:"left
_click"}]}
Item Configuration.
You can add more than 1 file in directory items and more than 1 items in 1 file.
File: ItemCaster/items/example.yml
items:
<item id>:
type: diamond_sword
nbt: |
{
CustomModelData:1
}
- Type: Material of the item.
- Nbt: This nbt will merge on the item.
For now Configuration just like this, in the future i will add more than this.
Easy way to edit item nbt in the game.
Use this mod on your Minecraft and join to the sever. now you can edit item nbt only in game.
If you ask why i not make the item editor, im just lazy...
Command & Permission:
Here's list commands and permissions in this plugin.
Commands:
/ic
: Aliases for itemcast command./ic reload
: Will reload configuration./ic get <item id>
: Getting custom item in the configuration.
Permission:
itemcaster.admin
: For access command itemcaster to the sender.