Advertisement
Guest User

keys

a guest
Feb 7th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.69 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: '&a&lLUCKY KLIC'
  31. lore:
  32. - '&7Klikni pravym pro'
  33. - '&7pouziti klice'
  34. itemID: 131
  35. itemData: 0
  36. glow: true
  37. winMessage: '&e<player> &7vyhral &e<prize> &7z Vote Chestky!'
  38. playerMessage: '&7Gratulujeme vyhral jste &e<prize>&7!'
  39. loot:
  40. - Diamonds
  41. - Food
  42. - Sword
  43. - Gold
  44. - Tools
  45. - CrateKey
  46. - GoldenKey
  47. golden:
  48. name: '&6&lGOLDEN KLIC'
  49. lore:
  50. - '&7Klikni pravym pro'
  51. - '&7aktivaci klice'
  52. itemID: 396
  53. itemData: 0
  54. glow: true
  55. winMessage: '&e<player> &6ziskal &e<prize> &6z Golden chestky!!'
  56. playerMessage: '&7Gratulujeme vyhral jste &e<prize>&7!'
  57. loot:
  58. - Diamonds
  59. - Food
  60. - Sword
  61. - Gold
  62. - Tools
  63. - CrateKey
  64. - GodApple
  65. - DevHead
  66. ender:
  67. name: '&5&lENDER KLIC'
  68. lore:
  69. - '&7Klikni pravym pro'
  70. - '&7aktivaci klice'
  71. itemID: 381
  72. itemData: 0
  73. glow: true
  74. winMessage: '&e<player> &6ziskal &e<prize> &6z Ender chestky!!'
  75. playerMessage: '&7Gratulujeme vyhral jste &e<prize>&7!'
  76. loot:
  77. - Diamonds
  78. - Food
  79. - Sword
  80. - Gold
  81. - Tools
  82. - CrateKey
  83. - GodApple
  84. - DevHead
  85. - GoldenKey
  86. - CrateKey
  87. file version: 0.0.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement