Advertisement
Guest User

Untitled

a guest
Oct 15th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. global:
  2. unlimited-mystery-boxes: false
  3. open-confirmation: true
  4. mystery-box-facing-player: true
  5. fill-mystery-vault-with-empty-slots: true
  6. inventory:
  7. mystery-vault-rows: 5
  8. confirmation-rows: 3
  9. confirmation-open-one-item-slot: 11
  10. confirmation-open-more-item-slot: 15
  11. confirmation-return-item-slot: 13
  12. mysql:
  13. enabled: false
  14. host: host
  15. datebase: datebase
  16. username: username
  17. password: password
  18. mystery-boxes:
  19. one_star:
  20. item-name: '&aCommon Mystery Box'
  21. item-lore:
  22. - '&7Open the &bMystery Box &7to'
  23. - '&7get various items!'
  24. - ''
  25. - '&7The rarity of this Mystery Box'
  26. - '&7is clasified as &aCommon&7.'
  27. - ''
  28. - '&7Quality: &eāœ¬&7āœ¬āœ¬āœ¬'
  29. - '&eClick to open!'
  30. item-type: ENDER_CHEST
  31. item-amount: 1
  32. item-data: 0
  33. falling-mystery-box-name: '{PLAYER}''s &aMystery Box'
  34. falling-mystery-box-name2: '{PLAYER}''s loot: {LOOT_NAME}'
  35. falling-mystery-box-type: ENDER_CHEST
  36. falling-mystery-box-head: false
  37. falling-mystery-box-head-name: xeRicker
  38. permission: mysteryboxes.open.one_star
  39. permission-message: '&cYou don''t have permission!'
  40. particles:
  41. mystery-vault:
  42. '1': FIREWORKS_SPARK;0;0;0;0;1
  43. '2': REDSTONE;0;0;0;10;1
  44. mystery-box:
  45. '1': FIREWORKS_SPARK;0;0;0;0;1
  46. '2': REDSTONE;0;0;0;10;1
  47. charge:
  48. '1': ENCHANTMENT_TABLE;0;0;0;1;60
  49. explosion:
  50. '1': LAVA;0;0;0;1;15
  51. '2': SMOKE_NORMAL;0;0;0;1;40
  52. '3': FLAME;0;0;0;1;40
  53. end:
  54. '1': EXPLOSION_NORMAL;1;0.5;1;0;1
  55. '2': CRIT_MAGIC;0.3;0.3;0.3;0;1
  56. loots:
  57. '50':
  58. '1':
  59. loot-name: '&3Iron Ingots'
  60. one-time-loot: true
  61. broadcast-to-player: false
  62. broadcasts:
  63. - '&bMystery Box: &e{PLAYER} &rhas found {LOOT_NAME}&r!'
  64. already-had-broadcasts:
  65. - '&bMystery Box: &e{PLAYER} &rhas found {LOOT_NAME}&r!'
  66. messages:
  67. - '&bMystery Box: &rYou have found {LOOT_NAME}&r!'
  68. already-had-messages:
  69. - '&bMystery Box: &rYou have found {LOOT_NAME}&r! Since you already had
  70. this loot before, you only receive &e2 &rof them!'
  71. commands:
  72. - give {PLAYER} minecraft:iron_ingot 5
  73. already-had-commands:
  74. - give {PLAYER} minecraft:iron_ingot 2
  75. '2':
  76. loot-name: '&3Iron Ingots'
  77. one-time-loot: true
  78. broadcast-to-player: false
  79. broadcasts:
  80. - '&bMystery Box: &e{PLAYER} &rhas found {LOOT_NAME}&r!'
  81. already-had-broadcasts:
  82. - '&bMystery Box: &e{PLAYER} &rhas found {LOOT_NAME}&r!'
  83. messages:
  84. - '&bMystery Box: &rYou have found {LOOT_NAME}&r!'
  85. already-had-messages:
  86. - '&bMystery Box: &rYou have found {LOOT_NAME}&r! Since you already had
  87. this loot before, you only receive &e2 &rof them!'
  88. commands:
  89. - give {PLAYER} minecraft:iron_ingot 5
  90. already-had-commands:
  91. - give {PLAYER} minecraft:iron_ingot 2
  92.  
  93. sounds:
  94. CHICKEN_EGG_POP:
  95. volume: 1.0
  96. pitch: 1.0
  97. ORB_PICKUP:
  98. volume: 1.0
  99. pitch: 1.0
  100. already-had-sounds:
  101. CHICKEN_EGG_POP:
  102. volume: 1.0
  103. pitch: 1.0
  104. ORB_PICKUP:
  105. volume: 1.0
  106. pitch: 1.0
  107. fireworks:
  108. '1':
  109. type: BALL
  110. flicker: false
  111. trail: false
  112. colors:
  113. - TEAL
  114. fade-colors:
  115. - WHITE
  116. already-had-fireworks:
  117. '1':
  118. type: BALL
  119. flicker: false
  120. trail: false
  121. colors:
  122. - TEAL
  123. fade-colors:
  124. - WHITE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement