📄️ First Java Plugin
Build a minimal HelloWorld plugin from scratch. At the end of this page, you will have a .jar file that Nukkit-MOT can load.
📄️ Plugin Basics
Understand how Nukkit-MOT recognizes, loads, and enables your plugin before you try to run it on a real server.
📄️ Run and Debug Your Plugin
Before setting breakpoints, make sure the plugin can actually load on a local server.
📄️ Publish Your First Plugin
Publishing is not just uploading a jar. A usable release also needs metadata, instructions, and a quick validation pass.