Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.43 KB | None | 0 0
  1. #      _____                     __    _     _   _____ _
  2. #     |   __|___ ___ _ _ ___ ___|  |  |_|___| |_|  _  | |_ _ ___
  3. #     |__   | -_|  _| | | -_|  _|  |__| |_ -|  _|   __| | | |_ -|
  4. #     |_____|___|_|  \_/|___|_| |_____|_|___|_| |__|  |_|___|___|
  5. #
  6. # ServerListPlus v3.3.1 - 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 OlympusCraft > play.olympuscraft.co
  41.     &7Prison - Faction - Survival Games
  42.   - |-
  43.     &aA OlympusCraft > play.olympuscraft.co
  44.     &7Prison - Faction - Survival Games
  45.   Players:
  46.     Hover:
  47.    - |-
  48.       &aWelcome to &lA Minecraft Server&a!
  49.       &aCurrently &e&l%online% &aplayers are playing on our server!
  50. Personalized:
  51.   Description:
  52.  - |-
  53.     &aA Minecraft Network. &7|  &eHello, &l%player%!
  54.     &7Now with [&a&lPvP&7], [&a&lMinigames&7], and much more!
  55.   - |-
  56.     &aA Minecraft Network. &7|  &eHello, &l%player%!
  57.     &eWe have updated our server to &lMinecraft 1.8&e!
  58.   Players:
  59.     Hover:
  60.    - |-
  61.       &aWelcome back, &l%player%&a!
  62.       &aCurrently &e&l%online% &aplayers are playing on our server!
  63.  
  64. # Stats: Enable/disable sending plugin statistics.
  65. # PlayerTracking: Enable/disable tracking of player names to their IP-Addresses.
  66. # Unknown: Placeholder replacement if real value is unknown.
  67. # Favicon: Options for the creation / downloading of favicons:
  68. #  - RecursiveFolderSearch: Also search for favicons in sub directories.
  69. #  - SkinSource: The URL to get the Minecraft Skins from. (%s -> player name)
  70. #  - ResizeStrategy: The strategy used to resize too small or too big favicons.
  71. #      NONE (keep them as is, will probably fail), SCALE (scale them to the correct size)
  72. --- !Plugin
  73. Stats: true
  74. PlayerTracking: true
  75. Unknown:
  76.   PlayerName: player
  77.   PlayerCount: ???
  78. Favicon:
  79.   RecursiveFolderSearch: false
  80.   SkinSource: https://s3.amazonaws.com/MinecraftSkins/%s.png
  81.   ResizeStrategy: SCALE
  82.  
  83. # WARNING: Changes in this section can possibly break the plugin!
  84. # Caches: Change the behaviour of the caches: http://goo.gl/oYVk0F
  85. --- !Core
  86. Caches:
  87.   PlayerTracking: ''
  88.   Favicon: maximumSize=512,expireAfterWrite=6h
  89.   Request: expireAfterWrite=2m
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement