Advertisement
Guest User

custom default config

a guest
Nov 28th, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.64 KB | None | 0 0
  1. showTo: all
  2. header: '&bWelcome &6{player}'
  3. footer: '&lLobby &r&7[{players:Lobby}] {newline} &aWebsite: www.legendsoftalaria.com  |  Teamspeak: ts3.legendsoftalaria.com'
  4. shownFooterHeader: true
  5. defaultSkin: MHF_ArrowRight
  6. groupPlayers: NONE
  7. showEmptyGroups: false
  8. groupLines:
  9. - '[ALIGN LEFT]&c>>> {server}({server_player_count}):'
  10. - ' '
  11. - ' '
  12. - '{fillplayers}'
  13. #enable/disable use of custom prefixes for servers
  14. useCustomServerPrefixAlias: true
  15. #list servers you wish to create custom prefixes for.
  16. #the use of custom prefixes would use a new variable such as {customServerPrefix}
  17. #the name used below should be the alias name setup in the plugin's config file
  18. #same used for {fillplayers:<server>} function).
  19. customServerPrefixTabAlias:
  20.   Minigames: "&8(&bM&8)"
  21.   SkyBlock: "&8(&dS&8)"
  22.   Creative: "&8(&eC&8)"
  23. #add new variable to "playerlines" in manner you wish to show it.
  24. #on servers not listed in "customServerPrefixTabAlias" {fillplayers:<server>} will be shown without the custom prefixes
  25. #while any on the list will show the custom prefix when players are being filled for servers.
  26. playerLines:
  27. - '{customServerPrefix}{player}'
  28. morePlayersLines:
  29. - '... and {other_count} others'
  30. tabList:
  31. - '       &aWELCOME'
  32. - '          &aTO'
  33. - '    &aLEGENDS OF'
  34. - '       &aTALARIA'
  35. - '&a   ------------'
  36. - '&a   ------------'
  37. - '&a   ------------'
  38. - '&a   ------------'
  39. - '&b&lTowny &r&7[{players:Towny}]'
  40. - '&c&lFactions &r&7[{players:Factions}]'
  41. - '&e&lMinigames &r&7[{players:MiniGames,SkyBlock, Creative}]'
  42. - '[COLUMN=0]{fillplayers:Towny}'
  43. - '[COLUMN=1]{fillplayers:Factions}'
  44. - '[COLUMN=2]{fillplayers:MiniGames,SkyBlock, Creative}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement