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
1 messages · Page 1 of 1 (latest)
a) don't use tuske, this will break your server
b) you probably shouldn't be using skquery either
b) i use it for other things
a) well what else do i use
vanilla skript or skript-gui
for skquery, what else do you use it for
most of skquery is in vanilla skript
Oh ok skript gui. Deleting skquery
you dont even need an addon for this
guis are possible in just vanilla skript
how, there are no tutorials. BTW im useing 2.6.4
i can find no docs ether
there are
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:
#...```
look at that
can you link them
skript hub and skunity docs
i would recommend skript-gui myself though
it's less of a hassle to use
for?
4 errors on reload
I cant do anything about that unless i see the errors and your code
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