Decursio Stages

About Modification
Decursio Stages represents a progression leveling module developed by Decursio Team. The main function of this plugin is implementing a stages system into gameplay. Such mechanics give modpack creators the ability to restrict access to certain game elements until the player meets necessary conditions to advance to the next development stage.
This approach provides powerful tools for designing diverse scenarios with step-by-step progression and fine-tuning access to various mod functions within a pack.

Capabilities
Currently the mod allows restricting access to the following game elements:
- Items and resources
- Various block types
- Mobs and entities
- Structure generation
- Dimensions and worlds
- Containers (any interfaces from base game and other mods)
- Addition of new options in development!

Management Commands
Open list of available commands
/decstages info - displays information about all known stages /decstages add <player> <stage> - grants specific stage to selected player /decstages remove <player> <stage> - revokes certain stage from player /decstages all <player> - opens access to all existing stages for player /decstages clear <player> - removes all current stages from character /decstages check <player> - shows list of stages currently available to player /decstages restrict - activates instant item restriction during gameplay /decstages links <stage> - displays JSON file associated with selected stage /decstages add <player> <stage1> - adds multiple stages simultaneously /decstages remove <player> <stage1> - removes group of stages from player /decstages reload - reloads configuration files without exiting game