Commands Menu
⚪ Last updated 2023⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🖼️ Gallery (5 images)
🔍 Analysis
- 👍 1.3% endorsement rate — high engagement, a strong quality signal
- 🏆 #21 of 185 datapack mods in this game by downloads
📋 About This Mod
This datapack adds a radial menu around the player to run any commands.
To create a Commands Menu you first need to get the Command Menu item:
`loot give @s loot menu:menu`
You can also turn any item into a Command Menu item by applying this item modifier to the slot with your item:
`item modify entity @s
Now place any items in the container (chest / trapped_chest / barrel / shulker_box). These will be the tiles in the radial menu. The central slots will be in front of the player, and the side slots will be behind. You can use ready-made tiles with commands or create your own, for ready-made tiles use this command:
`loot give @s loot menu:tile/
There are two types of ready-made tiles: - static - the usual command/function will be executed for the player who clicked on the tile. - dynamic - can run more complex combinations of commands, which can also change the tile on which the player clicked.
But in addition to ready-made command tiles, you can create your own simple static tiles. Just use a regular item (the item name will be show as the tile name) to create a radial menu.
Now click with the Command Menu item on the container with your tiles. Then all tiles will be automatically loaded into the Command Menu, and the container will be cleared. You can read all tiles from the Command Menu again for editing by clicking on the empty container.
## Ready-made tiles:
Dynamic tiles:
Ender Chest Viewer
[](https://i.imgur.com/UstPIFC.mp4)
Displays the contents of the owner's Ender Chest. You can only take/copy items from Ender Chest. Right click - copy 1 item from the slot. Shift + Right click - copy all items from this slot (for example, if there are 17 apples in a slot, then 17 apples will be copied, not 64). Left click - take 1 item from the slot. Shift + Left click - take all items from the slot. ``` loot give @s loot menu:tile/dynamic/ender_chest ```
Kit
[](https://i.imgur.com/jRYCiu3.mp4)
Gives the player all items from the Red Shulker Box. Any Red Shulker Box is a Kit Tile. Automatically takes the form of the last item in Shulker Box. ``` loot give @s loot menu:tile/dynamic/kit ```
Multi
[](https://i.imgur.com/vkf9zP5.mp4)
Allows you to use 4 static command tiles, depending on the method of interaction. Press Right click with this Multi on a container to write/read all items from/to the container.
Does not support dynamic tiles!
Automatically takes the form of the last item in the Bundle. Thus, if you place 5 items in a Bundle, you can customize the appearance of the tile. Right click - run first tile command. Shift + Right click - run second tile command. Left click - run third tile command. Shift + Left click - run fourth tile command. ``` loot give @s loot menu:tile/dynamic/multi ```
Pin Menu
[](https://i.imgur.com/VeQUfBX.mp4)
Allows you to pin the current Command Menu to the current location. After the pin Command Menu, you can interact with the central pin to customize the display: Right click - (https://i.imgur.com/HIH3MX9.mp4). Shift + Right click - (https://i.imgur.com/F2iisrk.mp4). Left click - (https://i.imgur.com/ezQPIvK.mp4). Shift + Left click - (https://i.imgur.com/dEjHiOI.mp4). ``` loot give @s loot menu:tile/dynamic/pin_menu ```
Switcher
[](https://i.imgur.com/0zk0knC.mp4) Executes a command on the current tile and automatically switches to the next tile in the list.
Press Right click with this Switcher on a container to write/read all items from/to the container.
You can also navigate through the list of tiles: Right click - Execute the command and switch to the next one. Shift + Right click - Execute the command and switch to the previous one. Left click - Skip the current tile (without running the command) and switch to the next one. Shift + Left click - Skip the current tile (without running the command) and switch to the previous one. ``` loot give @s loot menu:tile/dynamic/switcher ```
Waypoint
[



