MakisImperium
Member
MakisImperium submitted a new resource:
ServerSettings API - Packet-level ServerSettings API provider for other NukkitX plugins.
ServerSettings API - Packet-level ServerSettings API provider for other NukkitX plugins.
Read more about this resource...ServerSettingsApi
Production-grade packet-level API for Bedrock Server Settings on Nukkit.
Core Flow
The API delivers a stable integration contract for plugin teams that need predictable behavior, typed parsing, and runtime observability.Code:PlayerServerSettingsRequestEvent -> ServerSettingsResponsePacket -> ModalFormResponsePacket -> response routing
Value Proposition
- Packet-first architecture with no abstraction leaks into non-packet form...