ServerSettings API is a Cloudburst or Nukkit plugin that gives other plugins a reliable way to create and manage native Bedrock server settings interfaces. It works directly with the packet flow, from player requests to settings response packets and submitted form data, without relying on unrelated form systems.
Developers can register settings with unique owner and key identifiers, build dynamic forms, and process responses through handlers, typed values, or multi step pipelines. Its runtime statistics cover registrations, packets, processed responses, failures, and ignored events, while automatic cleanup helps keep a Minecraft server stable. At BoxToPlay, we consider it a practical foundation for connected server features.
Create your Nukkit server and install ServerSettings API with one click!