Paste #15205: Script re-paste from http://hastebin.com/iludebipep.sm

Date: 2015/04/24 16:07:29 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
17


'Spleef':
  type: item
  material: gold_spade
  display name: "La pala Spleef"
  lore:
  - Usabile solo in arena spleef
'Spleef_effect':
  type: world
  debug: true
  events:
    on player right clicks with i@Spleef:
    - shoot snowball speed:5 spread:3
    on player damages block:
    - if <player.item_in_hand.scriptname||null> == i@Spleef {
      - announce "meep"
      }
    - queue clear