Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 675 Bytes

File metadata and controls

19 lines (15 loc) · 675 Bytes

ExamplePlugin

Example plugin for Lumi bedrock server software

What the plugin includes

  • 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

How to build

  1. Clone repo: git clone https://github.com/LuminiaDev/ExamplePlugin.git
  2. Go to the folder: cd ExamplePlugin
  3. Use command ./gradlew build
  4. Your plugin is built and will be located in build/libs