Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. {
  2. "Reward Name":
  3. {
  4. "chance": 0,
  5. "Item":
  6. [
  7. {"id":280,"Damage":0,"Count":1},
  8. {"id":"minecraft:dirt","Damage":1,"Count":1,"tag":{"display":{"Name":"blah",Lore:["HAHAHA"]}}}
  9. ],
  10. "Message":
  11. [
  12. {"message":"Custom Reward!"}
  13. ],
  14. "Command":
  15. [
  16. {"command":"/give %player minecraft:painting 1 0 {display:{Name:\"Wylds Bestest friend\",Lore:[\"You know you love me, \"]}}"}
  17. ],
  18. "Entity":
  19. [
  20. {"id":"Creeper"}
  21. ],
  22. "Experience":
  23. [
  24. {"experienceAmount":10}
  25. ],
  26. "Potion":
  27. [
  28. {"potionid":16428,"duration":16428}
  29. ],
  30. "Block":
  31. [
  32. {"XOffSet":-1,"YOffSet":1,"ZOffSet":2,"Block":"minecraft:planks", "Falling":true},
  33. {"XOffSet":-1,"YOffSet":0,"ZOffSet":2,"Block":"minecraft:planks", "Falling":true}
  34. ],
  35. "Schematic":
  36. [
  37. {"fileName":"house.schematic", "falling":true, "delay":3, "RelativeToPlayer":true}
  38. ],
  39. "Sound":
  40. [
  41. {"sound":"game.tnt.fuse"}
  42. ],
  43. "Chest":
  44. [
  45. {"item":"minecraft:dirt", "chance":100},
  46. {"item":"minecraft:stone", "chance":1},
  47. {"item":"minecraft:gravel", "chance":4}
  48. ]
  49. }
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement