Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 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. - " &7&m-&8&m]&7&m--&8&m[&e&l Hype&6&lMC &c[&c1.12x&c] &8&m]&7&m--&8&m[&7&m-&e&l \n &6&l&k;&4&L&k;&6&l&k;&4&L&k;&e&l I edycja! &cJuz niedlugo! &6&l&k;&4&L&k;&6&l&k;&4&L&k;"
  38.  
  39. - " &7&m-&8&m]&7&m--&8&m[&e&l Hype&6&lMC &c[&c1.12x&c] &8&m]&7&m--&8&m[&7&m-&e&l \n &6&l&k;&4&L&k;&6&l&k;&4&L&k;&e&l I edycja! &cJuz niedlugo! &6&l&k;&4&L&k;&6&l&k;&4&L&k;"
  40. Players:
  41. Slots:
  42. - '&c[ONLINE] &f%online%&8/&71000'
  43. Hover:
  44. - "&e&lHype&6&lMC\n&7Wersja &c1.12x"
  45.  
  46.  
  47. Personalized:
  48. Description:
  49. - " &7&m-&8&m]&7&m--&8&m[&e&l Hype&6&lMC &c[&c1.12x&c] &8&m]&7&m--&8&m[&7&m-&e&l \n &e&l&k;&6&L&k;&c&l&k;&4&L&k;&e&l I edycja! &cJuz niedlugo! &4&l&k;&c&L&k;&6&l&k;&e&L&k;"
  50. - " &7&m-&8&m]&7&m--&8&m[&e&l Hype&6&lMC &c[&c1.12x&c] &8&m]&7&m--&8&m[&7&m-&e&l \n &e&l&k;&6&L&k;&c&l&k;&4&L&k;&e&l I edycja! &cJuz niedlugo! &4&l&k;&c&L&k;&6&l&k;&e&L&k;"
  51. Players:
  52. Hover:
  53. - "&e&lHype&6&lMC\n&7Wersja &c1.12x"
  54.  
  55.  
  56. # Stats: Enable/disable sending plugin statistics.
  57. # PlayerTracking: Enable/disable tracking of player names to their IP-Addresses.
  58. # - Persistence can be disabled with the toggle in the Storage section.
  59. # Samples: Toggle using multiple player infos for the player hover message.
  60. # May prevent the annoying ... and x more ... message for bigger servers
  61. # DynamicPlayers is special and aligns the number with the number of
  62. # random players used in placeholders.
  63. # Unknown: Placeholder replacement if the real value is unknown.
  64. # Favicon: Options for the creation / downloading of favicons:
  65. # - RecursiveFolderSearch: Also search for favicons in sub directories.
  66. # - SkinSource: The URL to get the Minecraft Skins from. (%s -> player name)
  67. # - ResizeStrategy: The strategy used to resize too small or too big favicons.
  68. # NONE (keep them as is, will probably fail), SCALE (scale them to the correct size)
  69. --- !Plugin
  70. Stats: true
  71. PlayerTracking:
  72. Enabled: true
  73. Storage: !JSONStorage
  74. Enabled: true
  75. SaveDelay: 5m
  76. Samples:
  77. Multiple: false
  78. DynamicPlayers: false
  79. Unknown:
  80. PlayerName: player
  81. PlayerCount: ???
  82. Date: ???
  83. Favicon:
  84. Timeout: 10s
  85. RecursiveFolderSearch: false
  86. ResizeStrategy: SCALE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement