Guest User

AllinOne.conf

a guest
Sep 30th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. ---------------------------
  2. ---IP 1--- represents the IP on the main box. This is where the AllinOne.jar is ran.
  3. ---IP 2--- represents the IP on the secondary box. This is where the actual server is ran.
  4. ---------------------------
  5.  
  6.  
  7.  
  8.  
  9. {
  10. "proxy": {
  11. "bind": {
  12. "address": "---IP 1---",
  13. "port": 25565
  14. },
  15. "outbound": {
  16. "address": "---IP 2---"
  17. },
  18. "servers": [
  19. {
  20. "domain": "*",
  21. "server": "hub"
  22. }
  23. ],
  24. "motd": "The motd goes here!",
  25. "playerMaximum": 1000,
  26. "authenticate": true,
  27. "throttle": 2500,
  28. "tabEnabled": true,
  29. "localeFull": "You seem to be already logged in",
  30. "localeOffline": "The requested server is currently offline. Try again later!",
  31. "localeLoggedIn": "You have logged in from another location",
  32. "localeLostConn": "Lost connection... Please try to reconnect",
  33. "localeShutdown": "The server is being restarted. Please try to reconnect"
  34. },
  35. "queryTcp": {
  36. "bind": {
  37. "address": "---IP 2---",
  38. "port": 5555
  39. }
  40. },
  41. "queryUdp": {
  42. "bind": {
  43. "address": "---IP 2---",
  44. "port": 25566
  45. }
  46. },
  47. "connect": {
  48. "bind": {
  49. "address": "---IP 1---",
  50. "port": 5091
  51. },
  52. "logins": [
  53. {
  54. "username": "hub",
  55. "password": "hub"
  56. }
  57. ]
  58. }
  59. }
Advertisement
Add Comment
Please, Sign In to add comment