timbru31

Untitled

Mar 24th, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.89 KB | None | 0 0
  1. #             TabConfig            #
  2. #       Simple config based        #
  3. #      custom tab list for the     #
  4. #              TabAPI              #
  5. #                                  #
  6. #          Double0negative         #
  7. #         http://mc-sg.org         #
  8.  
  9.  
  10. #Do we want to update the tab list for everyone
  11. #on login and logout? On large servers with constant
  12. #logins and logouts this can cause high datausage and
  13. #cpu load.
  14.  
  15. updateAllOnPlayerLogin: true
  16. updateAllOnPlayerLogout: true
  17.  
  18. #Change the update time in ticks. Higher update times
  19. #will result in more data usage. Setting this to -1
  20. #will disable continous updates.
  21.  
  22. updateTimer: 100
  23.  
  24.  
  25. #Set the global tab
  26. #format
  27. #
  28. #
  29. #row1:
  30. # - column1
  31. # - column2
  32. # - column3
  33. #row2:
  34. # - column1
  35. # - column2
  36. # - column3
  37. #
  38. #
  39. # Variables:
  40. # {online}      = players online
  41. # {max}         = max players online
  42. # {player}      = player name
  43. # {displayname} = player display name (what shows up in chat)
  44. # {tabname}     = player tab name (what normally shows up in the tab)
  45. # {servername}  = Server name
  46. #
  47. # {fillplayers} = auto fill the reset of the tab with the online player list
  48. #
  49. # {ping!serverip.com!online} = Pings an external server for online players
  50. # {ping!serverip.com!max}    = Pings an external server for max players
  51. #
  52. # {factionname} = Displays the name of the faction, otherwise None!
  53. # {factionpower} = Shows the power of a user
  54. # {rank} = Shows the rank (group) of a user from GroupManager
  55. #
  56. # NOTES: Max char lenght per slot is 16 characters. no two tabs can be identical.
  57. #        If your tab is 14 char or less long a unique char sequence will be added
  58. #        to the end of the tab making it unique.  
  59. #
  60. #
  61. #
  62.  
  63.  
  64. tab:
  65.   1:
  66.   - '&6Faction-Name: '
  67.   - '{factionname}'
  68.   2:
  69.   - '&6Faction-Power: '
  70.   - '{factionpower}'
  71.   3:
  72.   4:
  73.   5:
  74.   6:
  75.   7:
  76.   8:
  77.   9:
  78.  - '&4Players'
  79.   - '{fillplayers}'
Advertisement
Add Comment
Please, Sign In to add comment