https://github.com/Phanisment/Item-Caster
Cast MythicMobs Skill with NBT item
https://github.com/Phanisment/Item-Caster
Last synced: 2 months 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T09:22:06.000Z (9 months ago)
- Last Synced: 2024-09-16T11:40:38.463Z (9 months ago)
- Language: Java
- Homepage:
- Size: 337 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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.