Advertisement
Guest User

BungeeConfig

a guest
Feb 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 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: 158.69.120.112
  9. Network:
  10. Name: PandaCraft
  11. Plugin:
  12. Debug: 'false'
  13. Locale: default
  14. WriteNewLocaleFileOnEnable:
  15. Dev:
  16. # -----------------------------------------------------
  17. # More information about SSL Certificate Settings:
  18. # https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/SSL-Certificate-%28HTTPS%29-Set-Up
  19. # -----------------------------------------------------
  20. WebServer:
  21. Port: 8892
  22. InternalIP: 0.0.0.0
  23. Security:
  24. SSL-Certificate:
  25. KeyStorePath: 'SSLCertificate.keystore'
  26. KeyPass: 'default'
  27. StorePass: 'default'
  28. Alias: 'alias'
  29. # -----------------------------------------------------
  30. Database:
  31. MySQL:
  32. Host: localhost
  33. Port: 3306
  34. User: username redacted
  35. Password: password redacted
  36. Database: Plan
  37. # Launch options to append after driver address, for example
  38. LaunchOptions: "?rewriteBatchedStatements=true&useSSL=false"
  39. # -----------------------------------------------------
  40. Commands:
  41. AlternativeIP:
  42. Enabled: true
  43. Link: play.pandacraft.org:%port%
  44. Colors:
  45. Main: '&2'
  46. Secondary: '&7'
  47. Highlight: '&f'
  48. Analysis:
  49. AutoRefreshPeriod: 60
  50. Export:
  51. Enabled: false
  52. ExternalWebServerLinkProtocol: http
  53. DestinationFolder: 'Analysis Results'
  54. Data:
  55. Commands:
  56. LogUnknownCommands: true
  57. CombineCommandAliases: true
  58. # -----------------------------------------------------
  59. Customization:
  60. Formatting:
  61. DecimalPoints: '#.##'
  62. TimeAmount:
  63. Year: '1 year, '
  64. Years: '%years% years, '
  65. Month: '1 month, '
  66. Months: '%months% months, '
  67. Day: '1d '
  68. Days: '%days%d '
  69. Hours: '%hours%h '
  70. Minutes: '%minutes%m '
  71. Seconds: '%seconds%s'
  72. Zero: '0s'
  73. # -----------------------------------------------------
  74. # More information about Themes:
  75. # https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/Themes
  76. # -----------------------------------------------------
  77. Theme:
  78. Base: Default
  79. Font:
  80. FontStyleSheet: https://fonts.googleapis.com/css?family=Quicksand:300,400
  81. FontFamily: "'Quicksand', sans-serif"
  82. Color:
  83. Dark: Base
  84. Light: Base
  85. Colors:
  86. Main: Base
  87. Main-Dark: Base
  88. Secondary: Base
  89. Secondary-Dark: Base
  90. Tertiary: Base
  91. Background: Base
  92. Table-Light: Base
  93. Table-Dark: Base
  94. Graphs:
  95. PunchCard: Base
  96. PlayersOnline: Base
  97. TPS:
  98. High: Base
  99. Medium: Base
  100. Low: Base
  101. CPU: Base
  102. RAM: Base
  103. Chunks: Base
  104. Entities: Base
  105. WorldPie: '"#438c99", "#639A67", "#D8EBB5", "#D9BF77", "#0099C6", "#66AA00", "#316395", "#994499", "#22AA99", "#AAAA11", "#6633CC", "#E67300", "#329262", "#5574A6"'
  106. ActivityPie: '"#228B22", "#A9A9A9", "#808080", "#951800"'
  107. ServerPreferencePie: '"#0099C6", "#66AA00", "#316395", "#994499", "#22AA99", "#AAAA11", "#6633CC", "#E67300", "#329262", "#5574A6"'
  108. # -----------------------------------------------------
  109. Servers:
  110. 75be439d-f052-363b-a664-40defef4baf8:
  111. ServerName: Skyblock
  112. ThemeBase: Default
  113. WebServerPort: 8093
  114. b094a114-8cd3-3fc2-b356-8e97e2626f07:
  115. ThemeBase: Default
  116. WebServerPort: 8095
  117. ServerName: Towny
  118. 36c5d2db-202c-3d88-ae80-0268bef57c98:
  119. ServerName: Plots
  120. ThemeBase: Default
  121. WebServerPort: 8097
  122. Example:
  123. WebServerPort: 8034
  124. ServerName: Example
  125. ThemeBase: Default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement