I'm trying to make something happen after adding to run in my gui.
I see the block before I add "to run:" but when I add it the block disappears and I cant test the function. I've changed the block, checked the plugins, removed the function. It gives no errors its just "to run:"
I would appreciate help, thx
Plugins I have installed: skript, skript reflect, skript yaml, tuske
My code:
command /gui:
trigger:
wait 5 ticks
open virtual chest inventory with size 3 named "&9Menu" to player
format gui slot 11 of player with grass block named "&2Survival" to run:
set player's gamemode to survival
close player's inventory
(java 1.8.8)
I see the block before I add "to run:" but when I add it the block disappears and I cant test the function. I've changed the block, checked the plugins, removed the function. It gives no errors its just "to run:"
I would appreciate help, thx
Plugins I have installed: skript, skript reflect, skript yaml, tuske
My code:
command /gui:
trigger:
wait 5 ticks
open virtual chest inventory with size 3 named "&9Menu" to player
format gui slot 11 of player with grass block named "&2Survival" to run:
set player's gamemode to survival
close player's inventory
(java 1.8.8)