Example: chest-actions-settings:
-359/64/-65:
# <= The coordinates of the block that the player should click on. Separate with "/". block: chest
# <= The block that must be in the specified coordinates for the action to be performed. click: right
# <= What click should the player make on the block. RIGHT or LEFT. shift: true # <=
If TRUE, then the player must sneak for the action to take place.. undo-click: true
# <= If TRUE, then cancel the click. For example, clicking on a chest will not open it. cmd-by-player: "me I open the chest..."
# <= The command that will be automatically sent by the player when they click on the block cmd-by-console: "say player {PLAYER} tried to open the chest at coordinates {BLOCK_X} {BLOCK_Y} {BLOCK_Z}"
# <= Command that will be automatically sent by the console. -360/65/-65: block: workbench click: left shift: true cmd-by-player: "me I hit the workbench."