
Player Stages
Активный0.0
Установок
20
Последнее обновление
1 год назад
Клиент
Fabric
Quilt
Forge
Neoforge
Утилиты
Аддоны
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
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