

AStages
Активный0.0
Установок
0
Последнее обновление
8 месяцев назад
Клиент
Библиотеки
Утилиты
AStages mod is OUT!
AStages introduces a robust system for creating and managing player progression stages. Designed for modpack developers and server administrators, this mod allows you to control player access to items, mods, and dimensions based on their current stage in the game.
Key Features:
- Player Stage System: Define custom stages for players and manage their progression.
- Item Restrictions: Lock or unlock specific items based on the player's stage.
- Mod Restrictions: Control access to mods, ensuring they can only be used at certain stages.
- Dimension Control: Restrict access to dimensions until players reach the required stage.
- Server-Side Management: All scripts run server-side to prevent manipulation and ensure a smooth multiplayer experience.
- Easy Configuration: Easily set up stages and restrictions using configuration files.
How It Works:
- The mod loads all restrictions during server startup.
- The class
AStages
contains all utility methods for managing stages and restrictions. - Each restriction is initialized with an ID, a stage, and the item, mod, or dimension to block.
- Modify restrictions dynamically by using the
AStages#getRestrictionById
method and adjust its properties as needed.
Ideal For:
- Modpack Creators: Structure progression for modpacks and enhance gameplay experiences.
- Server Admins: Create complex, stage-based servers with controlled access to game content.
Installation:
- Download and install the mod from this page.
- Drop the
.jar
file into yourmods
folder. - Configure the stages and restrictions with KubeJS (
.json
file configuration coming soon).
Create the perfect progression system for your players with ease!