Paste #29620: Edit of P#29619 - Right click armor stand

Date: 2016/02/03 12:47:43 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
17
18


ITEM_INFO:
    type: world
    debug: true
    events:
        on ArmorStand damaged:
        - narrate "case1"

        on ARMOR_STAND damaged:
        - narrate "case2"

        on player right click at ArmorStand:
        - narrate "case3"

        on player right clicks at ArmorStand:
        - narrate "case4"

        on player right clicks at entity:
        - narrate <c.entity.entity_type>