Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. Settings:
  2. GUI-Size: 27 #Must be a factor of 9.
  3. Inventory-Name: '&c&lFactions &6&lGKits'
  4. GUI-Customization: #This allows you to customize unclickable items into you GUI.
  5. - 'Slot:1, Item:160:15, Name: '
  6. - 'Slot:2, Item:160:15, Name: '
  7. - 'Slot:3, Item:160:15, Name: '
  8. - 'Slot:4, Item:160:15, Name: '
  9. - 'Slot:5, Item:160:15, Name: '
  10. - 'Slot:6, Item:160:15, Name: '
  11. - 'Slot:7, Item:160:15, Name: '
  12. - 'Slot:8, Item:160:15, Name: '
  13. - 'Slot:9, Item:160:15, Name: '
  14. - 'Slot:10, Item:160:15, Name: '
  15. - 'Slot:18, Item:160:15, Name: '
  16. - 'Slot:19, Item:160:15, Name: '
  17. - 'Slot:20, Item:160:15, Name: '
  18. - 'Slot:21, Item:160:15, Name: '
  19. - 'Slot:22, Item:160:15, Name: '
  20. - 'Slot:23, Item:160:15, Name: '
  21. - 'Slot:24, Item:160:15, Name: '
  22. - 'Slot:25, Item:160:15, Name: '
  23. - 'Slot:26, Item:160:15, Name: '
  24. - 'Slot:27, Item:160:15, Name: '
  25. ###################################
  26. # Items: Options
  27. # Item: <ID:MD> - You can choose the item with its id and meta data.
  28. # Amount: <Number> - Choose how many of the item you get.
  29. # Name: <Name> - The display name that goes on the item.
  30. # Lore: <Line 1>,<Line 2>,<Line 3>,<Line 4> - The lore that will go under the enchantments. Split lines with a ','
  31. # Enchantments:<Enchantment>:<Level> - Choose vanilla enchantments here. Split each enchantment with a ','
  32. # CustomEnchantments: <Custom Enchantment>:<Level> - Choose crazy/custom enchantments here. Split enchantments with a ','
  33. # To chose a random level for the crazy/custom enchantments use like this 'CustomEnchantments:<Custom Enchantment>:<Min Level>-<Max Level>'
  34. # Example of this is shows here.
  35. # CustomEnchantments:Overload:1-5,Hulk:1-5 << this will add Hulk and Overload and pick a random level from 1-5 and set it as the power.
  36. ###################################
  37. GKitz: #GKit optons.
  38. Miner:
  39. Display:
  40. Slot: 11
  41. Item: Diamond_Pickaxe
  42. Glowing: true
  43. Name: '&d&lMiner GKit'
  44. Lore:
  45. - '&bKit to drastically help those'
  46. - '&bmake money when starting.'
  47. - ''
  48. - '&9Cooldown&8: 72 Hours'
  49. - '&8&l> &7Right click to preview.'
  50. Cooldown: 72h
  51. Items:
  52. - 'Item:278, LOOT_BONUS_BLOCKS:8, DURABILITY:5, DIG_SPEED:10, Amount:1'
  53. - Item:278, DURABILITY:5, SILK_TOUCH:1, Amount:1
  54. - Item:50, Amount:64
  55. Raider:
  56. Display:
  57. Slot: 12
  58. Item: TNT
  59. Glowing: true
  60. Name: '&c&lRaiding GKit'
  61. Lore:
  62. - '&bKit to drastically help those'
  63. - '&bwith raiding supplies.'
  64. - ''
  65. - '&9Cooldown&8L 48 Hours'
  66. - '&8&l> &7Right click to preview.'
  67. Cooldown: 48h
  68. Items:
  69. - Item:46, Amount:1152
  70. - Item:326, Amount:16
  71. - Item:327, Amount:16
  72. - Item:404, Amount:32
  73. - Item:356, Amount:32
  74. - Item:76, Amount:64
  75. - Item:331, Amount:256
  76. - Item:23, Amount:200
  77. - Item:20, Amount:64
  78. - Item:33, Amount:32
  79. - Item:29, Amount:32
  80. - Item:4, Amount:256
  81. Commands: {}
  82. Enchanter:
  83. Display:
  84. Slot: 13
  85. Item: Book
  86. Glowing: True
  87. Name: '&e&lEnchanter GKit'
  88. Lore:
  89. - '&8* &7A kit that gives you 5 Common'
  90. - '&8* &7Books, 4 Epic Books, and'
  91. - '&8* &73 Legendary Books'
  92. - ''
  93. - '&8* &eCooldown&8: &62 Days'
  94. - '&8&l> &7Right click to preview.'
  95. Cooldown: 2d
  96. Commands:
  97. - ce lostbook T1 5 %Player%
  98. - ce lostbook T2 4 %Player%
  99. - ce lostbook T3 3 %Player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement