Advertisement
jensie1996

Serverlist Voorbeeld Video

Apr 4th, 2017
1,172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 KB | None | 0 0
  1. # _____ __ _ _ _____ _
  2. # | __|___ ___ _ _ ___ ___| | |_|___| |_| _ | |_ _ ___
  3. # |__ | -_| _| | | -_| _| |__| |_ -| _| __| | | |_ -|
  4. # |_____|___|_| \_/|___|_| |_____|_|___|_| |__| |_|___|___|
  5. #
  6. # ServerListPlus v3.4.7 - 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. &aEen Test server.
  39. &7Nu met testen van verschillende plugins!
  40. - |-
  41. &aEen Test server.
  42. &eJip dit is een test!
  43. Players:
  44. Hover:
  45. - |-
  46. &aWelcome to &lA Minecraft Server&a!
  47. &aCurrently &e&l%online% &aplayers are playing on our server!
  48. Slots:
  49. #- '&7» &6&l%online%&c&l/&6&l%max%'
  50. #- '&7Online» &6&l%online%'
  51. Favicon:
  52. Heads:
  53. # Default skin
  54. - steve
  55. Files:
  56. #- test.png
  57. #- testGroot.png
  58. Personalized:
  59. Description:
  60. - |-
  61. &aEen Test server. &7| &eHallo, &l%player%!
  62. &7Nu met testen van verschillende plugins!
  63. - |-
  64. &aEen Test server. &7| &eHallo, &l%player%!
  65. &eJip dit is een test join in 1.11.2!
  66. Players:
  67. Hover:
  68. #- |-
  69. #&aWelcome to &lA Minecraft Network&a!
  70.  
  71. #- &aHub: &e%online@hub%/250 players online
  72. #- &aMinigames: &e%online@games%/500 players online
  73. #- &aPvP: &e%online@pvp%/250 players online
  74.  
  75. #&aJoin now and play together with %random_player% ...
  76. - |-
  77. &4Welkom bij de Test server&a!
  78.  
  79. - &5Dit is een test.
  80. #- |-
  81. #&3LOLOLOLOLOLOL
  82.  
  83. #fzesgf
  84.  
  85. Max:
  86. #- 1000
  87. #- 2000
  88. #- 3000
  89. # Ranges are also possible
  90. # A number from 1000 to 10000
  91. - 10..50
  92.  
  93. #Hidden: true
  94.  
  95. Slots:
  96. #- '&aHallo, %player%! &7» &6&l%online%&c&l/&6&l%max%'
  97. #- ''
  98.  
  99. Version:
  100. Name:
  101. - '&aSorry download &lMinecraft 1.11.2&a!'
  102.  
  103. Favicon:
  104. # Use the head of the player's skin
  105. #Heads:
  106. #- '%uuid%'
  107. #Files:
  108. #- favicon1.png
  109. #- favicon2.png
  110. #Folders:
  111. #- icons
  112. #URLs:
  113. #- https://visage.surgeplay.com/head/64/%_uuid_%
  114. URLs:
  115. - https://visage.surgeplay.com/bust/64/%_uuid_%
  116.  
  117.  
  118. Hosts:
  119. pvp.example.com:
  120. Default:
  121. Description:
  122. - |-
  123. &aDit is de PvP Server!
  124. games.example.com:
  125. Default:
  126. Description:
  127. - |-
  128. &aDit is de Games Server!
  129. 'Name/pvp':
  130. Default:
  131. Description:
  132. - |-
  133. &aDit is de PvP Server!
  134.  
  135. # Stats: Enable/disable sending plugin statistics.
  136. # PlayerTracking: Enable/disable tracking of player names to their IP-Addresses.
  137. # - Persistence can be disabled with the toggle in the Storage section.
  138. # Samples: Toggle using multiple player infos for the player hover message.
  139. # May prevent the annoying ... and x more ... message for bigger servers
  140. # DynamicPlayers is special and aligns the number with the number of
  141. # random players used in placeholders.
  142. # Unknown: Placeholder replacement if the real value is unknown.
  143. # Favicon: Options for the creation / downloading of favicons:
  144. # - RecursiveFolderSearch: Also search for favicons in sub directories.
  145. # - SkinSource: The URL to get the Minecraft Skins from. (%s -> player name)
  146. # - ResizeStrategy: The strategy used to resize too small or too big favicons.
  147. # NONE (keep them as is, will probably fail), SCALE (scale them to the correct size)
  148. --- !Plugin
  149. Stats: true
  150. PlayerTracking:
  151. Enabled: true
  152. Storage: !JSONStorage
  153. Enabled: true
  154. SaveDelay: 5m
  155. Samples:
  156. Multiple: false
  157. DynamicPlayers: false
  158. Unknown:
  159. PlayerName: player
  160. PlayerCount: ???
  161. Date: ???
  162. Favicon:
  163. Timeout: 10s
  164. RecursiveFolderSearch: false
  165. ResizeStrategy: SCALE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement