Advertisement
Guest User

config

a guest
Apr 19th, 2015
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. # _____ __ _ _ _____ _
  2. # | __|___ ___ _ _ ___ ___| | |_|___| |_| _ | |_ _ ___
  3. # |__ | -_| _| | | -_| _| |__| |_ -| _| __| | | |_ -|
  4. # |_____|___|_| \_/|___|_| |_____|_|___|_| |__| |_|___|___|
  5. #
  6. # ServerListPlus v3.3.3 - 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. &aA Minecraft Server.
  41. &7Now with [&a&lPvP&7], [&a&lMinigames&7], and much more!
  42. - |-
  43. &aA Minecraft Server.
  44. &eWe have updated our server to &lMinecraft 1.8&e!
  45. Players:
  46. Hover:
  47. - |-
  48. &f&l--------------&9&lMiners&3&lCentury&f&l--------------
  49. &8&l-----
  50. &f&l--------------&9&lMiners&3&lCentury&f&l--------------
  51. &8&l---&b&lTwitter: @MinersCentury
  52. &8&l---&b&lOwner's Twitter: @GrizzlyBearMC
  53. &8&l---&6&lWebsite:http://minerscentury.enjin.com/
  54. &8&l---&4&lYoutube:
  55. &8&l---&2&lThere is %online% players online
  56. &f&l--------------&9&lMiners&3&lCentury&f&l--------------
  57. Personalized:
  58. Description:
  59. - |-
  60. &aA Minecraft Network. &7| &eHello, &l%player%!
  61. &7Now with [&a&lPvP&7], [&a&lMinigames&7], and much more!
  62. - |-
  63. &aA Minecraft Network. &7| &eHello, &l%player%!
  64. &eWe have updated our server to &lMinecraft 1.8&e!
  65. Players:
  66. Hover:
  67. - |-
  68. &f&l--------------&9&lMiners&3&lCentury&f&l--------------
  69. &8&l-----
  70. &f&l--------------&9&lMiners&3&lCentury&f&l--------------
  71. &8&l---&b&lTwitter: @MinersCentury
  72. &8&l---&b&lOwner's Twitter: @GrizzlyBearMC
  73. &8&l---&6&lWebsite:http://minerscentury.enjin.com/
  74. &8&l---&4&lYoutube:
  75. &8&l---&2&lThere is %online% players online
  76. &f&l--------------&9&lMiners&3&lCentury&f&l--------------
  77.  
  78. # Stats: Enable/disable sending plugin statistics.
  79. # PlayerTracking: Enable/disable tracking of player names to their IP-Addresses.
  80. # Unknown: Placeholder replacement if real value is unknown.
  81. # Favicon: Options for the creation / downloading of favicons:
  82. # - RecursiveFolderSearch: Also search for favicons in sub directories.
  83. # - SkinSource: The URL to get the Minecraft Skins from. (%s -> player name)
  84. # - ResizeStrategy: The strategy used to resize too small or too big favicons.
  85. # NONE (keep them as is, will probably fail), SCALE (scale them to the correct size)
  86. --- !Plugin
  87. Stats: true
  88. PlayerTracking: true
  89. Unknown:
  90. PlayerName: player
  91. PlayerCount: ???
  92. Favicon:
  93. RecursiveFolderSearch: false
  94. SkinSource: https://s3.amazonaws.com/MinecraftSkins/%s.png
  95. ResizeStrategy: SCALE
  96.  
  97. # WARNING: Changes in this section can possibly break the plugin!
  98. # Caches: Change the behaviour of the caches: http://goo.gl/oYVk0F
  99. --- !Core
  100. Caches:
  101. PlayerTracking: ''
  102. Favicon: maximumSize=512,expireAfterWrite=6h
  103. Request: expireAfterWrite=2m
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement