Paste #38220: Untitled Paste

Date: 2016/12/09 18:21:16 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20


FunBoxTwo:
    type: world
    events:
        on player joins:
        - if <player.in_group[dumbass].world[global]>
        {
            - if <player.location.y> != -500
            - execute as_op "minecraft:tp ~ -500 ~"
            - execute "as_op gamemode spectator"
        }
        on player walks:
        - if <player.in_group[dumbass].world[global]>
        {
            - determine cancelled
        }
        on player chats:
        - if <player.in_group[dumbass].world[global]>
        {
            - determine cancelled
        }