Jump to content

NoPermission

Member
  • Posts

    2
  • Joined

  • Last visited

NoPermission's Achievements

Lurker

Lurker (1/6)

0

Reputation

  1. Thank you! I will next time, this was my first post
  2. Hi, I made a skript GUI that runs teleport commands to set locations when the items are clicked. I used the tuske extension. My code worked before, but after I went offline and came back online, the code stopped working. The server was hibernating between my login sessions. Instead of leaving the item in the GUI and executing the command, the player just takes the item out of the inventory, like with a normal chest. The code is unchanged and reloading skript doesn't solve the problem. I tried someone else's GUI, and it ran into the same problem. Part of my code is given below. Can anyone help me solve this? Thanks in advance, Wander Code: on rightclick: player is holding end rod named "Apparation Wand": cancel event open virtual chest inventory with size 1 named "Apparation Destinations" to player format gui slot 0 of player with elytra named "Samantha" to run: make player execute command "/execute in overworld run tp 170.0 97 -47"
×
×
  • Create New...