Paste #20005: Untitled Paste

Date: 2015/09/10 17:20:40 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12


script2:
    type: world
    events:        
        if <player.health> >= 10 
        {
        - narrate "<&a><player.name>, eat! heal!"
        }
        on player places block:
       - flag global blocks:++
        - narrate "<&c><player.name>, you should stop that!<&4>"
        - determine cancelled
        - execute "gamemode 0"