Advertisement
Guest User

ServerListPlus.yml

a guest
Jun 17th, 2015
620
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 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. &6Welcome &6to &bEpic&fRealm
  41. &8[&aPrison&8]
  42. - |-
  43. &bEpic&fRealm
  44. &c&lNEWS: &7&lNOW MC 1.8.3
  45. - |-
  46. &bEpic&fRealm
  47. &5&lNEWS: &7Added I and J mines.
  48. - |-
  49. &bEpic&fRealm
  50. &7Custom Plugins.
  51. Players:
  52. Slots:
  53. - '&8Use MC 1.8&7ยป &6&l%online%&c&l/&6&l%max%'
  54. Hover:
  55. - |-
  56. &aWelcome to &bEpic&fRealm
  57. &eUSE 1.8.3 FOR PRISON.
  58. &aOnline:&e&l%online% &aplayers are playing on our server!
  59. Personalized:
  60. Favicon:
  61. # Use the head of the player's skin
  62. Heads:
  63. - '%player%'
  64.  
  65. Description:
  66. - |-
  67. &bEpic&fRealm &7| &eHello, &l%player%! ^^
  68. &8[&aPrison&8]
  69. - |-
  70. &bEpic&fRealm &7| &eHello, &l%player%! ^^
  71. &c&lNEWS: &7&lNOW MC 1.8.3
  72. - |-
  73. &bEpic&fRealm
  74. &7Hey!!! Get on here &c%player%&7.
  75. - |-
  76. &bEpic&fRealm
  77. &5&lNEWS: &7Added I and J mines.
  78. - |-
  79. &bEpic&fRealm
  80. &7Custom Plugins.
  81. Players:
  82. Slots:
  83. - '&aHey, %player%! &7ยป &6&l%online%&c&l/&6&l%max%'
  84. Hover:
  85. - |-
  86. &aWelcome back, &l%player%&a!
  87. &eUSE 1.8.3 FOR PRISON.
  88. &aOnline:&e&l%online%
  89.  
  90. # Stats: Enable/disable sending plugin statistics.
  91. # PlayerTracking: Enable/disable tracking of player names to their IP-Addresses.
  92. # Unknown: Placeholder replacement if real value is unknown.
  93. # Favicon: Options for the creation / downloading of favicons:
  94. # - RecursiveFolderSearch: Also search for favicons in sub directories.
  95. # - SkinSource: The URL to get the Minecraft Skins from. (%s -> player name)
  96. # - ResizeStrategy: The strategy used to resize too small or too big favicons.
  97. # NONE (keep them as is, will probably fail), SCALE (scale them to the correct size)
  98. --- !Plugin
  99. Stats: true
  100. PlayerTracking: true
  101. Unknown:
  102. PlayerName: player
  103. PlayerCount: ???
  104. Favicon:
  105. RecursiveFolderSearch: false
  106. SkinSource: https://s3.amazonaws.com/MinecraftSkins/%s.png
  107. ResizeStrategy: SCALE
  108.  
  109. # WARNING: Changes in this section can possibly break the plugin!
  110. # Caches: Change the behaviour of the caches: http://goo.gl/oYVk0F
  111. --- !Core
  112. Caches:
  113. PlayerTracking: ''
  114. Favicon: maximumSize=512,expireAfterWrite=6h
  115. Request: expireAfterWrite=2m
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement