Guest User

Allinone.conf

a guest
Feb 1st, 2014
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. {
  2. "proxy":{
  3. "bind":{
  4. "address":"62.4.24.254",
  5. "port":25565
  6. },
  7. "outbound":{
  8. "address":"0.0.0.0"
  9. },
  10. "servers":[
  11. {
  12. "domain":"*",
  13. "server":"hub"
  14. }
  15. ],
  16. "motd":"&cGungo Network 1.7.2",
  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":"62.4.24.254",
  30. "port":5555
  31. }
  32. },
  33. "queryUdp":{
  34. "bind":{
  35. "address":"62.4.24.254",
  36. "port":25565
  37. }
  38. },
  39. "connect":{
  40. "bind":{
  41. "address":"62.4.24.254",
  42. "port":5091
  43. },
  44. "logins": [
  45. {
  46. "username": "hub",
  47. "password": "hubpass"
  48. },
  49. {
  50. "username": "kitpvp",
  51. "password": "kitpass"
  52. }
  53.  
  54. ]
  55. }
  56. }
Advertisement
Add Comment
Please, Sign In to add comment