Advertisement
Guest User

Untitled

a guest
Aug 20th, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.06 KB | None | 0 0
  1. # |
  2. # __ __ _______ _ _ _ _ ___ ___ |
  3. # | \/ | |__ __| | | | (_) | | |__ \ / _ \ |
  4. # | \ / |_ _| | __ _| |__ | |_ ___| |_ ) || | | | |
  5. # | |\/| | | | | |/ _` | '_ \| | / __| __| / / | | | | |
  6. # | | | | |_| | | (_| | |_) | | \__ \ |_ / /_ | |_| | |
  7. # |_| |_|\__, |_|\__,_|_.__/|_|_|___/\__| |____(_)___/ |
  8. # __/ | |
  9. # |___/ |
  10. # |
  11. # |
  12. # MyTablist2 Version 2.4 by DevXPress (GameCraft3DDev) |
  13. # |
  14. # ------------------------------------------------------------------------
  15. #
  16. # Properties:
  17. #
  18. # Enable logConsole to Enable Console logging
  19. logConsole: true
  20.  
  21. # We use Plugin Metrics to collect Information about the Usage of the Plugin. That's just basic Information: System OS, Bukkit version, plugin version etc.
  22. useMetrics: true
  23.  
  24. # This plugin has an easy API to add new Variables to this plugin. Let this true if you want that other plugins can add variables
  25. useAPI: true
  26.  
  27. # This plugin has an Automatic plugin Updater. It will download the latest version into /plugins/updater and Install it automatically after the next reload/restart.
  28. useAutoUpdater: true
  29.  
  30. # Download and Install the newest version of the plugin Automatically if enabled. If false you will just become a Message that a new Version is Available.
  31. autodownload: false
  32.  
  33. # Enable autoRefresh to set the Refresh Interval of the Tablist. Otherwise the Tablist will be only Updated when a Player Joins, Disconnects or Changes the world.
  34. autoRefresh: false
  35.  
  36. # Refresh the tablist each x Seconds
  37. refreshInterval: 10
  38.  
  39. # If enabled the rest of the tablist will be filled with empty slots. Otherwise the last entry/player will be the last slot.
  40. pingseption: false
  41.  
  42. # If enabled the Display Name (Colored or modified name) will be used in the Tablist. Otherwise the Unmodified Name will be used.
  43. useDisplayNames: true
  44.  
  45. # The text of the Header of the Tablist
  46. headerText: ''
  47.  
  48. # The text of the Footer of the Tablist
  49. footerText: ''
  50.  
  51. # You can use those variables in your tablist:
  52. #
  53. # %username% - Displays the name of the player
  54. # %displayname% - Displays the displayname of the player
  55. # %numplayers% - Displays the amount of online players
  56. # %maxplayers% - Displays the maximum amount of players
  57. # %ip-adress% - Displays the IP adress of the player
  58. # %ping% - Displays the ping of the player
  59. # %day% - Displays the system date day
  60. # %month% - Displays the system date month
  61. # %year% - Displays the system date year
  62. # %hours% - Displays the system time hour
  63. # %minutes% - Displays the system time minute
  64. # %seconds% - Displays the system time second
  65. # %version% - Displays the version of MyTablist2
  66. # %bukkitversion% - Displays the version of Bukkit (Minecraft)
  67. # %serverversion% - Displays the version of Minecraft Server
  68. # %servername% - Displays the name of the server
  69. # %serverip% - Displays the IP adress of the server
  70. # %motd% - Displays the Message of the day (MOTD)
  71. # %money% - Displays the Amount of money the Player has
  72. # %currency% - Displays the players Money currency (eg. coin/coins)
  73. # %world% - Displays the players world
  74. # %group% - Displays the Permission Group of the Player
  75. # %maxmem% - Displays the maximal Ammount of Memory in MB
  76. # %freemem% - Displays the free Ammount of Memory in MB
  77. # %curmem% - Displays the Current used Ammount of Memory in MB
  78. # %permem% - Displays the Current used Ammount of Memory in %
  79. # %permem2% - Displays the Current used Ammount of Memory in Bars (eg. 4%->||||)
  80. # %tps% - Displays the current Ticks per Second (tps)
  81. # %logins% - Displays the Unique Logins since last restart/reload
  82. # %empty% - Displays an empty slot
  83. # %mvalias% - Displays the Multiverse world Alias
  84. # %groupprefix% - Displays the players group prefix
  85. # %groupsuffix% - Displays the players group suffix
  86. # %ping!Ip!port!max% - Displays the Maximal Players of the Server with the ip:port
  87. # %ping!Ip!port!online% - Displays the Online Players of the Server with the ip:port
  88. # %skillapimana% - Display's the Mana value of Player's SkillAPI account
  89. # %skillapimanamax% - Display's the Max-Mana value of Player's SkillAPI account
  90. # %skillapiexp% - Display's Player's SkillAPI exp
  91. # %skillapineedexp% - Display's Player's needed exp for the next level in SkillAPI
  92. # %skillapilevel% - Display's Player's SkillAPI level
  93. # %skillapipoints% - Display's Player's SkillAPI points
  94. # %skillapiclassname% - Display's Player's SkillAPI class Name
  95. #
  96. # You can use Special Characters too. Look here for Information http://dev.bukkit.org/bukkit-plugins/mytablist/pages/variables/
  97. #
  98. # ColorCodes are supported with '&' + Code.
  99. #
  100. # You can set 5 self defined variables too!
  101. #
  102. # Get it with %var1%,%var2%,%var3%...
  103.  
  104. Customvars:
  105. '1': ''
  106. '2': ''
  107. '3': ''
  108.  
  109. # You can check if a Player is Online WITH %player1%, %player2%, %player3%...
  110. # (Max 5 players)
  111. #
  112.  
  113. Players:
  114. '1': ''
  115. '2': ''
  116. '3': ''
  117.  
  118. # You can Display online users of a Group with %group1.1%, %group1.2%, %group1.3%, %group1.4%, %group1.5%, the same for %group2.1%, ...
  119. # eg. %group1.1% is Member 1 of group Admins. This will display the first user of a group who is online -> TheGameHacker
  120. # (max 2 Groups, 5 displayed users)
  121. #
  122.  
  123. Groups:
  124. '1': 'Admins'
  125. '2': 'Mods'
  126.  
  127. #
  128. # Define some custom Tablist's for each world:
  129. #
  130. # You can use one Config for several worlds.
  131. # You can add groups
  132. #For examlpe, to use remove #
  133. Configs:
  134. # main:
  135. # - world
  136. # - world_nether
  137. # - world_the_end
  138. # -> world, world_nether, world_the_end use /MyTabList2/worlds/main.yml!
  139. #
  140. # IMPORTANT: The config files will be automatically created if you reload the Configs
  141. # Set the Default Tablist in /plugins/MyTabList2/worlds/default.yml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement