Inventory Maker
作者:rebot | 分类:模组
Minecraft 版本: 1.21
平台: fabric
标签: storage utility
Development of this mod is on hold for the foreseeable future.
Allows inventories to be created using commands. Inventories can then be opened using commands and be used to store things (like backpacks without the backpack).
Inventories can have the option of only certain players being able to open them. You specify a predicate by identifier using /inventorymaker edit checker.
Commands
/inventorymaker create []
/inventorymaker edit title
/inventorymaker edit checker
/inventorymaker edit slot
/inventorymaker open []
/inventorymaker delete
Shorter Commands
You can use a mod like Command Aliases to shorten commands.
Example After running the command `/inventorymaker create minecraft:generic_9x3 "example:shared"`. And adding this json file: config -> commandaliases -> shared.json ```json { "schemaVersion": 1, "commandMode": "COMMAND_CUSTOM", "command": "shared", "actions": [ { "command": "inventorymaker open 'example:shared'", "commandType": "CLIENT" } ] } ``` Players can use the command `/shared` to open the created inventory.Permissions
inventorymaker - default none
inventorymaker.create - default 2
inventorymaker.edit - default 2
inventorymaker.open.others - default 3
inventorymaker.delete - default 2
Placeholder API Support (1.2.0+)
Placeholders in id will be parsed when command is run.
Placeholders in titles will be parsed each time an inventory is opened.
请登录后举报
暂无评论,抢个沙发吧~