Note: Please backup your gui files before updating to this version to prevent losing the files if plugin fails to backup. There're some changes to gui file after update to this version so you have to reconfigure some of them. You can find the your old gui file in gui/backup.
Bug Fix:
- Fixed level issue
- Fixed MariaDb SqlException
Added:
- Redstone activation (player can use redstone/lever/etc to activate the hopper)
- New linking type:
VOID. Items will get thrown to the void
- More items to display linked block [store/furnace/void/missing block]
- Added
{BLOCK} placeholder, you can use this to display the block player linked in the gui
• Cannot be used for the block which is missing
Code (YAML):
store
:
# {BLOCK} returns the type of the block they linked
material
: '
{BLOCK
}'
display_name
: ' '
amount
: 1
lore:
- '&6World
:
&7{LOCATION_WORLD}'
- '&6X
:
&7{LOCATION_X}'
- '&6Y
:
&7{LOCATION_Y}'
- '&6Z
:
&7{LOCATION_Z}'
- ''