Example plugin for Lumi bedrock server software
- Example of a custom item
- Example of a custom block
- Example of a custom enchantment
- Example of working with commands
- Example of working with effects
- Example of working with block and item types
- Example of working with non-reflection and reflection-based event listeners
- Clone repo:
git clone https://github.com/LuminiaDev/ExamplePlugin.git - Go to the folder:
cd ExamplePlugin - Use command
./gradlew build - Your plugin is built and will be located in
build/libs