Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # | Faction Warp GUI | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6.  
  7. fwarp-gui:
  8. name: "Faction Warps"
  9. rows: 3
  10. password-timeout: 5
  11. warp-slots:
  12. - 11
  13. - 12
  14. - 13
  15. - 14
  16. - 15
  17. dummy-slots:
  18. '0':
  19. - 0
  20. - 1
  21. - 2
  22. - 3
  23. - 4
  24. - 5
  25. - 6
  26. - 7
  27. - 8
  28. - 9
  29. - 10
  30. - 16
  31. - 17
  32. - 18
  33. - 19
  34. - 20
  35. - 21
  36. - 22
  37. - 23
  38. - 24
  39. - 25
  40. - 26
  41. warp-item:
  42. material: EYE_OF_ENDER
  43. name: "&e&l(!) &eFaction Warp: &6&n{warp}"
  44. # {warp-protected} Warp protection by password, Enabled & Disabled
  45. # {warp-cost} Warp cost
  46. lore:
  47. - ""
  48. - "&6&l * &ePassword: &7{warp-protected}"
  49. - "&6&l * &eCost: &7{warp-cost}"
  50. - ""
  51. - "&c&lNote: &7You need pay to teleport to"
  52. - "&7a faction warp. Unless it's &nDisabled&7."
  53. # Dummy Items
  54. dummy-items:
  55. # Dummy Item id, used to set the slots above
  56. '0':
  57. material: STAINED_GLASS_PANE
  58. # Color will only work on colorable materials
  59. color: BLACK
  60. name: ' '
  61. lore:
  62. - ' '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement