Baibee

Untitled

Jan 26th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.67 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. mega:
  30. name: '&a&lMega 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. - GKITS
  41. - BEDROCK32
  42. - FIXHAND
  43. - FIXALL
  44. - GODRANK
  45. - TNTCRAFT
  46. - TNTFILL
  47. - CEGGS32
  48. - STACK
  49. - GOLDENKEYS
  50. - MONTHLYCRATE
  51. - RANKKEY
  52. rank:
  53. name: '&c&lRank Key'
  54. lore:
  55. - '&7Right click a crate'
  56. - '&7to use the key'
  57. itemID: 131
  58. itemData: 0
  59. glow: true
  60. winMessage: '&e<player> &7has won &e<prize> &7in a crate!'
  61. playerMessage: '&7Congratulations you won &e<prize>&7!'
  62. loot:
  63. - ELITERANK
  64. - NEBULARANK
  65. - HAVOCRANK
  66. - HAVOCGODRANK
  67. - LTAG
  68. unique:
  69. name: '&9&lUnique Key'
  70. lore:
  71. - '&7Right click a crate'
  72. - '&7to use the key'
  73. itemID: 131
  74. itemData: 0
  75. glow: true
  76. winMessage: '&e<player> &7has won &e<prize> &7in a crate!'
  77. playerMessage: '&7Congratulations you won &e<prize>&7!'
  78. loot:
  79. - TOP
  80. - FLY
  81. - JL
  82. - NV
  83. - SPECIALKIT
  84. - SKYKIT
  85. - OPAXEv1KIT
  86. - OPAXEv2KIT
Add Comment
Please, Sign In to add comment