Advertisement
Jedibrysen

SERVERLISTPLUS PLZ FIX

Mar 21st, 2015
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. # _____ __ _ _ _____ _
  2. # | __|___ ___ _ _ ___ ___| | |_|___| |_| _ | |_ _ ___
  3. # |__ | -_| _| | | -_| _| |__| |_ -| _| __| | | |_ -|
  4. # |_____|___|_| \_/|___|_| |_____|_|___|_| |__| |_|___|___|
  5. #
  6. # ServerListPlus v3.3.2 - http://git.io/slp
  7. # > The most customizable server status ping plugin for Minecraft!
  8. # Copyright (c) 2014, Minecrell <https://github.com/Minecrell>
  9.  
  10. # More information is available in the Wiki: http://git.io/slp-wiki
  11.  
  12.  
  13. # This is the section where you can customize your server status ping!
  14. # - Default is the section for the status used when the player name is unknown.
  15. # Personalized is used if the client has already joined the server once.
  16. # Use %player% as placeholder for the player's name.
  17. #
  18. # Features:
  19. # - Description (MotD): A short status message for your server, max. 2 lines.
  20. # - Players:
  21. # - Hover: The player hover message that is displayed if you hover the player count.
  22. # - Slots: Custom player slot formatting, see http://git.io/slp-slots
  23. # - Favicon:
  24. # - Use multiple server icons or the player's head as favicon, see http://git.io/oMhJlg
  25. # - Possible favicon sources: Files, Folders, URLs, Heads, Helms, Encoded
  26. #
  27. # More features are explained in the Wiki: http://git.io/slp-config
  28. #
  29. # Usage:
  30. # - Add multiple entries for random messages.
  31. # - Save the file with valid UTF-8 encoding for special characters.
  32. # - Available placeholders:
  33. # - Player name: %player%
  34. # - Player count: %online%, %max%, %online@server% %online@world%
  35. # - Random online player name: %random_player%
  36. --- !Status
  37. Default:
  38. Description:
  39. - |-
  40. &eHello, %player%! &7| &a&l<<&b&lJedi&4&lServer&6&lHub!&a&l>>
  41. &9Currently 1.8! &0[&bMain-Owner/Editor&0] &aJedibrysen!
  42. Players:
  43. Hover:
  44. - |-
  45. &aWelcome to, &bJedi&4Server&6Hub!
  46.  
  47. &aCurrently &e&l%online% &aplayers are playing on our server!
  48.  
  49. &aWe have many MiniGames like:
  50. - &cHunger Games!
  51. - &4PvP!
  52. - &1BasketBall!
  53. - &6SkyBlock!
  54. - &cTnT &6Run!
  55. - &bFactions!
  56. - &aSurvival!
  57. - &2Building!
  58. - &9Mob Arena!
  59. - &5Parkour!
  60. - &dOne in the Chamber!
  61.  
  62. &aJoin now and play together with %random_player% ...
  63. Personalized:
  64. Description:
  65. - |-
  66. &eHello, %player%! &7| &a&l<<&b&lJedi&4&lServer&6&lHub!&a&l>>
  67. &9Currently 1.8! &0[&bMain-Owner/Editor&0] &aJedibrysen!
  68. - |-
  69. &eHello, %player%! &7| &a&l<<&b&lJedi&4&lServer&6&lHub!&a&l>>
  70. &9Currently 1.8! &0[&bMain-Owner/Editor&0] &aJedibrysen!
  71. Players:
  72. Hover:
  73. - |-
  74. &aWelcome to, &bJedi&4Server&6Hub!
  75.  
  76. &aCurrently &e&l%online% &aplayers are playing on our server!
  77.  
  78. &aWe have many MiniGames like:
  79. - &cHunger Games!
  80. - &4PvP!
  81. - &1BasketBall!
  82. - &6SkyBlock!
  83. - &cTnT &6Run!
  84. - &bFactions!
  85. - &aSurvival!
  86. - &2Building!
  87. - &9Mob Arena!
  88. - &5Parkour!
  89. - &dOne in the Chamber!
  90.  
  91. &aJoin now and play together with %random_player% ...
  92.  
  93. # Stats: Enable/disable sending plugin statistics.
  94. # PlayerTracking: Enable/disable tracking of player names to their IP-Addresses.
  95. # Unknown: Placeholder replacement if real value is unknown.
  96. # Favicon: Options for the creation / downloading of favicons:
  97. # - RecursiveFolderSearch: Also search for favicons in sub directories.
  98. # - SkinSource: The URL to get the Minecraft Skins from. (%s -> player name)
  99. # - ResizeStrategy: The strategy used to resize too small or too big favicons.
  100. # NONE (keep them as is, will probably fail), SCALE (scale them to the correct size)
  101. --- !Plugin
  102. Stats: true
  103. PlayerTracking: true
  104. Unknown:
  105. PlayerName: player
  106. PlayerCount: ???
  107. Favicon:
  108. RecursiveFolderSearch: false
  109. SkinSource: https://s3.amazonaws.com/MinecraftSkins/%s.png
  110. ResizeStrategy: SCALE
  111.  
  112. # WARNING: Changes in this section can possibly break the plugin!
  113. # Caches: Change the behaviour of the caches: http://goo.gl/oYVk0F
  114. --- !Core
  115. Caches:
  116. PlayerTracking: ''
  117. Favicon: maximumSize=512,expireAfterWrite=6h
  118. Request: expireAfterWrite=2m
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement