Advertisement
Guest User

Untitled

a guest
Mar 25th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. Database:
  2. Threads: 5
  3. Username: 2
  4. Port: '3306'
  5. Database: 2
  6. Host: localhost
  7. Password: password
  8. Table:
  9. # This can be used if you have multiple Proxies to seperate the Homes in it
  10. Homes: homes
  11. # This can be used if you have multiple Proxies to seperate the Players in it
  12. Players: players
  13. # This can be used if you have multiple Proxies to seperate the Warps in it
  14. Warps: warps
  15. # This can be used if you have multiple Proxies to seperate the Bans in it
  16. Bans: bans
  17. # This can be used if you have multiple Proxies to seperate the Portals in it
  18. Portals: portals
  19. # This can be used if you have multiple Proxies to seperate the Spawns in it
  20. Spawns: spawns
  21. # This can be used if you have multiple Proxies to seperate the Tracking in it
  22. Tracking: tracking
  23. # This can be used if you have multiple Proxies to seperate the Ontime in it
  24. OnTime: ontime
  25. ConvertFromBungeeSuite: false
  26. BungeeSuiteDatabase:
  27. Threads: 5
  28. Username: 2
  29. Port: '3306'
  30. Database: 2
  31. Host: localhost
  32. Password: password
  33. MOTD:
  34. # Turn this to false if you want to use your regular /motd comand (requires restart)
  35. Enabled: true
  36. Seen:
  37. # Turn this to false if you want to use your your regular /seen comand (requires restart)
  38. Enabled: false
  39. #
  40. NewPlayerBroadcast: true
  41. BroadcastProxyConnectionMessages: true
  42. PlayerDisconnectDelay: 0
  43. # This should be true on offline Mode Server since they can't use UUIDs provided by Mojang
  44. OverwriteUUID: false
  45. # Enable this if you want to use BungeeChat with geSuit.
  46. BungeeChatIntegration: false
  47. # Do not alter this. It will be used automaticly.
  48. Inited: false
  49. Version:
  50. Database:
  51. # Stored version informations. If you alter this you can damage your Database
  52. Ban: 3
  53. # Stored version informations. If you alter this you can damage your Database
  54. Homes: 2
  55. # Stored version informations. If you alter this you can damage your Database
  56. Players: 3
  57. # Stored version informations. If you alter this you can damage your Database
  58. Portals: 1
  59. # Stored version informations. If you alter this you can damage your Database
  60. Spawns: 1
  61. # Stored version informations. If you alter this you can damage your Database
  62. Warps: 1
  63. # Stored version informations. If you alter this you can damage your Database
  64. Tracking: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement