Paste #46568: Tetherball

Date: 2018/02/04 02:15:23 UTC-08: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
16


TetherBall:
    type: task
    script:
    - modifyblock <player.location> 85 height:8
    - spawn chicken <player.location> save:tetherball
    - leash <entry[tetherball].spawned_entities.get[1]> holder:<player.location.add[0,7,0]>
    - narrate <entry[tetherball].spawned_entities>
    - narrate <entry[tetherball].spawned_entities.get[1]>


GadgetDetector:
    type: world
    events:

        on entity damaged:
        - determine cancelled