Paste #35939: Untitled Paste

Date: 2016/09/10 17:51:32 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10


ElytraWarning:
    type: world
    events:
      on system time minutely:
      - if <player.equipment.chestplate.scriptname> == <script.name[Ailes]> {
        - announce "hello"
        }
      else {
        - queue clear
        }