Really can not figure out TuSKe GUI manager

  • 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.

gbble

Member
Nov 10, 2020
2
0
1
23
Hi, I can not fiugre TuSKe gui out, I need help.
Code:
command /ingameitems:
    aliases: adminitems
    trigger:
        open virtual chest with 6 rows named "&cAdmin Items" to player
it will not open and it says that chest is not a inventory. Its being super weird. I have the most recent stable versions of every plugin.
 
Hi, I can not fiugre TuSKe gui out, I need help.
Code:
command /ingameitems:
    aliases: adminitems
    trigger:
        open virtual chest with 6 rows named "&cAdmin Items" to player
it will not open and it says that chest is not a inventory. Its being super weird. I have the most recent stable versions of every plugin.
Just use vanilla Skript, why use Tuske?
https://forums.skunity.com/threads/vanilla-guis.8939/
here's a link to a good tutorial on skript guis
 
Tuske is better, its less lag. And it actually does unstealable like @gbble said.
How would Tuske be less lag? If I remember correctly, Skript is based off of java, meaning they'll both use basically the same code to do the same thing.

Also, Vanilla GUIs can be unstealable to by canceling the:
Code:
On inventory click:
event and then executing the code.
 
First off, I recommend using 2 spaces instead of 3.
Then, I have code I made
Code:
command /ingameitems:
  aliases: adminitems
  permission: admin.itemsorwhatever
  trigger:
    open virtual chest inventory named "Admin Items" to player
    format gui slot 0 of player with [item go here w/o brackets] named "Name go here" to close then run player command "/command go here"

# repeat this formatting for every item in the GUI. Just change the name, commands, and slot no.
 
Status
Not open for further replies.