Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. # Plan Config | More info at https://www.spigotmc.org/wiki/plan-configuration/
  2. Settings:
  3. Analysis:
  4. MinutesPlayedUntilConsidiredActive: 10
  5. Cache:
  6. AnalysisCache:
  7. RefreshAnalysisCacheOnEnable: true
  8. InspectCache:
  9. ClearFromInspectCacheAfterXMinutes: 5
  10. DataCache:
  11. SaveEveryXMinutes: 5
  12. SaveServerDataEveryXMinutes: 5
  13. ClearCacheEveryXSaves: 5
  14. WebServer:
  15. Enabled: true
  16. Port: 8804
  17. ShowAlternativeServerIP: false
  18. AlternativeIP: your.ip.here:%port%
  19. PlanLite:
  20. Enabled: true
  21. UseAsAlternativeUI: false
  22. Customization:
  23. Colors:
  24. Commands:
  25. Main: '&2'
  26. Secondary: '&7'
  27. Highlight: '&f'
  28. HTML:
  29. ActivityGraph:
  30. OnlinePlayers: 1E90FF
  31. NewPlayers: 228B22
  32. GamemodePie:
  33. Survival: '951800'
  34. Creative: 01A1DB
  35. Adventure: FFFF33
  36. Spectator: 228B22
  37. ActivityPie:
  38. Active: 228B22
  39. Banned: '951800'
  40. Inactive: A9A9A9
  41. JoinedOnce: '808080'
  42. DemographicsTriggers:
  43. Trigger: i'm, am, im
  44. Female: female, girl, gurl, woman, gal, mrs, she, miss
  45. Male: male, boy, man, boe, sir, mr, guy, he
  46. IgnoreWhen: sure, think, with, are, you
  47. database:
  48. type: mysql
  49. mysql:
  50. host: localhost
  51. port: 3306
  52. user: plan
  53. password: planadmin1
  54. database: Plan
  55. tables:
  56. users: plan_users
  57. locations: plan_locations
  58. nicknames: plan_nicknames
  59. gamemodetimes: plan_gamemodetimes
  60. ips: plan_ips
  61. commandusages: plan_commandusages
  62. serverdata: plan_serverdata
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement