📄️ Event Guide
Event Concept \
📄️ Form Guide
In Nukkit-MOT, forms are divided into four types: Modal, Simple, Custom, and Dialog.
📄️ i18n Guide
Registering i18n for Plugins \
📄️ Configuration Guide
This document will guide you on how to create a standardized configuration management system based on the Nukkit-MOT framework development specifications, covering core functionalities such as basic configuration reading, nested object handling, and dynamic saving.
📄️ Item Guide
The Item class is used to handle all item-related operations on the server. Below, the main functions and usage of the Item class will be described.
📄️ Block Guide
The Block class is the core class in Nukkit for representing and manipulating blocks in the game world. This guide provides detailed instructions on how to work with blocks using the Nukkit API.
📄️ World Guide
📄️ Inventory Guide
📄️ Permission Guide
In Nukkit-MOT plugins, permissions are key mechanisms used to control access to specific features and operations.