Gui Skript 1.8.9

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

Petervpg

Member
Jul 27, 2017
18
0
0
20
Can somebody send me the right plugins and the right version for a gui in 1.8.9 because i cant use
code_language.skript:
to run [make player execute command "testshop testlol"]
but I can do this
code_language.skript:
to run "testshop testlol"
But the problem is that i need the player to run the command
 
Are you using format slot or TuSKe?
Because then you can use, but please use set slot
code_language.skript:
format slot 0 of player with glass named "test" to close then run [make player execute command "test"]
 
Are you using format slot or TuSKe?
Because then you can use, but please use set slot
code_language.skript:
format slot 0 of player with glass named "test" to close then run [make player execute command "test"]
I do have tuske installed I think, but i dont know how it works and what do you mean with the second line?
 
code_language.skript:
format slot 0 of player with glass named "test" to close then run [make player execute command "test"]

You can use this, but you need to wait 2 ticks before adding it, because format slot. You can ask someone on the SkUnity discord on how TuSKe works because i have no idea
 
if you are using Tuske .... which I highly recommend over setting a slot,
finish your format off with
to run player command "/testshop testlol"
 
if you are using Tuske .... which I highly recommend over setting a slot,
finish your format off with
to run player command "/testshop testlol"
Ima tried it
[doublepost=1529956199,1529955747][/doublepost]
if you are using Tuske .... which I highly recommend over setting a slot,
finish your format off with
to run player command "/testshop testlol"
It says that "testshop testlol" is not a text
 
Status
Not open for further replies.