Modscraper Modscraper Minecraft
Player Stages logo

Player Stages

Mod

by 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

Included in Modpacks

External Resources