Advertisement
Medzsik

Untitled

Jun 10th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1. # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! #
  2. # #
  3. # For a list of item names see https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html #
  4. # #
  5. # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! #
  6. # Number of rows of slots of your server selector menu. For example '2' will mean 2*9 = 18 slots. Max value is 6.
  7. rows: 5
  8. # This will be displayed as the title of the menu.
  9. title: 'Szerver választó'
  10. # This will be the name of the server selector item
  11. item-name: 'Szerver választó'
  12. # Item lore. For no lore, put 'none' in the first line.
  13. item-lore:
  14. - 'SkyPvP'
  15. - 'STB...'
  16. # The name of the server selector item. Specify "NONE" for no item.
  17. item: COMPASS
  18. data: 0
  19. # Give the item when a player joins?
  20. on-join: true
  21. # What slot should the item be in? Specify -1 to automatically put it in the first available slot.
  22. inv-slot: 5
  23. # URL clickable message
  24. url-message: '&3&lKattints ide!'
  25. # Command to open the menu. Specify "none" for no command. (without /)
  26. command: "menu"
  27. # Possible values for action:
  28. #
  29. # Teleport player to server
  30. # action: 'srv:skywars'
  31. #
  32. # Send player a clickable message to open a URL. Only works on spigot, not bukkit.
  33. # action: 'url:http://example.com/'
  34. #
  35. # Teleport player to world
  36. # action: 'world:skyblock'
  37. #
  38. # Execute a command. The player will need permission for this command. No / before the command.
  39. # action: 'cmd:gamemode 1'
  40. # For bungeecord commands, add a bungee: prefix. This requires https://www.spigotmc.org/resources/commandsync.115/ to be installed.
  41. # action: 'bungeecmd:glist'
  42. #
  43. # Open another selector (for submenus for example)
  44. # action: 'sel:uhc-servers'
  45. # SUPER VALUABLE TIP:
  46. # If you set the ip to 'submenu' and ping-server to true, {online} and {max} will be the combined number of players of all servers in the submenu.
  47. #
  48. # Send message
  49. # action: 'msg:&1This &2is &3a &4message'
  50. #
  51. # Close selector
  52. # action: 'close'
  53. #
  54. # Do nothing (selector stays open)
  55. # action: 'none'
  56. menu:
  57. 20: # Item in 4th slot (use 0 for first item). Add as many items as you want by copying this section and giving it a new number. This number must not be greater than (rows*9)-1
  58. # Whether the server should be pinged for information. Enables placeholders in lore.
  59. ping-server: false
  60. ip: play.example.com # Note that you can't use localhost because the plugin uses an external API by default. For more info see config.yml
  61. port: 25715
  62. action: 'srv:skypvp'
  63. # Change item count based on number of players online. Only works if ping-server is turned on. If there are more than 64 players online, the item count will be 1
  64. # Change how this works in config.yml.
  65. change-item-count: true
  66. # This value is ignored when change-item-count is turned on.
  67. item-count: 1
  68. # Online is used when ping-server is turned off, or ping-server is turned on and the server is online.
  69. online:
  70. item: DIAMOND_SWORD
  71. data: 0
  72. enchanted: true
  73. name: '&6Sky&cPvP &61'
  74. lore:
  75. - STCraft SkyPvP # These placeholders will only work if ping-server is enabled
  76. # Offline is used when ping-server is turned on and the server is offline.
  77. offline:
  78. item: DIAMOND_PICKAXE
  79. data: 0
  80. enchanted: true
  81. name: '&cSurvival'
  82. lore:
  83. - STCraft Survival
  84. 24: # Item in 4th slot (use 0 for first item). Add as many items as you want by copying this section and giving it a new number. This number must not be greater than (rows*9)-1
  85. # Whether the server should be pinged for information. Enables placeholders in lore.
  86. ping-server: false
  87. ip: ********
  88. port: ******
  89. action: 'srv:******'
  90. # Change item count based on number of players online. Only works if ping-server is turned on. If there are more than 64 players online, the item count will be 1
  91. # Change how this works in config.yml.
  92. change-item-count: true
  93. # This value is ignored when change-item-count is turned on.
  94. item-count: 1
  95. # Online is used when ping-server is turned off, or ping-server is turned on and the server is online.
  96. online:
  97. item: DIAMOND_SWORD
  98. data: 0
  99. enchanted: true
  100. name: '*****'
  101. lore:
  102. - STCraft SkyPvP # These placeholders will only work if ping-server is enabled
  103. # Offline is used when ping-server is turned on and the server is offline.
  104. offline:
  105. item: DIAMOND_PICKAXE
  106. data: 0
  107. enchanted: true
  108. name: '&cSurvival'
  109. lore:
  110. - STCraft Survival
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement