#First join WORLD script not working

1 messages · Page 1 of 1 (latest)

worn moss
#

I run this skript to detect a first join in a specific world but It doesnt tp me on first join

#

replaced player with {_p}

hollow quest
#

on first join:
firstJoin(player)

worn moss
#

It works now but I need to change It so It only checks for the world change between hub and world

#

so I wont get teleported by going in end or nether

#
    if {beenInseason1::*} does not contain event-world:
        add event-world to {beenInseason1::*}
        teleport player to location(446.46,85.06,-141.53,world "world",179.96,-3.54)
        broadcast "§8Welcome <#5E548E>%player%<#5E548E>§8 to Season1!" ```
wise swift
#

please just use on first join: or if player has played before:

worn moss
#

cant use on first join cuz that checks first time on server