Advertisement
Guest User

Untitled

a guest
Oct 25th, 2013
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. {
  2. "proxy": {
  3. "bind": {
  4. "address": "0.0.0.0",
  5. "port": 25565
  6. },
  7. "outbound": {
  8. "address": "0.0.0.0"
  9. },
  10. "servers": [
  11. {
  12. "domain": "*",
  13. "server": "Main"
  14. },
  15. {
  16. "domain": "xiaoxiaoman.nationcraft.org",
  17. "server": "XiaoXiaoMan"
  18. }
  19. ],
  20. "motd": "&b&lNationCraft &f&lNetwork &f&l[ &b&l1.6.4 &f&l]",
  21. "playerMaximum": 150,
  22. "authenticate": true,
  23. "throttle": 2500,
  24. "tabEnabled": true,
  25. "localeFull": "You seem to be already logged in",
  26. "localeOffline": "The requested server is currently offline. Try again later!",
  27. "localeLoggedIn": "You have logged in from another location",
  28. "localeLostConn": "Lost connection... Please try to reconnect",
  29. "localeShutdown": "The server is being restarted. Please try to reconnect"
  30. },
  31. "queryTcp": {
  32. "bind": {
  33. "address": "0.0.0.0",
  34. "port": 5555
  35. }
  36. },
  37. "queryUdp": {
  38. "bind": {
  39. "address": "0.0.0.0",
  40. "port": 25565
  41. }
  42. },
  43. "connect": {
  44. "bind": {
  45. "address": "127.0.0.1",
  46. "port": 5091
  47. },
  48. "logins": [
  49. {
  50. "username": "Main",
  51. "password": "Main"
  52. },
  53. {
  54. "username": "SkyBlock",
  55. "password": "SkyBlock"
  56. },
  57. {
  58. "username": "XiaoXiaoMan",
  59. "password": "XiaoXiaoMan"
  60. }
  61. ]
  62. }
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement