Advertisement
Guest User

Untitled

a guest
May 18th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1.  
  2. worldId = 0
  3. ip = "mojekurwaip;d"
  4. bindOnlyConfiguredIpAddress = false
  5. loginPort = 7171
  6. gamePort = 7172
  7. adminPort = 7171
  8. statusPort = 7171
  9. loginTries = 10
  10. retryTimeout = 5 * 1000
  11. loginTimeout = 60 * 1000
  12. maxPlayers = 500
  13. motd = "Welcome on Feldora! Have Fun!"
  14. displayOnOrOffAtCharlist = false
  15. onePlayerOnlinePerAccount = true
  16. allowClones = false
  17. serverName = "Feldora"
  18. loginMessage = "Welcome on **! Have Fun!"
  19. statusTimeout = 5 * 60 * 1000
  20. replaceKickOnLogin = true
  21. forceSlowConnectionsToDisconnect = true
  22. loginOnlyWithLoginServer = false
  23. premiumPlayerSkipWaitList = false
  24.  
  25.  
  26. sqlType = "mysql"
  27. sqlHost = "localhost"
  28. sqlPort = 3306
  29. sqlUser = "root"
  30. sqlPass = ""
  31. sqlDatabase = "ots"
  32. sqlFile = "forgottenserver.s3db"
  33. sqlKeepAlive = 0
  34. mysqlReadTimeout = 10
  35. mysqlWriteTimeout = 10
  36. encryptionType = "plain"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement