Paste #5392: Quest

Date: 2014/06/18 15:46:54 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


HorseCleanup:
    type: task
    script:
    - remove <npc.location.find.entities[HORSE].within[5]>
    - modifyblock l@-395,72,76,ST m@air

RancherCleanupWorld:
    type: world
    events:
        on server start:
        - if <l@-395,72,76,ST.material> == m@fence {
         - modifyblock l@-395,72,76,ST m@air
         }