Advertisement
Guest User

Untitled

a guest
Oct 17th, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. {
  2. "proxy": {
  3. "bind": {
  4. "address": "198.27.67.95",
  5. "port": 25912
  6. },
  7. "outbound": {
  8. "address": "198.27.67.95"
  9. },
  10. "servers": [
  11. {
  12. "domain": "*",
  13. "server": "hub"
  14. }
  15. ],
  16. "motd": "PROXY..IM WORKING ON IT",
  17. "playerMaximum": 1,
  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": "198.27.67.95",
  30. "port": 5555
  31. }
  32. },
  33. "queryUdp": {
  34. "bind": {
  35. "address": "198.27.67.95",
  36. "port": 25912
  37. }
  38. },
  39. "connect": {
  40. "bind": {
  41. "address": "198.27.67.95",
  42. "port": 5091
  43. },
  44. "logins": [
  45. {
  46. "username": "hub",
  47. "password": "jmonahan13"
  48. },
  49. {
  50. "username": "faction",
  51. "password": "jmonahan13"
  52. }
  53. ]
  54. }
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement