Player Stages
Modby Sixik
Add restrictions for the player with GameStages !
Type
Mod
CurseForge Downloads
67,228
CurseForge ID
899878
Last Updated
Jun 29, 2026
Description
This mod allows you to add restrictions to the player. If you have any ideas what else you can add, I invite you to my discord
In the meantime, with this mod you can :
- Add restrictions on breaking blocks
- Restrict the ability to open inventory
- Do not allow to put on armor and use tools
- Undo effects
- Restrict trade with villagers
- Limit enchantments both on the enchantment table and on the anvil
NEW WIKI
Examples:
import mods.playerStage.PlayerStage;PlayerStage.addItem("testA", <item:minecraft:iron_pickaxe>); PlayerStage.addItem("testB", <item:minecraft:golden_sword>, true);
PlayerStage.addArmor("a1", <item:minecraft:diamond_chestplate>, true);
PlayerStage.addBlock("test", <blockstate:minecraft:grass_block:snowy=false>); PlayerStage.addMerchant("test1", <item:minecraft:potato>,<item:minecraft:emerald>);
PlayerStage.addMerchant("test1", <item:minecraft:carrot> * 22,<item:minecraft:emerald>);
PlayerStage.addEnchant("e2", <item:minecraft:iron_sword>, <enchantment:minecraft:unbreaking>, true);
PlayerStage.addInventory("inv1", ["hello", "hellos"] as stdlib.List<string>);
If you want to support me -> https://boosty.to/sixik
Similar Mods
Forge Essentials Client
Forge Essentials client mod
Ice Prevents Crop Growth
🧊 Crops growing with ice underneath will remain in the same stage, for design purposes.
Patchouli ROFL Edition
Patchouli with small fixes and additions
Move Plus
Dodging, Ledge climbing, Crawl anywhere, Reduced knockback
Best Pick
Best Pick adds a keybind to automatically select the best tool from your inventory for the block you are looking at. It...
MoreRecipes [Cobblemon]
MoreRecipes aims to add some useful recipes to the popular modpack Cobblemon. This datapack is here to bring you all th...