https://github.com/phanisment/item-caster
Cast MythicMobs Skill with NBT item.
https://github.com/phanisment/item-caster
minecraft-plugin mythicmobs
Last synced: about 1 year ago
JSON representation
Cast MythicMobs Skill with NBT item.
- Host: GitHub
- URL: https://github.com/phanisment/item-caster
- Owner: Phanisment
- License: apache-2.0
- Created: 2024-08-29T13:53:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T04:16:46.000Z (about 1 year ago)
- Last Synced: 2025-04-04T05:20:54.219Z (about 1 year ago)
- Topics: minecraft-plugin, mythicmobs
- Language: Java
- Homepage: https://modrinth.com/plugin/item-caster
- Size: 1.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.spigotmc.org/resources/item-caster.121386/)
[](https://modrinth.com/plugin/item-caster)
[](https://builtbybit.com/resources/item-caster.56752/)
---
[](https://jitpack.io/#Phanisment/Item-Caster)
You dont know how to use this plugin? read this [Wiki](https://github.com/Phanisment/Item-Caster/wiki).
Library Credits:
- [NBT-API](https://github.com/tr7zw/Item-NBT-API)
- [Adventure](https://github.com/KyoriPowered/adventure)
- [FastInv](https://github.com/MrMicky-FR/FastInv)
## Installation
### Maven
```xml
jitpack.io
https://jitpack.io
com.github.Phanisment
Item-Caster
1.2.1
provided
```
### Gradle
```gradle
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.Phanisment:Item-Caster:1.2.1'
}
```
## Backlog
- [ ] Make support only for 1.20.5-1.20.6.
- [ ] Create gui for select item.
- [x] Add Maven Dependency for this plugin.
- [ ] Make API for plugin developer.