ποΈ 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
The Inventory interface is the core base class for all inventory systems in Nukkit-MOT, used to manage item storage and interactions for entities such as players, containers, etc.
ποΈ Permission Guide
In Nukkit-MOT plugins, permissions are key mechanisms used to control access to specific features and operations.