Advertisement
Guest User

Untitled

a guest
Jan 1st, 2020
22,740
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. menus:
  2. server-navigation:
  3. #You're using this name to access to this menu from anywhere in the configuration where you have action option
  4. #Just use for action {openmenu:menu-name}
  5. name: "server-navigation"
  6. menu-title: "&bServer Navigation"
  7. menu-size: 27
  8. items:
  9. item-1:
  10. name: "&e&nFactions&b &7| &cSeason I"
  11. material: "TNT"
  12. durability: 0
  13. slot: 12
  14. command:
  15. enabled: true
  16. #Put command without /
  17. execute: "joinqueue factions"
  18. action: ""
  19. lore:
  20. - ""
  21. - " &7* &bVersion&7: &31.7.x - 1.14.x"
  22. - " &7* &bOnline&7: &3{online-factions}"
  23. - " &7* &bStatus&7: &3{status-factions}"
  24. - " &7* &bIn-Queue&7: &3{queued-factions}"
  25. - ""
  26. - "&eClick to join the &b&lFactions &equeue&7."
  27. item-2:
  28. name: "&e&nUHC&b &7| &cSeason I"
  29. material: "GOLDEN_APPLE"
  30. durability: 0
  31. slot: 16
  32. command:
  33. enabled: true
  34. #Put command without /
  35. execute: "joinqueue uhc"
  36. action: ""
  37. lore:
  38. - ""
  39. - " &7* &6Version&7: &e1.7.x - 1.8.x"
  40. - " &7* &6Online&7: &e{online-uhc}"
  41. - " &7* &6Status&7: &e{status-uhc}"
  42. - " &7* &6In-Queue&7: &e{queued-uhc}"
  43. - ""
  44. - "&eClick to join the &6&lUHC &equeue&7."
  45. item-3:
  46. name: "&b&l&nLobby Servers"
  47. material: "ENDER_PEARL"
  48. durability: 0
  49. slot: 14
  50. command:
  51. enabled: false
  52. #Put command without /
  53. execute: ""
  54. action: "{openmenu:hub-servers}"
  55. close-inventory: true
  56. lore:
  57. - ""
  58. - "&7Click to choose your"
  59. - "&7lobby server."
  60. - ""
  61. - " &7* &9Total count&7: &b{count:hub01:hub02:hub03}"
  62. - ""
  63. hub-servers:
  64. name: "hub-servers"
  65. menu-title: "&bHub Servers"
  66. menu-size: 9
  67. items:
  68. item-1:
  69. name: "&e&nHub&b &b#1"
  70. material: "ENDER_PEARL"
  71. durability: 0
  72. slot: 1
  73. command:
  74. enabled: true
  75. #Put command without /
  76. execute: "joinqueue hub01"
  77. action: ""
  78. lore:
  79. - ""
  80. - " &7* &bOnline&7: &3{online-hub01}"
  81. - " &7* &bStatus&7: &3{status-hub01}"
  82. - ""
  83. - "&eClick to join the &b&lHub-01 &equeue&7."
  84. item-2:
  85. name: "&e&nHub&b &b#2"
  86. material: "ENDER_PEARL"
  87. durability: 0
  88. slot: 2
  89. command:
  90. enabled: false
  91. #Put command without /
  92. execute: "joinqueue hub02"
  93. action: ""
  94. close-inventory: false
  95. lore:
  96. - ""
  97. - " &7* &bOnline&7: &3{online-hub02}"
  98. - " &7* &bStatus&7: &3{status-hub02}"
  99. - ""
  100. - "&cYou're connected to this server."
  101. item-3:
  102. name: "&e&nHub&b &b#3"
  103. material: "ENDER_PEARL"
  104. durability: 0
  105. slot: 3
  106. command:
  107. enabled: true
  108. #Put command without /
  109. execute: "joinqueue hub03"
  110. action: ""
  111. lore:
  112. - ""
  113. - " &7* &bOnline&7: &3{online-hub03}"
  114. - " &7* &bStatus&7: &3{status-hub03}"
  115. - ""
  116. - "&eClick to join the &b&lHub-03 &equeue&7."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement