Baibee

Untitled

Jan 26th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. # ######################################################################################################################################################################### #
  2. # #
  3. # ArchonCrates Virtual Keys Configuration #
  4. # #
  5. # Virtual Keys: #
  6. # default: - The vkeyType 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. # itemID: 131 - The id of the key item #
  9. # itemData: 0 - The data value of the key item #
  10. # glow: true - If true the key item will glow #
  11. # winMessage: '&e<player> &7has won &e<prize> &7in a crate!' - The message which will be broadcast if 'Broadcast Win' is true for the prize #
  12. # playerMessage: '&7Congratulations you won &e<prize>&7!' - The message which will be sent to the player if 'Player Message' is true for the prize #
  13. # loot: - A list of loot which can be won by the key #
  14. # - Diamonds #
  15. # - Food #
  16. # - Sword #
  17. # - Gold #
  18. # - Tools #
  19. # - CrateKey #
  20. # #
  21. # #
  22. # #
  23. # ######################################################################################################################################################################### #
  24.  
  25. Virtual Keys:
  26. ultimate:
  27. name: '&5Ultimate Key'
  28. itemID: 131
  29. itemData: 0
  30. lore:
  31. - '&7Keys: &b<keyAmount>'
  32. glow: true
  33. winMessage: '&e<player> &7has won &e<prize> &7in a crate!'
  34. playerMessage: '&7Congratulations you won &e<prize>&7!'
  35. loot:
  36. - IGSPAWNERS
  37. - BLAZESPAWNERS
  38. - PIGMANZOMBIESPAWNERS
  39. - MAGMASPAWNERS
  40. - MOOSHROOMSPAWNERS
  41. - MYSTERYSPAWNER
  42. - FLYINGPOTION
  43. - GOLDENKEYS
  44. - UNIQUEKEYS
  45. - MEGAKEYS
  46. golden:
  47. name: '&6Golden Key'
  48. itemID: 396
  49. itemData: 0
  50. lore:
  51. - '&7Keys: &b<keyAmount>'
  52. glow: true
  53. winMessage: '&e<player> &6has won &e<prize> &7in a crate!'
  54. playerMessage: '&7Congratulations you won &e<prize>&7!'
  55. loot:
  56. - NEBULAKIT
  57. - ELITEKIT
  58. - HAVOCKIT
  59. - HAVOCGODKIT
  60. - OBSIDIAN
  61. - XPBOTTLES
  62. - CEGGS
  63. - MCMMO
  64. - BEDROCK1
  65. - BEDROCK8
  66. - ULTIMATEKEY
  67. - MEGAKEY
  68. - MONTHLYCRATE
Add Comment
Please, Sign In to add comment