Game Stages Mod (1.19.2, 1.18.18) provides the foundation for creating stage-based progression systems. The basic idea of stages is simple. Different content can be made available depending on the stage that a player has unlocked. This mod offers a flexible API. Many mods already support it, and pack creators can configure stages.
It is up to the pack how they organize their stages. Players can gain or lose stages at any moment. Stages are not linear. It is flexible enough to work in many different situations. These are just a few examples of how you could use this mod. These are not all possible uses. The system can be used in almost any system that you can imagine.
- Linear quest based progression.
- Branching quests, with many stages, and sub stages.
- RPG class progression.
- Minigame with a job/role/hero/champion stage that resets every round.
- Hardcore/Expert/Easy pack modes.
This mod adds an API for stage access. This API allows players to unlock stages and allows other mods to hook into these stages. This mod handles all packets and player save data. This mod can be accessed by modpack authors and players through the commands that have been added.