Paste #68756: Untitled Paste

Date: 2020/05/09 08:30:23 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


reforzado:
  type: world
  events:
    on player breaks diamond_ore:
      - if <util.random.int[1].to[2]> == 1:
        - drop <player.location> diamantereforzado
        - narrate "El jugador <player.name> consiguió un diamante" targets:<server.list_online_players>
      - else:
        - narrate 
diamantereforzado:
  type: item
  material: diamond
  display name: "\u00A7bDiamante \u00A7b\u00A7nReforzado"
  lore:
  - "\u00A79\u00A7n[Más duro que el diamante\u00A79\u00A7n]"
  enchantments:
  - durability:1