Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. configVersion: 1
  2.  
  3. settings:
  4. overrideKit: true # Override the /kit command
  5. overrideKits: true # Override the /kits command
  6. enableEditor: true # Should we use the editor
  7. enableList: true # Should we use the GUI list
  8. enablePreview: true # Should allow people to preview kits in the list
  9. enchantGlow: true # Enchanted items glow
  10.  
  11. hideKits: # This will always hide listed kits from the list GUI
  12. - HiddenKit
  13.  
  14. gui:
  15. default:
  16. display: "$name"
  17. lore:
  18. - "Delay: $delay seconds"
  19. - ""
  20. - "Claim: Left Click"
  21. - "Preview: Right Click"
  22. kits:
  23. tools:
  24. display: "&7Tools"
  25. lore:
  26. - "&7Delay: &f$delay"
  27. - ""
  28. - "&7Claim: &fLeft Click"
  29. - "&7Preview: &fRight Click"
  30. dtools:
  31. display: "&bDiamond Tools"
  32. lore:
  33. - "&bDelay: &f$delay"
  34. - ""
  35. - "&bClaim: &fLeft Click"
  36. - "&bPreview: &fRight Click"
  37. notch:
  38. display: "&4Notch"
  39. lore:
  40. - "&4Delay: &f$delay"
  41. - ""
  42. - "&4Claim: &fLeft Click"
  43. - "&4Preview: &fRight Click"
  44. color:
  45. display: "&4Book &9o &6Colors"
  46. lore:
  47. - "&4Delay: &f$delay"
  48. - ""
  49. - "&9Claim: &fLeft Click"
  50. - "&6Preview: &fRight Click"
  51. firework:
  52. display: "&eFirework"
  53. lore:
  54. - "&eDelay: &f$delay"
  55. - ""
  56. - "&eClaim: &fLeft Click"
  57. - "&ePreview: &fRight Click"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement