Jump to content

TuSke GUI Manager Lagging/Not Working!!!


Recommended Posts

Hi,

My Skript GUI Shop Isn't Working And When I Try To Click The Item That's Supposed To Do Something, It Dosn't Do It and I Can Steal It !!!

Please Help, Here's My Code and No Skript Errors:

options:
    WoodSELL: text
    oakBUY: 6

command /gshop:
    trigger:
        open virtual chest inventory with size 3 named "&8Shop" to player
        wait 1 tick 
        set {amount.%player%} to 1
        set {cost.%player%} to {@oakBUY} * {amount.%player%}
        format gui slot 13 of player with oak log named "Oak Wood" with lore "&fAmount: %{amount.%player%}%" and "&aPrice: %{cost.%player%}%" to close then run player command "/buyitem oak_log"
        format gui slot 14 of player with green stained glass pane named "&a+1" to run:
            if click type is left mouse button:
                add 1 to {amount.%player%}
                message "&4It Has Worked" to player

 

Link to comment
Share on other sites

DId you do /sk reload all. Doing this command breaks TuSKe guis. You need to restart the server to fix it.

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 | 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - now

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

I recommend using vanilla guis 🙈

  • Confused 1

Founder - Minehut.xyz

The leading Minehut support website. We aim to provide top quality tutorials, provide answers to top questions, and help in any way we can. Our site is community driven, and we will continue to make it better and better.

Support | 28/08/20 -13/09/20

Senior Support | 13/09/20 - 19/10/20

 

forums.gif.5d3db2db4a05c9465b84fa9bf0293df4.gif

Link to comment
Share on other sites

vanilla guis are cool 😜

Graphic Designer - Skript Developer - Professional Builder - Content Creator

Been on Minehut since January 2018. Throughout my time here I've mastered the skills you see above. I make free logos, banners, and server art for users on Minehut. I'm a proficient Skript developer. I'm also really good at building, you can see my portfolio by clicking here. Feel free to say hi if you see me somewhere 🙂

Amethyst Studios Discord

Link to comment
Share on other sites

Vanilla GUIs are simple...

set {_GUI} to chest inventory with 3 rows named "Minehut"
set slot 5 of {_GUI} to bedrock named "Hey"
open {_GUI} to player

 

Founder - Minehut.xyz

The leading Minehut support website. We aim to provide top quality tutorials, provide answers to top questions, and help in any way we can. Our site is community driven, and we will continue to make it better and better.

Support | 28/08/20 -13/09/20

Senior Support | 13/09/20 - 19/10/20

 

forums.gif.5d3db2db4a05c9465b84fa9bf0293df4.gif

Link to comment
Share on other sites

18 minutes ago, Minehut said:

Vanilla GUIs are simple...


set {_GUI} to chest inventory with 3 rows named "Minehut"
set slot 5 of {_GUI} to bedrock named "Hey"
open {_GUI} to player

 

yes

Graphic Designer - Skript Developer - Professional Builder - Content Creator

Been on Minehut since January 2018. Throughout my time here I've mastered the skills you see above. I make free logos, banners, and server art for users on Minehut. I'm a proficient Skript developer. I'm also really good at building, you can see my portfolio by clicking here. Feel free to say hi if you see me somewhere 🙂

Amethyst Studios Discord

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...