Advertisement
Guest User

Untitled

a guest
Apr 6th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.86 KB | None | 0 0
  1. # -----------------------------------------------------
  2. # Plan Bungee Configuration file
  3. # More information about each setting:
  4. # https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Bungee-Configuration
  5. # https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Bukkit-Configuration
  6. # -----------------------------------------------------
  7. Server:
  8. IP: 142.44.191.73
  9. Network:
  10. Name: Plan
  11. # -----------------------------------------------------
  12. Plugin:
  13. Logging:
  14. Locale: default
  15. Create_new_locale_file_on_next_enable: false
  16. Debug: false
  17. Dev: false
  18. Delete_logs_after_days: 7
  19. Update_notifications:
  20. # Display update notification on the website
  21. Check_for_updates: true
  22. Notify_about_DEV_releases: false
  23. # -----------------------------------------------------
  24. # Supported databases: MySQL
  25. # -----------------------------------------------------
  26. Database:
  27. MySQL:
  28. Host: 142.44.191.73
  29. Port: 56040
  30. User: mc48619
  31. Password: 47a6bb8a66
  32. Database: Plan
  33. # Launch options to append after mysql driver address
  34. Launch_options: "?rewriteBatchedStatements=true&useSSL=false"
  35. # -----------------------------------------------------
  36. # More information about SSL Certificate Settings:
  37. # https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/SSL-Certificate-%28HTTPS%29-Set-Up
  38. # -----------------------------------------------------
  39. Webserver:
  40. Port: 8781
  41. Alternative_IP: false
  42. # %port% is replaced automatically with Webserver.Port
  43. Address: your.domain.here:%port%
  44. # InternalIP usually does not need to be changed, only change it if you know what you're doing!
  45. # 0.0.0.0 allocates Internal (local) IP automatically for the WebServer.
  46. Internal_IP: 0.0.0.0
  47. Security:
  48. SSL_certificate:
  49. KeyStore_path: Cert.jks
  50. Key_pass: default
  51. Store_pass: default
  52. Alias: alias
  53. # For those that want to serve Html from their own WebServer instead.
  54. # Set up Html Export (https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/External-WebServer-Use)
  55. # ATTENTION: On BungeeCord systems it is not possible to disable the WebServer on the plugin due to connection requirements.
  56. # If the WebServer is disabled with this setting BungeeCord systems will cease to function.
  57. Disable_Webserver: false
  58. External_Webserver_address: "https://www.example.address"
  59. # -----------------------------------------------------
  60. Data_gathering:
  61. Geolocations: true
  62. # -----------------------------------------------------
  63. # Supported time units: MILLISECONDS, SECONDS, MINUTES, HOURS, DAYS
  64. # -----------------------------------------------------
  65. Time:
  66. # UTC used if false. Only affects Timestamps and graphs.
  67. Use_server_timezone: true
  68. Delays:
  69. Ping_server_enable_delay: 300
  70. Unit: SECONDS
  71. Ping_player_join_delay: 30
  72. Unit: SECONDS
  73. Wait_for_DB_Transactions_on_disable: 20
  74. Unit: SECONDS
  75. Thresholds:
  76. # How long player needs to be idle until Plan considers them AFK
  77. AFK_threshold: 3
  78. Unit: MINUTES
  79. # Activity Index considers last 3 weeks and uses these thresholds in the calculation
  80. # The index is a number from 0 to 5.
  81. # These numbers were calibrated with data of 250 players (Small sample size).
  82. Activity_index:
  83. Login_threshold: 2
  84. Playtime_threshold: 30
  85. Unit: MINUTES
  86. Remove_inactive_player_data_after: 180
  87. Unit: DAYS
  88. Periodic_tasks:
  89. Extension_data_refresh_every: 1
  90. Unit: HOURS
  91. Check_DB_for_server_config_files_every: 1
  92. Unit: MINUTES
  93. Clean_caches_every: 10
  94. Unit: MINUTES
  95. Clean_Database_every: 1
  96. Unit: HOURS
  97. # -----------------------------------------------------
  98. Display_options:
  99. # More information about Themes:
  100. # https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Themes
  101. Theme: default
  102. Sessions:
  103. Replace_accordion_with_table: false
  104. Show_most_played_world_in_title: true
  105. Show_on_page: 50
  106. # By Default World playtime pie is ordered alphabetically.
  107. # Colors will be determined alphabetically in any case.
  108. Order_world_pies_by_percentage: false
  109. Players_table:
  110. Show_on_server_page: 2500
  111. Show_on_players_page: 25000
  112. Open_player_links_in_new_tab: false
  113. Show_player_IPs: true
  114. Graphs:
  115. Show_gaps_in_data: false
  116. Command_colors:
  117. Main: '&2'
  118. Secondary: '&7'
  119. Highlight: '&f'
  120. # -----------------------------------------------------
  121. Formatting:
  122. Decimal_points: '#.##'
  123. Time_amount:
  124. Year: '1 year, '
  125. Years: '%years% years, '
  126. Month: '1 month, '
  127. Months: '%months% months, '
  128. Day: '1d '
  129. Days: '%days%d '
  130. Hours: '%hours%h '
  131. Minutes: '%minutes%m '
  132. Seconds: '%seconds%s'
  133. Zero: '0s'
  134. # Dates settings use Java SimpleDateFormat.
  135. # You can find the patterns & examples here:
  136. # https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  137. Dates:
  138. # Show_recent_day_names replaces day number with Today, Yesterday, Wednesday etc.
  139. Show_recent_day_names: true
  140. # Non-regex pattern to replace
  141. DatePattern: 'MMM d YYYY'
  142. Full: 'MMM d YYYY, HH:mm:ss'
  143. NoSeconds: 'MMM d YYYY, HH:mm'
  144. JustClock: 'HH:mm:ss'
  145. # -----------------------------------------------------
  146. # World aliases can be used to rename worlds and to combine multiple worlds into a group.
  147. # -----------------------------------------------------
  148. World_aliases:
  149. world: world
  150. # -----------------------------------------------------
  151. # These settings will make Plan write .js, .css, .json and .html files to some location on disk.
  152. # Relative path will render to /plugins/Plan/path
  153. # Make sure user running the server has write permissions to the path.
  154. # -----------------------------------------------------
  155. Export:
  156. HTML_Export_path: 'Analysis Results'
  157. JSON_Export_path: 'Raw JSON'
  158. Parts:
  159. JavaScript_and_CSS: false
  160. # Player pages/JSON are only written on join/leave.
  161. Player_pages: false
  162. Player_JSON: false
  163. Players_page: false
  164. Server_page: false
  165. Server_JSON: false
  166. Export_player_on_login_and_logout: false
  167. # -----------------------------------------------------
  168. # These settings affect Plugin data integration.
  169. # If a plugin is causing issues the integration can be disabled by setting Plugin_name.Enabled: false
  170. # -----------------------------------------------------
  171. Plugins:
  172. BuyCraft:
  173. # http://help.buycraft.net/article/36-where-to-find-the-secret-key
  174. Secret: "-"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement