Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. Settings:
  2. GUI-Size: 54 #Must be a factor of 9.
  3. Inventory-Name: '&8List of all GKitz'
  4. GUI-Customization: #This allows you to customize unclickable items into you GUI.
  5. - 'Slot:1, Item:BLACK_STAINED_GLASS_PANE, Name: '
  6. - 'Slot:2, Item:BLACK_STAINED_GLASS_PANE, Name: '
  7. - 'Slot:3, Item:BLACK_STAINED_GLASS_PANE, Name: '
  8. - 'Slot:4, Item:BLACK_STAINED_GLASS_PANE, Name: '
  9. - 'Slot:5, Item:BLACK_STAINED_GLASS_PANE, Name: '
  10. - 'Slot:6, Item:BLACK_STAINED_GLASS_PANE, Name: '
  11. - 'Slot:7, Item:BLACK_STAINED_GLASS_PANE, Name: '
  12. - 'Slot:8, Item:BLACK_STAINED_GLASS_PANE, Name: '
  13. - 'Slot:9, Item:BLACK_STAINED_GLASS_PANE, Name: '
  14. - 'Slot:10, Item:BLACK_STAINED_GLASS_PANE, Name: '
  15. - 'Slot:11, Item:GRAY_STAINED_GLASS_PANE, Name: '
  16. - 'Slot:13, Item:GRAY_STAINED_GLASS_PANE, Name: '
  17. - 'Slot:15, Item:GRAY_STAINED_GLASS_PANE, Name: '
  18. - 'Slot:17, Item:GRAY_STAINED_GLASS_PANE, Name: '
  19. - 'Slot:18, Item:BLACK_STAINED_GLASS_PANE, Name: '
  20. - 'Slot:19, Item:BLACK_STAINED_GLASS_PANE, Name: '
  21. - 'Slot:20, Item:BLACK_STAINED_GLASS_PANE, Name: '
  22. - 'Slot:21, Item:BLACK_STAINED_GLASS_PANE, Name: '
  23. - 'Slot:22, Item:BLACK_STAINED_GLASS_PANE, Name: '
  24. - 'Slot:23, Item:BLACK_STAINED_GLASS_PANE, Name: '
  25. - 'Slot:24, Item:BLACK_STAINED_GLASS_PANE, Name: '
  26. - 'Slot:25, Item:BLACK_STAINED_GLASS_PANE, Name: '
  27. - 'Slot:26, Item:BLACK_STAINED_GLASS_PANE, Name: '
  28. - 'Slot:27, Item:BLACK_STAINED_GLASS_PANE, Name: '
  29. ###################################
  30. # Items: Options
  31. # Item:<Item Name> - The item that it will be. You can use meta data for the items. List of names: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  32. # Amount: <Number> - Choose how many of the item you get.
  33. # Name: <Name> - The display name that goes on the item.
  34. # Lore: <Line 1>,<Line 2>,<Line 3>,<Line 4> - The lore that will go under the enchantments. Split lines with a ','
  35. # <Enchantment>:<Level> - Choose vanilla enchantments here.
  36. # <Custom Enchantment>:<Level> - Choose a custom enchantments here.
  37. # To chose a random level for the custom or vanilla enchantments use like this '<Custom/Enchantment>:<Min Level>-<Max Level>'
  38. # Example of this is shows here.
  39. # 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.
  40. ###################################
  41. GKitz: #GKit options.
  42. Villain:
  43. Display:
  44. Slot: 16
  45. Item: 'RED_STAINED_GLASS_PANE'
  46. Glowing: true
  47. Name: '&4&lThe Villain GKit'
  48. Lore:
  49. - '&7A kit that used to be worn'
  50. - '&7into battle by a evil villain.'
  51. - ''
  52. - '&7Cooldown: &624 Hours'
  53. - '&7Available in: &6%Day%d, %Hour%h, %Minute%m, %Second%s'
  54. - '&7&l(&4&l!&7&l) &7Right click to preview'
  55. Auto-Equip: false
  56. Cooldown: '24h'
  57. Items:
  58. - 'Item:DIAMOND_HELMET, Amount:1, Name:&4&lVillain Helmet, Protection:4, Respiration:3, Thorns:3, Aqua_Affinity:1, Overload:1-5, Hulk:2-5, Glowing:0-1, Implants:0-5, Lore:&cA special helmet worn by a evil villain.,&cTake special care of this.'
  59. - 'Item:DIAMOND_CHESTPLATE, Amount:1, Name:&4&lVillain Chestplate, Protection:4, Thorns:3, Aqua_Affinity:1, Overload:0-5, Hulk:2-5, Lore:&cA special chestplate worn by a evil villain.,&cTake special care of this.'
  60. - 'Item:DIAMOND_LEGGINGS, Amount:1, Name:&4&lVillain Leggings, Protection:4, Thorns:3, Aqua_Affinity:1, Overload:0-5, Hulk:2-5, Lore:&cA special leggings worn by a evil villain.,&cTake special care of this.'
  61. - 'Item:DIAMOND_BOOTS, Amount:1, Name:&4&lVillain Boots, Protection:4, Thorns:3, Aqua_Affinity:1, Overload:0-5, Hulk:2-5, Gears:0-3, Rocket:1, Anti-Gravity:0-5, Lore:&cA special boots worn by a evil villain.,&cTake special care of this.'
  62. Fake-Items:
  63. - 'Item:BOOK, Amount:1, Name:&b&lOverLoad V, Lore:&7Gives health boost,&7when you put it on.,'
  64. Commands:
  65. - 'ce book overload 5 1 %Player%'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement