https://github.com/mkotb/menuapi
A lightweight and extensive MenuAPI using Java 8
https://github.com/mkotb/menuapi
bukkit java menu menu-api spigot
Last synced: over 1 year ago
JSON representation
A lightweight and extensive MenuAPI using Java 8
- Host: GitHub
- URL: https://github.com/mkotb/menuapi
- Owner: mkotb
- License: isc
- Created: 2015-02-25T06:35:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-29T05:53:03.000Z (over 9 years ago)
- Last Synced: 2023-08-02T06:57:49.261Z (almost 3 years ago)
- Topics: bukkit, java, menu, menu-api, spigot
- Language: Java
- Size: 18.6 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MenuAPI
A lightweight and extensive MenuAPI using Java 8
### Adding MenuAPI as a Maven Depedency
MenuAPI is on the main maven repository! You just need to add this into your pom.xml:
``` xml
io.mazenmc
menuapi
compile
1.0
```