Перейти к содержимому
Mineforgian

Inventory Maker

Allows inventories to be created using commands.

Загрузки
1K
Подписчики
9
Обновлён
5 июля 2024 г.
Лицензия
MIT

Опубликован 13 февраля 2023 г.

*** 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 []<br>/inventorymaker edit <id> title <title><br>/inventorymaker edit <id> checker <checker><br>/inventorymaker edit <id> slot <slot> <item> <count><br>/inventorymaker open <id> [<target>]<br>/inventorymaker delete <id> </p> <h4>Shorter Commands</h4> <p>You can use a mod like <a href="https://modrinth.com/mod/commandaliases">Command Aliases</a> to shorten commands.</p> <details> <summary>Example</summary><p>After running the command <code>/inventorymaker create minecraft:generic_9x3 "example:shared"</code>. And adding this json file: config -> commandaliases -></p> <details> <summary>shared.json</summary><pre><code class="language-json">{ "schemaVersion": 1, "commandMode": "COMMAND_CUSTOM", "command": "shared", "actions": [ { "command": "inventorymaker open 'example:shared'", "commandType": "CLIENT" } ] } </code></pre> </details><p>Players can use the command <code>/shared</code> to open the created inventory.</p> </details><h3>Permissions</h3> <p>inventorymaker - default none<br>inventorymaker.create - default 2<br>inventorymaker.edit - default 2<br>inventorymaker.open.others - default 3<br>inventorymaker.delete - default 2 </p> <h3>Placeholder API Support (1.2.0+)</h3> <p>Placeholders in id will be parsed when command is run.<br>Placeholders in titles will be parsed each time an inventory is opened.</p>

Ченджлог

1.3.0+1.21Релиз1.21 · 5 июля 2024 г.

Update to Minecraft 1.21

1.3.0+1.20.5Релиз1.20.5, 1.20.6 · 2 мая 2024 г.

Update to Minecraft 1.20.5

1.3.0+1.20.4Релиз1.20.4 · 27 декабря 2023 г.

Update to 1.20.4

Fixed

  • Cached inventories are cleared on server stop
  • Stops invalid screen types from being used (loom and crafter)

Added

  • Edit slot command
  • Compatibility for lecterns
1.2.1+1.20Релиз1.20 · 7 июня 2023 г.

Update to Minecraft 1.20

1.2.1+1.19.4Релиз1.19.4 · 2 мая 2023 г.
  • Updated to Minecraft 1.19.4
  • Fixed problem with non-players (functions, command blocks, etc.) not being able to execute open command
1.1.1+1.18.2Релиз1.18.2 · 28 февраля 2023 г.

Backport of 1.1.0 to Minecraft 1.18.2 and updated icon

(No PlaceholderAPI support for 1.18.2)

1.2.0Релиз1.19.3 · 17 февраля 2023 г.
1.1.0Релиз1.19.3 · 13 февраля 2023 г.

Added permissions

Комментарии

Загружаем…