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.
- Host: GitHub
- URL: https://github.com/islati/nukkit-core
- Owner: Islati
- Created: 2020-05-14T18:46:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T12:57:42.000Z (almost 6 years ago)
- Last Synced: 2025-03-11T07:42:21.689Z (about 1 year ago)
- Topics: java, minecraft, nukkit-plugin
- Language: Java
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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