Advertisement
Momshroom

Untitled

May 20th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.01 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.     &8&l>>&7&m----------&8&l>>&f♛█♛&8&l[&b&lTrek&7&lCraft&8&l]&f♛█♛&8&l<<&7&m----------&8&l<<
  41.     &7&l>>        &ka&8&l[&b&l60+ &7&lPlugins&8&l]&7&m--&8&l[&7&lGreat Community&8&l]&ka
  42.   - |-
  43.     &8&l>>&7&m----------&8&l>>&f♛█♛&8&l[&b&lTrek&7&lCraft&8&l]&f♛█♛&8&l<<&7&m----------&8&l<<
  44.     &7&l>>      &ka&8&l[&b&lHappy New Years&8&l]&7&m--&8&l[&7&lA True &b&lNetwork&8&l]&ka
  45.   - |-
  46.     &8&l>>&7&m----------&8&l>>&f♛█♛&8&l[&b&lTrek&7&lCraft&8&l]&f♛█♛&8&l<<&7&m----------&8&l<<
  47.     &7&l>>        &ka&8&l[&b&lTowny&8&l]&7&m-- &8&l[&5&lCreative&8&l]&7&m-- &8&l[&7&lMore Soon!&8&l]&ka
  48.   Players:
  49.     Hover:
  50.    - |-
  51.       &8&ka[&b&lTrek&7&lCraft &b&lNetwork&8]&8&ka
  52.       &7&lCurrently &b&l%online% &7&lplayers are playing on &b&lTC
  53.       &8&l[&b&lTowny&8&l] [&5&lCreative&8&l]
  54.       &8&l[&7&lMore Soon!&8&l]
  55. Personalized:
  56.   Description:
  57.  - |-
  58.     &8&l>>&7&m----------&8&l>>&f♛█♛&8&l[&b&lTrek&7&lCraft&8&l]&f♛█♛&8&l<<&7&m----------&8&l<<
  59.     &fNow with &f&l[&b&lVote&f&lParty] &fAnd &f&l[&4&lCasino&f&l]
  60.   - |-
  61.     &f&l&ka&f&lA True &b&lTowny Server&f&l&ka
  62.     &f&lSurvival&4&l, &f&lMcmmo! &4And &f&l 50+ &fPlugins!
  63.   Players:
  64.     Hover:
  65.    - |-
  66.       &fWelcome To &4&lTrek&bCraft!
  67.       &fCurrently &4&l%online% &fplayers are playing on our server!
  68. Personalized:
  69. # Stats: Enable/disable sending plugin statistics.
  70. # PlayerTracking: Enable/disable tracking of player names to their IP-Addresses.
  71. # Unknown: Placeholder replacement if real value is unknown.
  72. # Favicon: Options for the creation / downloading of favicons:
  73. #  - RecursiveFolderSearch: Also search for favicons in sub directories.
  74. #  - SkinSource: The URL to get the Minecraft Skins from. (%s -> player name)
  75. #  - ResizeStrategy: The strategy used to resize too small or too big favicons.
  76. #      NONE (keep them as is, will probably fail), SCALE (scale them to the correct size)
  77. --- !Plugin
  78. Stats: true
  79. PlayerTracking: true
  80. Unknown:
  81.   PlayerName: player
  82.   PlayerCount: ???
  83. Favicon:
  84.   RecursiveFolderSearch: true
  85.   SkinSource: https://s3.amazonaws.com/MinecraftSkins/%s.png
  86.   ResizeStrategy: SCALE
  87.  
  88. # WARNING: Changes in this section can possibly break the plugin!
  89. # Caches: Change the behaviour of the caches: http://goo.gl/oYVk0F
  90. --- !Core
  91. Caches:
  92.   PlayerTracking: ''
  93.   Favicon: maximumSize=512,expireAfterWrite=6h
  94.   Request: expireAfterWrite=2m
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement