Advertisement
edce

Untitled

Dec 22nd, 2018
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. Theme:
  2. Base:
  3. Font:
  4. FontStyleSheet: https://fonts.googleapis.com/css?family=Quicksand:300,400
  5. FontFamily: "'Quicksand', sans-serif"
  6. # -----------------------------------------------------
  7. # Plan Bungee Configuration file
  8. # More information about each setting:
  9. # https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Bungee-Configuration
  10. # https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Bukkit-Configuration
  11. # -----------------------------------------------------
  12. Server:
  13. IP: division507.com
  14. Plugin:
  15. KeepLogsForXDays:
  16. Debug: 'false'
  17. Locale: default
  18. Check-for-updates: true
  19. Notify-About-DEV-Releases: false
  20. Analysis:
  21. Export:
  22. DestinationFolder:
  23. Enabled: false
  24. AutoRefreshPeriod: 60
  25. Active:
  26. # Minutes a player should play per week to be considered active
  27. PlaytimeThreshold: 30
  28. # How many days player should join per week to be considered active
  29. LoginThreshold: 2
  30. # -----------------------------------------------------
  31. Customization:
  32. Formatting:
  33. DecimalPoints:
  34. Dates:
  35. # RecentDays replaces date with Today, Yesterday, Wednesday etc.
  36. RecentDays: true
  37. # Non-regex pattern to replace
  38. DatePattern: 'MMM d YYYY'
  39. Full: 'MMM d YYYY, HH:mm:ss'
  40. NoSeconds: 'MMM d YYYY, HH:mm'
  41. JustClock: 'HH:mm:ss'
  42. TimeAmount:
  43. Year: '1 year, '
  44. Years: '%years% years, '
  45. Month: '1 month, '
  46. Months: '%months% months, '
  47. Day: '1d '
  48. Days: '%days%d '
  49. Hours: '%hours%h '
  50. Minutes: '%minutes%m '
  51. Seconds: '%seconds%s'
  52. Zero: '0s'
  53. UseServerTime: true
  54. Display:
  55. SessionsAsTable: false
  56. LargestWorldPercInSessionTitle: false
  57. # By Default WorldPie is ordered alphabetically, colors are still determined alphabetically.
  58. OrderWorldPieByPercentage: false
  59. MaxSessions: 50
  60. MaxPlayers: 2500
  61. MaxPlayersPlayersPage: 25000
  62. PlayerTableFooter: true
  63. PlayerIPs: true
  64. GapsInGraphData: false
  65. # -----------------------------------------------------
  66. Plugins:
  67. BuyCraft:
  68. # http://help.buycraft.net/article/36-where-to-find-the-secret-key
  69. Secret:
  70. Network:
  71. Name: Plan
  72. # -----------------------------------------------------
  73. # More information about SSL Certificate Settings:
  74. # https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/SSL-Certificate-%28HTTPS%29-Set-Up
  75. # -----------------------------------------------------
  76. WebServer:
  77. Port: 9001
  78. InternalIP: 0.0.0.0
  79. Security:
  80. SSL-Certificate:
  81. KeyStorePath: 'SSLCertificate.keystore'
  82. KeyPass: 'default'
  83. StorePass: 'default'
  84. Alias: 'alias'
  85. # -----------------------------------------------------
  86. Database:
  87. MySQL:
  88. Host: localhost
  89. Port: 3306
  90. User: cedu
  91. Password: divisiondsg
  92. Database: bungee-network
  93. # Launch options to append after driver address, for example
  94. LaunchOptions: "?rewriteBatchedStatements=true&useSSL=false"
  95. # -----------------------------------------------------
  96. Commands:
  97. AlternativeIP:
  98. Enabled: true
  99. Link: division507.com:%port%
  100. Colors:
  101. Main: '&2'
  102. Secondary: '&7'
  103. Highlight: '&f'
  104. Data:
  105. # How many minutes player has to stay still to be considered AFK
  106. AFKThresholdMinutes: 3
  107. Commands:
  108. LogUnknownCommands: false
  109. CombineCommandAliases: true
  110. Geolocations: true
  111. Ping:
  112. ServerEnableDelaySeconds: 300
  113. PlayerLoginDelaySeconds: 30
  114. KeepInactivePlayerDataForDays: 180
  115. # -----------------------------------------------------
  116. Servers:
  117. Example:
  118. WebServerPort: 8034
  119. ServerName: Example
  120. ThemeBase: Default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement