Paste #42880: Untitled Paste

Date: 2017/07/01 06:33:58 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
13
14
15


runloopsstartup:
  type: world
  debug: false
  events:
    on server start:
    - run ActionbarLoopinstantly

ActionbarLoop:
  type: task
  debug: false
  script:
  - repeat 10 {
    - actionbar......
    }
  - ^run ActionbarLoopinstantly delay:5s