Guest User

Untitled

a guest
Jul 20th, 2025
4
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. # enchantgui.yml
  2. gui:
  3. title: "&fAvailable &6Enchantments"
  4. rows: 6
  5. filler:
  6. material: GRAY_STAINED_GLASS_PANE
  7. name: "&f"
  8. lore:
  9. - "&f"
  10. add-amount-gui:
  11. title: "&bSelect Amount"
  12. rows: 3
  13. amounts:
  14. 1:
  15. slot: 10
  16. 5:
  17. slot: 11
  18. 10:
  19. slot: 12
  20. 25:
  21. slot: 13
  22. 50:
  23. slot: 14
  24. 100:
  25. slot: 15
  26. 250:
  27. slot: 16
  28. can-afford:
  29. material: "LIME_STAINED_GLASS_PANE"
  30. name: "&a%amount%x Levels"
  31. lore:
  32. - "&7Click to apply &a%amount%x &7levels."
  33. cant-afford:
  34. material: "RED_STAINED_GLASS_PANE"
  35. name: "&c%amount%x Levels"
  36. lore:
  37. - "&7You can't afford &c%amount%x &7levels."
  38. remove-amount-gui:
  39. title: "&bSelect Amount to Remove"
  40. rows: 3
  41. amounts:
  42. 1:
  43. slot: 10
  44. 5:
  45. slot: 11
  46. 10:
  47. slot: 12
  48. 25:
  49. slot: 13
  50. 50:
  51. slot: 14
  52. 100:
  53. slot: 15
  54. 250:
  55. slot: 16
  56. item:
  57. material: LIME_STAINED_GLASS_PANE
  58. name: "&aRemove %amount%"
  59. lore:
  60. - "&7Remove this amount."
  61. - ""
  62. - "&7Refund:"
  63. - "%refund_breakdown%"
Advertisement
Add Comment
Please, Sign In to add comment