Paste #12929: Untitled Paste

Date: 2015/01/14 09:07:07 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


spawn:
    type: world
    events:
    on player first login:
    - if !<player.flag[cooldown]||true>
    {
    - run spawn2
    }
    else
    {
    - execute as_server [tppos x y z] silent
    }
    - flag player cooldown duration:11m
spawn2:
    type: world
    events:
    on player first login:
    - if !<player.flag[cooldown]||true>
    {
    - run spawn
    }
    else
    {
    - execute as_server [tppos x y z] silent
    }
    - flag player cooldown duration:11m