Advertisement
TheCoolGuy123

Untitled

Jul 11th, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. # |
  2. # __ __ _______ _ _ _ _ ___ ___ |
  3. # | \/ | |__ __| | | | (_) | | |__ \ / _ \ |
  4. # | \ / |_ _| | __ _| |__ | |_ ___| |_ ) || | | | |
  5. # | |\/| | | | | |/ _` | '_ \| | / __| __| / / | | | | |
  6. # | | | | |_| | | (_| | |_) | | \__ \ |_ / /_ | |_| | |
  7. # |_| |_|\__, |_|\__,_|_.__/|_|_|___/\__| |____(_)___/ |
  8. # __/ | |
  9. # |___/ |
  10. # |
  11. # |
  12. # MyTablist2 Version 1.0 by DevXPress (GameCraft3DDev) |
  13. # |
  14. # ------------------------------------------------------------------------
  15. #
  16. # Properties:
  17. #
  18. # Enable logConsole to Enable Console logging
  19.  
  20. logConsole: true
  21.  
  22. # We use Plugin Metrics to collect Information about the Usage of the Plugin
  23. useMetrics: true
  24.  
  25. # Enable autoRefresh to set the Refresh Interval
  26. autoRefresh: false
  27.  
  28. # Refresh the tablist each x Seconds
  29. refreshInterval: 10
  30.  
  31. # You can use those variables in your tablist:
  32. #
  33. # %username% - Displays the name of the player
  34. # %displayname% - Displays the displayname of the player
  35. # %numplayers% - Displays the amount of online players
  36. # %maxplayers% - Displays the maximum amount of players
  37. # %ip-adress% - Displays the IP adress of the player
  38. # %ping% - Displays the ping of the player
  39. # %day% - Displays the system date day
  40. # %month% - Displays the system date month
  41. # %year% - Displays the system date year
  42. # %hours% - Displays the system time hour
  43. # %minutes% - Displays the system time minute
  44. # %seconds% - Displays the system time second
  45. # %version% - Displays the version of MyTablist2
  46. # %bukkitversion% - Displays the version of Bukkit (Minecraft)
  47. # %serverversion% - Displays the version of Minecraft Server
  48. # %servername% - Displays the name of the server
  49. # %serverip% - Displays the IP adress of the server
  50. # %motd% - Displays the Message of the day (MOTD)
  51. # %money% - Displays the Amount of money the Player has
  52. # %currency% - Displays the players Money currency (eg. coin/coins)
  53. # %world% - Displays the players world
  54. # %group% - Displays the Permission Group of the Player
  55. # %maxmem% - Displays the maximal Ammount of Memory in MB
  56. # %freemem% - Displays the free Ammount of Memory in MB
  57. # %curmem% - Displays the Current used Ammount of Memory in MB
  58. # %permem% - Displays the Current used Ammount of Memory in %
  59. # %permem2% - Displays the Current used Ammount of Memory in Bars (eg. 4%->||||)
  60. # %tps% - Displays the current Ticks per Second (tps)
  61. # %logins% - Displays the Unique Logins since last restart/reload
  62. #
  63. # ColorCodes are supported with '&' + Code.
  64. # You can use now special characters in your tablist. (Experimental!)
  65. #
  66. # You can set 5 self defined variables too!
  67. #
  68. # Get it with %var1%,%var2%,%var3%...
  69.  
  70. Customvars:
  71. '1': 'Jackz'
  72. '2': ''
  73. '3': ''
  74. '4': ''
  75. '5': ''
  76.  
  77. # You can check if a Player is Online WITH %player1%, %player2%, %player3%...
  78. # (Max 5 players)
  79. #
  80.  
  81. Players:
  82. '1': 'TheCoolGuy123_5'
  83. '2': ''
  84. '3': ''
  85. '4': ''
  86. '5': ''
  87.  
  88. # You can Display online users of a Group with %group1.1%, %group1.2%, %group1.3%, %group1.4%, %group1.5%, the same for %group2.1%, ...
  89. # (max 2 Groups, 5 displayed users)
  90. #
  91.  
  92. Groups:
  93. '1': 'Co-Owner'
  94. '2': 'Owner'
  95.  
  96. #
  97. # Define some custom Tablist's for each world:
  98. #
  99. # You can use one Config for several worlds.
  100. # You can add groups
  101. #For examlpe, to use remove #
  102. Configs:
  103. main:
  104. - world
  105. - world_nether
  106. - world_the_end
  107. # -> world, world_nether, world_the_end use /MyTabList2/worlds/main.yml!
  108.  
  109. #
  110. # IMPORTANT: The config files will be automatically created if a player joins into the world
  111. # Set the Default Tablist in /MyTabList2/worlds/default.yml
  112. #
  113. # IMPORTANT: If the length of a slot is bigger then 16 characters,
  114. # then will be the text of the slot reduced to 16 characters!
  115. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement