Guest User

Untitled

a guest
May 31st, 2021
68
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.4.8 - http://git.io/slp
  7.  
  8. # More information is available in the Wiki: http://git.io/slp-wiki
  9.  
  10.  
  11. # This is the section where you can customize your server status ping!
  12. #  - Default is the section for the status used when the player name is unknown.
  13. #    Personalized is used if the client has already joined the server once.
  14. #    Use %player% as placeholder for the player's name.
  15. #
  16. # Features:
  17. #  - Description (MotD): A short status message for your server, max. 2 lines.
  18. #  - Players:
  19. #    - Hover: The player hover message that is displayed if you hover the player count.
  20. #    - Slots: Custom player slot formatting, see http://git.io/slp-slots
  21. #  - Favicon:
  22. #    - Use multiple server icons or the player's head as favicon, see http://git.io/oMhJlg
  23. #    - Possible favicon sources: Files, Folders, URLs, Heads, Helms, Encoded
  24. #
  25. #  More features are explained in the Wiki: http://git.io/slp-config
  26. #
  27. # Usage:
  28. #  - Add multiple entries for random messages.
  29. #  - Save the file with valid UTF-8 encoding for special characters.
  30. #  - Available placeholders:
  31. #    - Player name: %player%
  32. #    - Player count: %online%, %max%, %online@server% %online@world%
  33. #    - Random online player name: %random_player%
  34. --- !Status
  35. Default:
  36.   Description:
  37.  - |-
  38.              &5&l✦ &d&lServer &5&l✦ &8» &eComing Soon!&r
  39.            &bplay\.server\.net&8(&f1\.12 &7➟ &f1\.16&8)'
  40.   Players:
  41.     Hover:
  42.    - |-
  43.       &aWelcome to &lA Minecraft Server&a!
  44.       &aCurrently &e&l%online% &aplayers are playing on our server!
  45. Personalized:
  46.   Description:
  47.  - |-
  48.     &aA Minecraft Network. &7|  &eHello, &l%player%!
  49.     &7Now with [&a&lPvP&7], [&a&lMinigames&7], and much more!
  50.   - |-
  51.     &aA Minecraft Network. &7|  &eHello, &l%player%!
  52.     &eWe have updated our server to &lMinecraft 1.8&e!
  53.   Players:
  54.     Hover:
  55.    - |-
  56.       &aWelcome back, &l%player%&a!
  57.       &aCurrently &e&l%online% &aplayers are playing on our server!
  58.  
  59. # Stats: Enable/disable sending plugin statistics.
  60. # PlayerTracking: Enable/disable tracking of player names to their IP-Addresses.
  61. #   - Persistence can be disabled with the toggle in the Storage section.
  62. # Samples: Toggle using multiple player infos for the player hover message.
  63. #     May prevent the annoying ... and x more ... message for bigger servers
  64. #     DynamicPlayers is special and aligns the number with the number of
  65. #     random players used in placeholders.
  66. # Unknown: Placeholder replacement if the 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:
  75.   Enabled: true
  76.   Storage: !JSONStorage
  77.     Enabled: true
  78.     SaveDelay: 5m
  79. Samples:
  80.   Multiple: false
  81.   DynamicPlayers: false
  82. Unknown:
  83.   PlayerName: player
  84.   PlayerCount: ???
  85.   Date: ???
  86. Favicon:
  87.   Timeout: 10s
  88.   RecursiveFolderSearch: false
  89.   ResizeStrategy: SCALE
  90.  
  91.  
Add Comment
Please, Sign In to add comment