Paste #36760: Untitled Paste

Date: 2016/10/08 19:56:58 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


csdiamondaxe:
  type: item
  material: i@diamond_axe
  display name: '<&2>Socketed Diamond Axe (Unique)'
  shapeless_recipe: i@diamond_axe|i@ender_eye
  lore:
  - "<&7>This axe has sockets!"
  - "<&2>(Socket)"
  - "<&7>Find a <&2>Socket Gem<&7> to fill a <&2>(Socket)"

blacksmithsocketcheck:
  type: world
  events: 
    on csdiamondaxe recipe formed:
    - if <player.heroes.level[Blacksmith]> < 5 {
      - determine: i@air }