command /tuske:
trigger:
open virtual chest with size 3 named "GUI" to player
make gui slot 0, 2, 4, 6 and 8 of player with black stained glass pane to nothing
make gui slot 1 of player with barrier named "nothing" with lore "Hiç bir şey yapma" to nothing
make gui slot 3 of player with barrier named "using left" with lore "Sağ Tıkla ve kapat" to close using left
make gui slot 5 of player with stone named "Elmas lazım!" with lore "Güvenli bir", "şekilde sağ tıklayarak", "elmas al" to run player command "give 1 diamond %player%" as op using right with cursor stone
make gui slot 7 of player with stone named "Zrrrr" with lore "Eline kömür al", "SHIFT ile sol tıkla" and "ve deri giy" to run function Fonksiyon(player) using shift left with cursor coal
function Fonksiyon(p : player):
send "Deri giyildi." to {_p}
set helmet of {_p} to leather helmet
set chestplate of {_p} to leather chestplate
set leggings of {_p} to leather leggings
set boots of {_p} to leather boots