Paste #35969: Edit of P#35966 - Untitled Paste

Date: 2016/09/11 07:36:10 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||null> CONTAINS 'Ailes' {
          - announce "hello"
          }
          else {
          - queue clear
          }