作者:rebot | 分类:模组
Minecraft 版本: 1.20.1 1.20.2
平台: fabric
标签: utility
Fabric Mod that opens the inventory screens of items when they are clicked in your inventory. Also allows other item functionality from the inventory.
Server Config Options (clickopener.json) ### `whitelist` Contains a list of allowed items specified by: * Id: `minecraft:crafting_table` * Item tag: `item#minecraft:anvil` * Or block tag: `block#minecraft:shulker_boxes` Tags without prefix are treated as item and block tags. ### `blacklist` Contains a list of disallowed items specified by id. Useful for excluding a single item from a tag like `minecraft:damaged_anvil` ### `defaultClickType` * The default for `clickType` in player configs. * Can be `LEFT`, `RIGHT`, `SHIFT_LEFT`, `SHIFT_RIGHT`, `DROP`, `CTRL_DROP` or `NONE` * Default: `RIGHT` Player Config Options (clickopener_player.json) Players can modify their configs through commands. ### `clickType` * Determines how an item must be clicked to be opened. * Can be `LEFT`, `RIGHT`, `SHIFT_LEFT`, `SHIFT_RIGHT`, `DROP`, `CTRL_DROP`, or `NONE` * Default: `defaultClickType` in server config. Commands Commands start with `/clickopener` and require permission level 4. `reload` * Reloads the config `whitelist` * Lists the items/tags in the whitelist `whitelist add (item|itemtag|blocktag) ` * Adds the specified item or tag to the whitelist. `whitelist add item` * Adds the item in the player's hand to the whitelist. `whitelist remove (item|itemtag|blocktag) ` * Removes the specified item or tag from the whitelist. `whitelist remove item` * Removes the item in the player's hand from the whitelist. `blacklist` * Lists the items/tags in the blacklist `blacklist add item ` * Adds the specified item to the blacklist. `blacklist add item` * Adds the item in the player's hand to the blacklist. `blacklist remove item ` * Removes the specified item to from the blacklist. `blacklist remove item` * Removes the item om the player's hand from the blacklist. `defaultClickType` * Displays the defaultClickType config entry. `defaultClickType ` * Sets the defaultClickType config entry. Commands start with `/clickopener_player` and require no permissions. `clickType` * Displays the clickType config entry. `clickType ` * Sets the clickType config entry.请登录后举报
暂无评论,抢个沙发吧~