Paste #46103: Untitled Paste

Date: 2018/01/01 06:15:01 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10


pvpfirst:
    type: world
    debug: false
    events:
        on player joins:
        - if !<player.has_flag[joined]> {
          - execute as_server pex user group add PVP-1
          - flag player joined
          - queue clear
        {