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

https://github.com/islati/nukkit-core

Minecraft (Bedrock) Content API built ontop of Nukkit. Features everything needed to make life easy, create gameplay features & dynamics.
https://github.com/islati/nukkit-core

java minecraft nukkit-plugin

Last synced: 11 months ago
JSON representation

Minecraft (Bedrock) Content API built ontop of Nukkit. Features everything needed to make life easy, create gameplay features & dynamics.

Awesome Lists containing this project

README

          

About
====

Created while learning the ins and outs of Nukkits API, features 3 components which add new gameplay dynamics and an API to easily create new features.

Features
----

* Wizard Spells & Wands [Source](https://github.com/TechnicalBro/nukkit-rpg-example/blob/master/src/main/java/com/levelmc/core/components/wizarding/WizardingComponent.java)
* Damage Indicators [Source](https://github.com/TechnicalBro/nukkit-rpg-example/tree/master/src/main/java/com/levelmc/core/components/damageindicators)
* Loot Generation [Source](https://github.com/TechnicalBro/nukkit-rpg-example/tree/master/src/main/java/com/levelmc/core/components/loot)
* API [Package](https://github.com/TechnicalBro/nukkit-rpg-example/tree/master/src/main/java/com/levelmc/core/api)
* @Command annotations [Source](https://github.com/TechnicalBro/nukkit-rpg-example/tree/master/src/main/java/com/levelmc/core/api/cmd), [Example](https://github.com/TechnicalBro/nukkit-rpg-example/blob/master/src/main/java/com/levelmc/core/commands/TestCommand.java)
* Debugging [Source](https://github.com/TechnicalBro/nukkit-rpg-example/tree/master/src/main/java/com/levelmc/core/api/debug), [Example](https://github.com/TechnicalBro/nukkit-rpg-example/blob/master/src/main/java/com/levelmc/core/debug/DebugTestGadget.java)
* @Annoation YML Serialization [Example](https://github.com/TechnicalBro/nukkit-rpg-example/blob/master/src/main/java/com/levelmc/core/config/CoreConfig.java)
* Easy GUI Forms [Example - Spell Binds GUI](https://github.com/TechnicalBro/nukkit-rpg-example/blob/master/src/main/java/com/levelmc/core/components/wizarding/guis/MagicBindGUI.java)
* Custom Gadgets [Example - Magic Wand](https://github.com/TechnicalBro/nukkit-rpg-example/blob/master/src/main/java/com/levelmc/core/components/wizarding/gadgets/MagicWand.java)
* User Management [Example](https://github.com/TechnicalBro/nukkit-rpg-example/blob/master/src/main/java/com/levelmc/core/users/User.java)
* Utilities
* Item Builder
* Plugin Utils
* World Utils
* Block Utils
* Location Utils
* Entity Utils