Paste #33995: UpToNow

Date: 2016/06/04 15:26:36 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


bossnpc:
    type: world
    events:
       on entity kills entity:
        - if '<context.entity.name>' == 'MiniBoss' {
           - execute as_server "cc give physical legendary 1 <context.damager.name>"
           - execute as_server "simplebroadcast broadcast &6<context.damager.name> &7hat den Boss &4&lArgadon &7gekillt und hat einen &a&lLE&b&lGE&e&lND&d&lAR&f&lY&7 &6&lKey &7erhalten!"
           - modifyblock 'li@l@426,48,418,mainworld' stone
        }