An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        


Discord |
Donation


[![SpigotMC](https://img.shields.io/badge/spigot-ED8106?style=for-the-badge&logo=SpigotMC&logoColor=white)](https://www.spigotmc.org/resources/item-caster.121386/)
[![Modrinth](https://img.shields.io/badge/modrinth-00AF5C?style=for-the-badge&logo=modrinth&logoColor=white)](https://modrinth.com/plugin/item-caster)
[![Builtbybit](https://img.shields.io/badge/builtbybit-2D87C3?style=for-the-badge&logo=builtbybit&logoColor=white)](https://builtbybit.com/resources/item-caster.56752/)

---

[![Jitpack](https://jitpack.io/v/Phanisment/Item-Caster.svg)](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.