Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2018
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.59 KB | None | 0 0
  1. # -----------------------------------------------------
  2. # More information about Themes:
  3. # https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Themes
  4. #
  5. # Since 4.1.0 colors are set in theme.yml
  6. # -----------------------------------------------------
  7. Theme:
  8. Base:
  9. Graphs:
  10. TPS:
  11. High-Threshold: 18
  12. Medium-Threshold: 10
  13. # Free Disk space thresholds, in megabytes.
  14. Disk:
  15. High-Threshold: 500
  16. Medium-Threshold: 100
  17. Data:
  18. # How many minutes player has to stay still to be considered AFK
  19. AFKThresholdMinutes:
  20. Commands:
  21. LogUnknownCommands: false
  22. CombineCommandAliases: true
  23. Geolocations: true
  24. Ping:
  25. ServerEnableDelaySeconds: 300
  26. PlayerLoginDelaySeconds: 30
  27. KeepInactivePlayerDataForDays: 180
  28. # -----------------------------------------------------
  29. # More information about Locale
  30. # https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Localization
  31. # -----------------------------------------------------
  32. Plugin:
  33. KeepLogsForXDays:
  34. Debug: false
  35. Locale: default
  36. WriteNewLocaleFileOnEnable: false
  37. Bungee-Override:
  38. StandaloneMode: false
  39. CopyBungeeConfig: true
  40. Check-for-updates: true
  41. Notify-About-DEV-Releases: false
  42. Dev:
  43. Analysis:
  44. Export:
  45. DestinationFolder:
  46. Enabled: false
  47. AutoRefreshPeriod: 60
  48. Active:
  49. # Minutes a player should play per week to be considered active
  50. PlaytimeThreshold: 30
  51. # How many days player should join per week to be considered active
  52. LoginThreshold: 2
  53. LogProgress: true
  54. # -----------------------------------------------------
  55. Customization:
  56. Formatting:
  57. DecimalPoints:
  58. # Dates settings use Java SimpleDateFormat.
  59. # You can find the patterns & examples here:
  60. # https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  61. Dates:
  62. # RecentDays replaces date with Today, Yesterday, Wednesday etc.
  63. RecentDays: true
  64. # Non-regex pattern to replace
  65. DatePattern: 'MMM d YYYY'
  66. Full: 'MMM d YYYY, HH:mm:ss'
  67. NoSeconds: 'MMM d YYYY, HH:mm'
  68. JustClock: 'HH:mm:ss'
  69. TimeAmount:
  70. Year: '1 year, '
  71. Years: '%years% years, '
  72. Month: '1 month, '
  73. Months: '%months% months, '
  74. Day: '1d '
  75. Days: '%days%d '
  76. Hours: '%hours%h '
  77. Minutes: '%minutes%m '
  78. Seconds: '%seconds%s'
  79. Zero: '0s'
  80. UseServerTime: true
  81. Display:
  82. SessionsAsTable: false
  83. LargestWorldPercInSessionTitle: false
  84. # By Default WorldPie is ordered alphabetically, colors are still determined alphabetically.
  85. OrderWorldPieByPercentage: false
  86. MaxSessions: 50
  87. MaxPlayers: 2500
  88. MaxPlayersPlayersPage: 25000
  89. PlayerTableFooter: true
  90. PlayerIPs: true
  91. GapsInGraphData: false
  92. WorldAliases:
  93. world: world
  94. # -----------------------------------------------------
  95. Plugins:
  96. ASkyBlock:
  97. Enabled: true
  98. BuyCraft:
  99. # http://help.buycraft.net/article/36-where-to-find-the-secret-key
  100. Secret:
  101. Economy (Essentials Economy):
  102. Enabled: true
  103. Essentials:
  104. Enabled: true
  105. Factions:
  106. HideFactions:
  107. - ExampleFaction
  108. LuckPerms:
  109. Enabled: true
  110. SuperbVote:
  111. Enabled: true
  112. Towny:
  113. HideTowns:
  114. - ExampleTown
  115. # -----------------------------------------------------
  116. # Plan Bukkit Configuration file
  117. # More information about each setting:
  118. # https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Bukkit-Configuration
  119. # -----------------------------------------------------
  120. Server:
  121. ServerName: 'Skyblock'
  122. # -----------------------------------------------------
  123. # More information about SSL Certificate Settings:
  124. # https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/SSL-Certificate-%28HTTPS%29-Set-Up
  125. # -----------------------------------------------------
  126. WebServer:
  127. Port: 9001
  128. # InternalIP usually does not need to be changed, only change it if you know what you're doing!
  129. # 0.0.0.0 allocates Internal (local) IP automatically for the WebServer.
  130. InternalIP: 0.0.0.0
  131. Security:
  132. SSL-Certificate:
  133. KeyStorePath: 'SSLCertificate.keystore'
  134. KeyPass: 'default'
  135. StorePass: 'default'
  136. Alias: 'alias'
  137. # For those that want to serve Html from their own WebServer instead.
  138. # Set up Html Export (https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/External-WebServer-Use)
  139. # ATTENTION: On BungeeCord systems it is not possible to disable the WebServer on the plugin due to connection requirements.
  140. # If the WebServer is disabled with this setting BungeeCord systems will cease to function.
  141. DisableWebServer: false
  142. ExternalWebServerAddress: "https://www.example.address"
  143. # -----------------------------------------------------
  144. Database:
  145. Type: SQLite
  146. MySQL:
  147. Host: localhost
  148. Port: 3306
  149. User:
  150. Password:
  151. Database: bungee-network
  152. # Launch options to append after driver address, for example
  153. LaunchOptions: "?rewriteBatchedStatements=true&useSSL=false"
  154. # -----------------------------------------------------
  155. Commands:
  156. AlternativeIP:
  157. Enabled: true
  158. Link: division507.com:%port%
  159. Colors:
  160. Main: '&2'
  161. Secondary: '&7'
  162. Highlight: '&f'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement