Player can take thinks out a gui

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

NigelDam

Member
May 17, 2020
4
0
1
Hey i make a gui

command Grind:
trigger:
open chest with 1 row named "&cGrind Informatie" to player
format slot 3 of player with exp_bottle named "&7&lGrind Xp" with lore "%{Gxp.%player%}%" to close

But player's can take the exp bottle out the gui how to stop that?
 
thats skquery format slot, it doesnt works correctly

try this:
Code:
set slot 3 of player's current inventory to exp_bottle named "&7&lGrind Xp" with lore "%{Gxp.%player%}%"
 
Now i have this problem

[16:04:27] [Server thread/INFO]: Nigel_075 issued server command: /grind reset [16:04:27] [Server thread/INFO]: Nigel_075 [64df146d-dbf1-47fd-a027-ac56ff744b99]: /grind reset
 
Now i have this problem

[16:04:27] [Server thread/INFO]: Nigel_075 issued server command: /grind reset [16:04:27] [Server thread/INFO]: Nigel_075 [64df146d-dbf1-47fd-a027-ac56ff744b99]: /grind reset
grind reset? send your code
 
Status
Not open for further replies.