Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. Prefix: '&8[&cMysteryBox&8]'
  2. UpdateChecker: true
  3. Messages:
  4. MysteryBox-Already-In-Use: Sorry, but the MysteryBox is already in use.
  5. MysteryBox-No-Permission-On-Right-Click: Sorry, but you don't have permission to open. (MysteryBox.use)
  6. MysteryBox-Item-Found: '{PLAYER} won &b{ITEM}&7!'
  7. Key-Received: Your account received {AMOUNT} Key(s)!
  8. Key-Subtracted: '{AMOUNT} Key(s) have been subtracted from your account!'
  9. Title:
  10. Enabled: true
  11. Line-1: '&7You found'
  12. Line-2: '&b{ITEM}'
  13. ChestMenu:
  14. MenuName: '&cMysteryBox'
  15. KeysMissing:
  16. Line-1: '&cError'
  17. Line-2: '&7Keys missing!'
  18. KeysNotMissing:
  19. Line-1: '&eKey'
  20. Line-2: '&7Click to open!'
  21. Holograms:
  22. MysteryBox-Block-Enabled: true
  23. MysteryBox-Block: '&cMysteryBox'
  24. MysteryBox-Floating_chest-Enabled: true
  25. MysteryBox-Floating_chest: '&7{PLAYER}''s &cMysteryBox'
  26. MysteryBox-Floating_chest-Skull: ENDER_CHEST
  27. ParticleEffects:
  28. Firework:
  29. Color: LIME
  30. Fade: BLACK
  31. Particles:
  32. While-Falling:
  33. '1': FLYING_GLYPH
  34. '2': COLOURED_DUST
  35. '3': NOTE
  36. Explosion-1:
  37. '1': LARGE_SMOKE
  38. '2': EXPLOSION
  39. '3': LAVA_POP
  40. Explosion-2:
  41. '1': EXPLOSION
  42. '2': CRIT
  43. Reward:
  44. Chance-Enabled: true
  45. Rewards:
  46. VoteTokens:
  47. Name: Vote Tokens
  48. Command: token send {PLAYER} 50
  49. Chance: 30
  50. MysteryBoxKeys:
  51. Name: Mystery Box Keys
  52. Command: mb add {PLAYER} 4
  53. Chance: 30
  54. $10,000:
  55. Name: $10,000
  56. Command: eco give {PLAYER} 10000
  57. Chance: 30
  58. $25,000:
  59. Name: $25,000
  60. Command: eco give {PLAYER} 25000
  61. Chance: 30
  62. $50,000:
  63. Name: $50,000
  64. Command: eco give {PLAYER} 50000
  65. Chance: 30
  66. $100,000:
  67. Name: $100,000
  68. Command: eco give {PLAYER} 100000
  69. Chance: 30
  70. $500,000:
  71. Name: $500,000
  72. Command: eco give {PLAYER} 500000
  73. Chance: 30
  74. Backend: file
  75. Backends:
  76. file:
  77. Directory: data.yml
  78. sql:
  79. Uri: localhost/databasename
  80. Port: '3306'
  81. User: username
  82. Password: password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement