Advertisement
Guest User

Untitled

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