Advertisement
GingerLady420

Untitled

Dec 2nd, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 KB | None | 0 0
  1. # ######################################################################################################################################################################### #
  2. # #
  3. # ArchonCrates Keys Configuration #
  4. # #
  5. # Keys: #
  6. # default: - The keyType used to allow keys to be used on crates and to give/open crates with commands #
  7. # name: '&aCrate Key' - The display name of the key item #
  8. # lore: - The lore of the key item #
  9. # - '&7Right click a crate' #
  10. # - '&7to use the key' #
  11. # itemID: 131 - The id of the key item #
  12. # itemData: 0 - The data value of the key item #
  13. # glow: true - If true the key item will glow #
  14. # winMessage: '&e<player> &7has won &e<prize> &7in a crate!' - The message which will be broadcast if 'Broadcast Win' is true for the prize #
  15. # playerMessage: '&7Congratulations you won &e<prize>&7!' - The message which will be sent to the player if 'Player Message' is true for the prize #
  16. # loot: - A list of loot which can be won by the key #
  17. # - Diamonds #
  18. # - Food #
  19. # - Sword #
  20. # - Gold #
  21. # - Tools #
  22. # - CrateKey #
  23. # #
  24. # #
  25. # #
  26. # ######################################################################################################################################################################### #
  27.  
  28. Keys:
  29. vote:
  30. name: '&aVote Key'
  31. lore:
  32. - '&7Right click a crate'
  33. - '&7to use the key'
  34. itemID: 131
  35. itemData: 0
  36. glow: true
  37. winMessage: '&e<player> &7has won &e<prize> &7in a crate!'
  38. playerMessage: '&7Congratulations you won &e<prize>&7!'
  39. loot:
  40. - Diamonds
  41. - Food
  42. - Sword
  43. - Gold
  44. - Tools
  45. - Spider
  46. - CrateKey
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement