Privileged
The Privileged mod is a powerful tool for creating progressive content access systems in Minecraft. It allows pack developers to lock certain game elements, such as blocks and items, behind special progression stages.
How It Works
The system uses JSON files to configure access conditions for game objects. Configuration data is placed in the data/${namespace}/privilege folder and supports the following system types:
- privileged:block - block access management
- privileged:item - item control
- privileged:block_state - block state handling
Stage Management
To gain access to new stages, players can use the /stage command, whose syntax is similar to the /advancement command. This provides an intuitive interface for progression management.
Compatibility and Integration
The mod requires Fabric API when used with Fabric. Integration with the Jade mod is also supported - when relevant stages are activated, blocks and items will be correctly hidden when viewed through Jade.
Detailed documentation describing the capabilities and limitations of each system is available in the corresponding section on GitHub.