Advertisement
Guest User

Deluxe menus

a guest
Jan 27th, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. check_updates: true
  2. gui_menus:
  3. Commands:
  4. menu_title: '&aCommands Guide'
  5. open_command: Commands
  6. size: 18
  7. items:
  8. '1':
  9. material: Grass
  10. slot: 0
  11. display_name: '&aCommands for islands'
  12. lore:
  13. - '&aAll Island Commands'
  14. - '&aLearn what commands do what'
  15. left_click_commands:
  16. - '[openguimenu]Islandcommands'
  17. '2':
  18. material: DIRT
  19. data: 0
  20. amount: 1
  21. slot: 1
  22. priority: 1
  23. view_requirement: BukkitPlayer.hasPermission("exampleguimenu.item.home");
  24. display_name: '&bTeleport home'
  25. lore:
  26. - '&bClick to teleport'
  27. - '&bto your home'
  28. click_commands:
  29. - '[player] home'
  30. - '[close]'
  31. '3':
  32. material: DIRT
  33. data: 0
  34. amount: 1
  35. slot: 1
  36. priority: 2
  37. display_name: '&bTeleport to spawn'
  38. lore:
  39. - '&bClick to teleport'
  40. - '&bto the server spawn'
  41. click_commands:
  42. - '[player] spawn'
  43. - '[close]'
  44. Island Commands:
  45. menu_title: Island commands
  46. open_command: Islandcommand
  47. size: 9
  48. items:
  49. '1':
  50. material: Paper
  51. slot: 0
  52. display_name: /Island
  53. lore:
  54. - '&aThis is where you pick your island options'
  55. left_click_commands:
  56. - '[close]'
  57. right_click_commands:
  58. - '[close]'
  59. '2':
  60. material: DIRT
  61. data: 0
  62. amount: 1
  63. slot: 1
  64. priority: 1
  65. view_requirement: BukkitPlayer.hasPermission("exampleguimenu.item.home");
  66. display_name: '&bTeleport home'
  67. lore:
  68. - '&bClick to teleport'
  69. - '&bto your home'
  70. click_commands:
  71. - '[player] home'
  72. - '[close]'
  73. '3':
  74. material: DIRT
  75. data: 0
  76. amount: 1
  77. slot: 1
  78. priority: 2
  79. display_name: '&bTeleport to spawn'
  80. lore:
  81. - '&bClick to teleport'
  82. - '&bto the server spawn'
  83. click_commands:
  84. - '[player] spawn'
  85. - '[close]'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement