#Custom commands wont work

1 messages · Page 1 of 1 (latest)

worldly oar
#

I tried to make a command and it wont work.
SK addons: TuSK, and SkQuery
note: it only happens with one command all the other work.
NO ERRORS ON RELOAD
command in question:
command guiTest:
trigger:
open chest with 3 rows named "&cEarth" to player
wait 1 tick
format gui slot 1 of player with shiny diamond named "&cUS" with lore "Teleport to the US" and "a" to close then run [execute console command "skwarp US %player%"]

#

Custom commands wont work

outer shard
#

a) don't use tuske, this will break your server
b) you probably shouldn't be using skquery either

worldly oar
#

b) i use it for other things
a) well what else do i use

outer shard
#

vanilla skript or skript-gui

#

for skquery, what else do you use it for
most of skquery is in vanilla skript

worldly oar
#

Oh ok skript gui. Deleting skquery

arctic venture
arctic venture
worldly oar
#

i can find no docs ether

outer shard
#

there are

arctic venture
# worldly oar how, there are no tutorials. BTW im useing 2.6.4

you can update if you want. Sovde's github is a good general basic tutorial, but for vanialla GUI you can just google "vanilla gui example"
Here's one:```set {_gui} to chest inventory with 6 rows named "Cool GUI"
set slot 17 of {_gui} to 1 of diamond
open {_gui} to player

on inventory click:
if name of event inventory = "Cool GUI":
if index of event-slot = 17:
#...```

outer shard
#

look at that

worldly oar
#

can you link them

arctic venture
outer shard
#

i would recommend skript-gui myself though
it's less of a hassle to use

worldly oar
#

well im dumber then ever

#

cant find docs

outer shard
#

for?

worldly oar
#

For gui

#

Like i just found

#

After you told me where it was

#

test

arctic venture
#

I cant do anything about that unless i see the errors and your code

worldly oar
#

Ok i give up. Send me a functioning chest menu that is tested for skript 2.6.4 any addons just tell me please its been more days then my player base can handle and i have been other places

arctic venture
#

(and the code)

#

but that doesnt look like vanilla guis