Paste #9520: Untitled Paste

Date: 2014/09/11 11:42:41 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
16


"bum":
  type: world
  debug: true
  events:



    on player right clicks with explosive_minecart:
      - cast JUMP power:3 duration:5
      - take iteminhand
      - foreach <player.location.world.players> { 
        - define world <context.entity.world> 
        - explode <def[world].players>
        } else {
        - narrate 'NOTHING'
        }