Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
924
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.51 KB | None | 0 0
  1.  1:
  2.     default:
  3.       random:
  4.         1:
  5.           type: item
  6.           item:
  7.             material: STONE
  8.             quantity: 16
  9.           chance: 0.5
  10.         2:
  11.           type: command
  12.           commands:
  13.              - "say Merry christmas, %PLAYER%!"
  14.           chance: 0.3
  15.         3:
  16.           type: item
  17.           item:
  18.             material: GOLD_INGOT
  19.             quantity: 16
  20.           chance: 0.1
  21.     donor:
  22.       type: item
  23.       item:
  24.         material: GOLD_INGOT
  25.         quantity: 32
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement