Advertisement
Guest User

Keys MrJenteZ

a guest
Dec 9th, 2015
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.70 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. default:
  30. name: '&aCrate 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. - CrateKey
  46. golden:
  47. name: '&6Golden Key'
  48. lore:
  49. - '&7Right click a crate'
  50. - '&7to use the key'
  51. itemID: 396
  52. itemData: 0
  53. glow: true
  54. winMessage: '&e<player> &6has won &e<prize> &7in a crate!'
  55. playerMessage: '&7Congratulations you won &e<prize>&7!'
  56. loot:
  57. - Diamonds
  58. - Food
  59. - Sword
  60. - Gold
  61. - Tools
  62. - CrateKey
  63. - GodApple
  64. - Your Head
  65. - Donator Rank
  66. unique:
  67. name: '&6Unique Key'
  68. lore:
  69. - '&7Right click a crate'
  70. - '&7to use the key'
  71. itemID: 371
  72. itemData: 0
  73. glow: true
  74. winMessage: '&6<player> &6has won &e<prize> &6in a crate!'
  75. playerMessage: '&6Congratulations you won &e<prize>&6!'
  76. loot:
  77. - Diamonds
  78. - Food
  79. - Sword
  80. - Gold
  81. - Tools
  82. - CrateKey
  83. - GodApple
  84. - Your Head
  85. - NetherStar
  86. - Emeralds
  87. - Donator Rank
  88. file version: 0.0.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement