Advertisement
Guest User

Deluxe menus

a guest
Jan 27th, 2017
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 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: '&aIsland Commands'
  12. lore:
  13. - '&aAll Island Commands'
  14. - '&aLearn what commands do what'
  15. left_click_commands:
  16. - '[player] Island commands'
  17.  
  18. '2':
  19. material: DIRT
  20. data: 0
  21. amount: 1
  22. slot: 1
  23. priority: 1
  24. view_requirement: BukkitPlayer.hasPermission("exampleguimenu.item.home");
  25. display_name: '&bTeleport home'
  26. lore:
  27. - '&bClick to teleport'
  28. - '&bto your home'
  29. click_commands:
  30. - '[player] home'
  31. - '[close]'
  32. '3':
  33. material: DIRT
  34. data: 0
  35. amount: 1
  36. slot: 1
  37. priority: 2
  38. display_name: '&bTeleport to spawn'
  39. lore:
  40. - '&bClick to teleport'
  41. - '&bto the server spawn'
  42. click_commands:
  43. - '[player] spawn'
  44. - '[close]'
  45. gui_menus:
  46. Commands:
  47. Island commands:
  48. file: 'Island commands.yml'
  49.  
  50. __________________________________
  51. This is a separate file, and the command just above this should load it in, but it is ignoring the first part and only loading this part in.
  52.  
  53. menu_title: '&fIsland commands'
  54. open_command: 'Island command'
  55. size: 9
  56. items:
  57. '1':
  58. material: 'Grass'
  59. slot: 0
  60. display_name: '/Island'
  61. lore:
  62. - '&aThis is where you pick your island options'
  63. left_click_commands:
  64. - '[close]'
  65. right_click_commands:
  66. - '[close]'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement