#on join

1 messages · Page 1 of 1 (latest)

signal wharf
#

I have this script :

on join: execute console command "/warp world1 %player%" message "&5Welcome on VoidGenz" broadcast "&b&l%player% just joined the server!"

But when the player joins he wont get warped anyoen can help?

livid dragon
#

do a lil wait after like

#
on join:
    wait 10 ticks
    #code```
#

also do vb set the join message to "x"

signal wharf
#

why?

livid dragon
#

so it sets the join message to a text

#

to make it so it doesnt send the normal %player% joined from minecraft

signal wharf
#

but why wait 10 tickts

livid dragon
#

i had that same problem before

#

i dont know

#

i just added it and it worked

signal wharf
#

o