Advertisement
Guest User

Proxy

a guest
Oct 13th, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. "proxy": {
  3. "bind": {
  4. "address": "<Server IP>",
  5. "port": 25566
  6. },
  7. "outbound": {
  8. "address": "0.0.0.0"
  9. },
  10. "servers": [
  11. {
  12. "domain": "*",
  13. "server": "hub"
  14. }
  15. ],
  16. "motd": "A Minecraft Server",
  17. "playerMaximum": 16,
  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": "0.0.0.0",
  30. "port": 5555
  31. }
  32. },
  33. "queryUdp": {
  34. "bind": {
  35. "address": "0.0.0.0",
  36. "port": 25565
  37. }
  38. },
  39. "connect": {
  40. "bind": {
  41. "address": "<Server IP>",
  42. "port": 25566
  43. },
  44. "logins": [
  45. {
  46. "username": "hub",
  47. "password": "hubpassword"
  48. },
  49. {
  50. "username": "Factions",
  51. "password": "factionspasword"
  52. },
  53. {
  54. "username": "Prisons",
  55. "password": "prisonpassword"
  56. }
  57. ]
  58. }
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement