Advertisement
Guest User

allinone.conf

a guest
Jan 25th, 2014
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. {
  2. "proxy": {
  3. "bind": {
  4. "address": "185.12.12.49",
  5. "port": 31082
  6. },
  7. "outbound": {
  8. "address": "185.12.12.49"
  9. },
  10. "servers": [
  11. {
  12. "domain": "*",
  13. "server": "hub"
  14. }
  15. ],
  16. "motd": "test",
  17. "playerMaximum": 100,
  18. "authenticate": true,
  19. "throttle": 2500,
  20. "tabEnabled": true,
  21. "localeFull": "You seem to be already logged in",
  22. "localeOffline": "The requested server is currently offline. Try again later!",
  23. "localeLoggedIn": "You have logged in from another location",
  24. "localeLostConn": "Lost connection... Please try to reconnect",
  25. "localeShutdown": "The server is being restarted. Please try to reconnect"
  26. },
  27. "queryTcp": {
  28. "bind": {
  29. "address": "185.12.12.49",
  30. "port": 5555
  31. }
  32. },
  33. "queryUdp": {
  34. "bind": {
  35. "address": "185.12.12.49",
  36. "port": 31082
  37. }
  38. },
  39. "connect": {
  40. "bind": {
  41. "address": "185.12.12.51",
  42. "port": 5091
  43. },
  44. "logins": [
  45. {
  46. "username": "hub",
  47. "password": "wolf123"
  48. },
  49. {
  50. "username": "factions",
  51. "password": "witch123"
  52. },
  53. {
  54. "username": "survival",
  55. "password": "zombie123"
  56. },
  57. {
  58. "username": "games",
  59. "password": "chicken123"
  60. }
  61. ]
  62. }
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement