Advertisement
Guest User

Untitled

a guest
May 29th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. crates {
  2. command {
  3. items=[
  4. # relatively self-explanatory item format
  5. {
  6. count=1
  7. formatversion=1
  8. huskydata {
  9. reward {
  10. command="give %p minecraft:diamond 10"
  11. overrideRewardName="Diamond Box"
  12. type=command
  13. }
  14. weight=1
  15. }
  16. id="minecraft:stone"
  17. lore=[
  18. "10 Minecraft Diamond"
  19. ]
  20. name="Diamond Box"
  21. },
  22. {
  23. count=2
  24. formatversion=1
  25. huskydata {
  26. reward {
  27. overrideRewardName=BLAM
  28. type=item
  29. }
  30. weight=1
  31. }
  32. id="minecraft:dirt"
  33. lore=[
  34. Speakerbox
  35. ]
  36. name=BLAM
  37. },
  38. {
  39. count=3
  40. formatversion=1
  41. huskydata {
  42. reward {
  43. command="crate key command %p"
  44. overrideRewardName="be a sore loser"
  45. type=command
  46. }
  47. weight=1
  48. }
  49. id="minecraft:stone"
  50. lore=[
  51. "try again BOI"
  52. ]
  53. name="&4be a sore loser"
  54. },
  55. {
  56. count=4
  57. formatversion=1
  58. huskydata {
  59. reward {
  60. command="say meh"
  61. overrideRewardName=trash
  62. type=command
  63. }
  64. weight=1
  65. }
  66. id="minecraft:dirt"
  67. lore=[
  68. "10 Minecraft Diamond"
  69. ]
  70. name=trash
  71. }
  72. ]
  73. name="§e§lVote Crate"
  74. options {
  75. # optional configuration Custom crate key ID, must be valid or will cause issues.
  76. keyID="minecraft:tripwire_hook"
  77. particle1 {
  78. color=[
  79. # red,green,blue
  80. 0,
  81. 255,
  82. 0
  83. ]
  84. }
  85. particle2 {
  86. color=[
  87. 255,
  88. 0,
  89. 255
  90. ]
  91. }
  92. }
  93. spinnerOptions {
  94. # this whole block is entirely optionalOverrides the dampening from the default (1.05)
  95. dampening=1.025
  96. # min and max are not both required, note that if not defined they will default to zero.
  97. maxClickModifier=3
  98. # overrides the maxClicks from the default (45)
  99. maxClicks=100
  100. minClickModifier=-3
  101. }
  102. type=Spinner
  103. }
  104. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement