qexed_menus
- Commit:
a40e7105530a7578ed7a19f6e2fbacef4c10f2e6 - Language:
en - Config file:
config/qexed_menus.toml - Field count:
26 - Description: qexed_menus.toml: inventory hotbar and chest menu definitions.
RUN
config
qexed_content_filter.tomlqexed_entity_rendering.tomlqexed_entity.tomlqexed_ip_connect_speed_test.tomlqexed_lan_discovery.tomlqexed_lobby.tomlqexed_menus.tomlqexed_npc.tomlqexed_permissions.tomlqexed_placeholders.tomlqexed_player_audit.tomlqexed_player_data.tomlqexed_player_messages.tomlqexed_plugin_download.tomlqexed_resource_pack.tomlqexed_scoreboard.tomlqexed_server.tomlqexed_warden.tomlqexed.tomlworld.toml
logs
plugins
resourcepacks
world
qexed.exe
TOML preview
Paste or upload a config file. Matching fields update in the table.
qexed_menus.toml
1
Paste or upload TOML to preview current values.
| Path | Type | Default | Current | Description | Notice |
|---|---|---|---|---|---|
menus | object | See #menus | See #menus | Inventory hotbar and chest menu settings | None |
Complex Type Details
menus
- Type
object- Default
- None
- Current
- Paste or upload TOML to preview current values.
- Description
- Inventory hotbar and chest menu settings
| Path | Type | Default | Current | Description | Notice |
|---|---|---|---|---|---|
menus.chests | array | See #menus.chests | See #menus.chests | Configured chest menus | None |
menus.enable | boolean | false | Paste or upload TOML to preview current values. | Enable configured inventory and chest menus | None |
menus.fixed_slots_only | boolean | true | Paste or upload TOML to preview current values. | Protect only configured hotbar slots instead of the whole hotbar | None |
menus.hotbar_items | array | See #menus.hotbar_items | See #menus.hotbar_items | Hotbar menu item bindings | None |
menus.reset_inventory_on_join | boolean | false | Paste or upload TOML to preview current values. | Reset configured menu items when a player joins | None |
menus.chests
- Type
array- Default
- None
- Current
- Paste or upload TOML to preview current values.
- Description
- Configured chest menus
| Path | Type | Default | Current | Description | Notice |
|---|---|---|---|---|---|
menus.chests.id | string | None | Paste or upload TOML to preview current values. | Menu id used by config actions and plugin OpenMenu actions | None |
menus.chests.items | array | See #menus.chests.items | See #menus.chests.items | Items shown in this chest menu | None |
menus.chests.rows | integer | None | Paste or upload TOML to preview current values. | Chest menu row count from 1 to 6 | None |
menus.chests.title | string | None | Paste or upload TOML to preview current values. | Chest menu title | None |
menus.chests.items
- Type
array- Default
- None
- Current
- Paste or upload TOML to preview current values.
- Description
- Items shown in this chest menu
| Path | Type | Default | Current | Description | Notice |
|---|---|---|---|---|---|
menus.chests.items.action | object | See #menus.chests.items.action | See #menus.chests.items.action | Action executed when this item is clicked | None |
menus.chests.items.item | string | None | Paste or upload TOML to preview current values. | Menu item resource key | None |
menus.chests.items.lore | array | None | Paste or upload TOML to preview current values. | Custom item lore lines | None |
menus.chests.items.name | string | None | Paste or upload TOML to preview current values. | Custom item display name | None |
menus.chests.items.slot | integer | None | Paste or upload TOML to preview current values. | Container slot index | None |
menus.chests.items.action
- Type
object- Default
- None
- Current
- Paste or upload TOML to preview current values.
- Description
- Action executed when this item is clicked
| Path | Type | Default | Current | Description | Notice |
|---|---|---|---|---|---|
menus.chests.items.action.kind | string | None | Paste or upload TOML to preview current values. | Action kind: none, open_menu, transfer, message, hide_players, show_players, or toggle_players | None |
menus.chests.items.action.message | string | None | Paste or upload TOML to preview current values. | Message text for message actions | None |
menus.chests.items.action.target | string | None | Paste or upload TOML to preview current values. | Action target, such as a chest menu id | None |
menus.hotbar_items
- Type
array- Default
- None
- Current
- Paste or upload TOML to preview current values.
- Description
- Hotbar menu item bindings
| Path | Type | Default | Current | Description | Notice |
|---|---|---|---|---|---|
menus.hotbar_items.action | object | See #menus.hotbar_items.action | See #menus.hotbar_items.action | Action executed when the item is used | None |
menus.hotbar_items.item | string | None | Paste or upload TOML to preview current values. | Menu item resource key | None |
menus.hotbar_items.lore | array | None | Paste or upload TOML to preview current values. | Custom item lore lines | None |
menus.hotbar_items.name | string | None | Paste or upload TOML to preview current values. | Custom item display name | None |
menus.hotbar_items.slot | integer | None | Paste or upload TOML to preview current values. | Hotbar slot index from 0 to 8 | None |
menus.hotbar_items.action
- Type
object- Default
- None
- Current
- Paste or upload TOML to preview current values.
- Description
- Action executed when the item is used
| Path | Type | Default | Current | Description | Notice |
|---|---|---|---|---|---|
menus.hotbar_items.action.kind | string | None | Paste or upload TOML to preview current values. | Action kind: none, open_menu, transfer, message, hide_players, show_players, or toggle_players | None |
menus.hotbar_items.action.message | string | None | Paste or upload TOML to preview current values. | Message text for message actions | None |
menus.hotbar_items.action.target | string | None | Paste or upload TOML to preview current values. | Action target, such as a chest menu id | None |