I'm currently receiving an issue where whenever I leftclick on the deepslate block, nothing happens. I have skript-gui and am not receiving any errors when I reload the skript. Just doesn't do anything when I click on the deepslate block.
on script load:
create a gui with id "BossGUI" with virtual chest inventory with 3 rows named "&c&lBosses" and shape "xxxxxxxxx", "xabcdefgx", and "xxxxxxxxx":
make gui slot "x" with black stained glass pane named " " # Border
make gui slot "a" with deepslate named "&2&lCave King" with lore "&7Click me to teleport!"
make gui slot "b" with barrier named "&c&lComing soon." with lore "&7Click me to teleport!"
make gui slot "c" with barrier named "&c&lComing soon." with lore "&7Click me to teleport!"
make gui slot "d" with barrier named "&c&lComing soon." with lore "&7Click me to teleport!"
make gui slot "e" with barrier named "&c&lComing soon." with lore "&7Click me to teleport!"
make gui slot "f" with barrier named "&c&lComing soon." with lore "&7Click me to teleport!"
make gui slot "g" with barrier named "&c&lComing soon." with lore "&7Click me to teleport!"
on left click:
if clicked block is deepslate named "&2&lCave King" with lore "&7Click me to teleport!":
send "test" to player
command /boss:
aliases: /bosses
trigger:
open gui with id "BossGUI" to player