Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 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. &2&m&l---[&a&m&l-- &6&lWelcome &5To &b&lKrypton &a&m&l--&2&m&l]--- [&4&l1.8-1.13&6&l]
  39. - |-
  40. &2&m&l---[&a&m&l-- &6&lWelcome &5To &b&lKrypton &a&m&l--&2&m&l]--- [&4&l1.8-1.13&6&l]
  41. Players:
  42. Hover:
  43. - |-
  44. &f&m----------------&r &bKrypton &5Network &f&m----------------
  45.  
  46. &cWelcome to &bKrypton &5Network.
  47. &aCustom pl, Crates, Ftop.
  48.  
  49. &c** &4Details: &c**
  50. &aWebsite: &bhttps://kryptons.enjin.com/.
  51. &aDiscord: &bhttps://discord.gg/YDhyT76.
  52. &c%online%.
  53. Personalized:
  54. Description:
  55. - |-
  56. &2&m&l---[&a&m&l-- &6&lWelcome &5To &b&lKrypton &a&m&l--&2&m&l]--- [&4&l1.8-1.13&6&l]
  57. - |-
  58. &2&m&l---[&a&m&l-- &6&lWelcome &5To &b&lKrypton &a&m&l--&2&m&l]--- [&4&l1.8-1.13&6&l]
  59. Players:
  60. Hover:
  61. - |-
  62. &f&m----------------&r &bKrypton &5Network &f&m----------------
  63.  
  64. &cWelcome to &bKrypton &5Network.
  65. &aCustom plugins, Crates, Ftop.
  66.  
  67. &c** &4Details: &c**
  68. &aWebsite: &bhttps://kryptons.enjin.com/.
  69. &aDiscord: &bhttps://discord.gg/YDhyT76.
  70.  
  71. # Stats: Enable/disable sending plugin statistics.
  72. # PlayerTracking: Enable/disable tracking of player names to their IP-Addresses.
  73. # - Persistence can be disabled with the toggle in the Storage section.
  74. # Samples: Toggle using multiple player infos for the player hover message.
  75. # May prevent the annoying ... and x more ... message for bigger servers
  76. # DynamicPlayers is special and aligns the number with the number of
  77. # random players used in placeholders.
  78. # Unknown: Placeholder replacement if the real value is unknown.
  79. # Favicon: Options for the creation / downloading of favicons:
  80. # - RecursiveFolderSearch: Also search for favicons in sub directories.
  81. # - SkinSource: The URL to get the Minecraft Skins from. (%s -> player name)
  82. # - ResizeStrategy: The strategy used to resize too small or too big favicons.
  83. # NONE (keep them as is, will probably fail), SCALE (scale them to the correct size)
  84. --- !Plugin
  85. Stats: true
  86. PlayerTracking:
  87. Enabled: true
  88. Storage: !JSONStorage
  89. Enabled: true
  90. SaveDelay: 5m
  91. Samples:
  92. Multiple: false
  93. DynamicPlayers: false
  94. Unknown:
  95. PlayerName: player
  96. PlayerCount: ???
  97. Date: ???
  98. Favicon:
  99. Timeout: 10s
  100. RecursiveFolderSearch: true
  101. ResizeStrategy: SCALE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement