Paste #16511: Edit of P#16510 - telesafe

Date: 2015/06/16 13:49:28 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


Teleport Safe:
  type: world
  debug: false
  events:
    on player teleports:
    - flag player nodamage duration:5s

    on player damaged by fall:
    - if <player.has_flag[nodamage]> {
       - determine cancelled
      }