Added the ability to use the "~" symbol in /chest. (And new placeholders)
(1.3)
Added the ability to use the "~" symbol in
/chest Example: If you write
/chest ~ ~ ~, then the chest will open, which is located where the player is standing.
Updated config file:
New placeholders have been added to the
"block-not-chest-in-crds" message setting. The message now looks like this:
"§7The block at the given coordinates is not a chest. (Block: §c {WRONG_BLOCK} §7, X: {BLOCK_X}, Y: {BLOCK_Y}, Z: {BLOCK_Z})"
Placeholders:
{WRONG_BLOCK} - name of a block that is not a chest or workbench
{BLOCK_X} - entered coordinate X
{BLOCK_Y} - entered coordinate Y
{BLOCK_Z} - entered coordinate Z