Advertisement
Guest User

Untitled

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