TusKe 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 comminuty!

    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.

Riknesh

Active Member
Jun 9, 2017
76
2
8
Malaysia
Hey,
Im trying to make a gui using TusKe. But players are able to take the items from the gui out of the inventory. Is there any way to fix it?

Using TusKe 1.8.2-Pikachu-Patch-3 and Skript 2.5-alpha3 on Paper version git-Paper-126 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT).

Code:
command /tuskegui:
    trigger:
        open virtual chest inventory with size 2 named "TusKE Test" to player
        format gui slot 0 of player with stone named " " to do nothing
 
Code:
command /tuskegui:
    trigger:
        open virtual chest inventory with size 2 named "TusKE Test" to player
        format gui slot 0 of player with stone named " " to close
Try this and let me know if it works!
 
Code:
command /tuskegui:
    trigger:
        open virtual chest inventory with size 2 named "TusKE Test" to player
        format gui slot 0 of player with stone named " " to close
Try this and let me know if it works!
im still able to get the stone out
SkQuery seems to be working. But idk why TusKe isnt
 
Last edited:
Status
Not open for further replies.