SDM Stages
SDM Stages is a library modification that implements a stage progression system similar to the GameStages mod, but with its own enhancements and optimizations specifically developed for the needs of the SDM Team.
The main goal of this mod is to provide a convenient, flexible, and completely autonomous stage system that doesn't rely on other solutions (like KubeJS) and doesn't require unnecessary dependencies for the mechanism's operation.
Features
- Stage system implementation that is compatible and extensible, built based on GameStages concepts
- Support for both global and local stage containers
- Data is stored in the UUID → List
structure, allowing modification or addition of stages even for players who are not currently on the server - The mod's design is focused on being used by other modifications and addons - by itself, it doesn't add any content for regular players
Purpose
This modification serves as a library for mods that use progression systems based on development stages or phased content unlocking. Without external addons connected, it doesn't affect gameplay in any way.