Advertisement
Guest User

tier 1

a guest
Oct 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. Settings:
  2. Spawn-Chance: 50 #The chance that this tier will spawn.
  3. Use-Chance: true #If true then it uses the chance option in the prizes and if false then each prize has a 1/(Amount of Prizes) chance of winning.
  4. Placed-Block: '54' #The block that will be clicked when they land.
  5. Bulk-Prizes: #This allows players to win multiple prizes from one crate.
  6. Toggle: true #Toggle if players can win multiple prizes.
  7. Random: true #If true then it will pick a random bulk from 1-MaxBulk.
  8. Max-Bulk: 3 #The max amount of prizes.
  9. Hologram-Toggle: true #Toggle on and off holograms.
  10. Hologram-Hight: 1.5 #How high the hologram will be from the crate.
  11. Hologram: #Holograms only show if Holographic Displays is on the server.
  12. - '&7&l(&6&l!&7&l) Basic Crate'
  13. Firework-Toggle: false #Toggle on or off fireworks.
  14. Firework-Colors: #The colors the fireworks will be.
  15. - 'Gray'
  16. - 'Black'
  17. - 'Gold'
  18. Signal-Flare:
  19. Toggle: true
  20. Time: '15s'
  21. Colors:
  22. - 'Gray'
  23. - 'Black'
  24. - 'Gold'
  25. ###################################
  26. # Items: Options
  27. # Item: <ID:MD> - You can choose the item with its id and meta data.
  28. # Amount: <Number> - Choose how many of the item you get.
  29. # Name: <Name> - The display name that goes on the item.
  30. # Lore: <Line 1>,<Line 2>,<Line 3>,<Line 4> - The lore that will go under the enchantments. Split lines with a ','
  31. # Glowing: <True/False> - Will make the item have a glowing effect without having an enchantment on the item. (Only supports 1.7.10 - 1.11)
  32. # <Enchantment>:<Level> - Choose the enchantment you want to add to the item. You can use the in-game names of the enchantment if you want. Replace the spaces in the name with "_".
  33. ###################################
  34. Prizes: #The prizes that can be won.
  35. '1': #Prize number
  36. Chance: 70 #The chance that it will be won.
  37. Messages: #The message that will be sent to the player if won.
  38. - '&7You have just won &a$1,000&7.'
  39. Commands: #The commands that will be run when this prize is won.
  40. - 'eco give %Player% 10000'
  41. '2':
  42. Chance: 75
  43. Messages:
  44. - '&7You have just won &664 God Apples&7.'
  45. Items:
  46. - 'Item:322:1, Amount:64, Name:&dJuicy Golden Apple, Lore:&7I am a yummy apple,&7Make sure to savor my flavor.'
  47. '3':
  48. Chance: 40
  49. Messages:
  50. - '&7You have just Recieved A medium SellWand.'
  51. Commands:
  52. - 'sellwands give %player% 50'
  53. '4':
  54. Chance: 10
  55. Messages:
  56. - '&7You have just Recieved A Legendary SellWand.'
  57. Commands:
  58. - 'sellwands give %player% 100'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement