Paste #49620: Untitled Paste

Date: 2018/09/07 10:23:15 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


test:
  type: world
  events:
    on player joins:
    - while <player.is_online> {
      - wait 1s
      - if <player.item_in_offhand.is[==].to[i@itemscript]> {
        - cast fire_resistance p:10 d:2s }
  }