Advertisement
Guest User

Untitled

a guest
Jul 27th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. {
  2. "proxy": {
  3. "bind": {
  4. "address": "198.xx.xx.xxx",
  5. "port": 25565
  6. },
  7. "outbound": {
  8. "address": "198.xx.xx.xxx"
  9. },
  10. "servers": [
  11. {
  12. "domain": "*",
  13. "server": "hub"
  14. }
  15. ],
  16. "motd": "\u00264\u003e\u00267\u003e\u00264\u003e \u0026b** \u0026eCraftShark Network \u0026b** \u00264\u003c\u00267\u003c\u00264\u003c",
  17. "playerMaximum": 1000,
  18. "authenticate": true,
  19. "throttle": 0,
  20. "tabEnabled": false,
  21. "localeFull": "You seem to be already logged in",
  22. "localeOffline": "The requested server is currently \u00264offline\u0026f. 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": "198.xx.xx.xxx",
  30. "port": 5555
  31. }
  32. },
  33. "queryUdp": {
  34. "bind": {
  35. "address": "198.xx.xx.xxx",
  36. "port": 25565
  37. }
  38. },
  39. "connect": {
  40. "bind": {
  41. "address": "198.xx.xx.xxx",
  42. "port": 5091
  43. },
  44. "logins": [
  45. {
  46. "username": "hub",
  47. "password": "(deleted)"
  48. },
  49. {
  50. "username": "kitpvp",
  51. "password": "(deleted)"
  52. },
  53. {
  54. "username": "survival",
  55. "password": "(deleted)"
  56. },
  57. {
  58. "username": "hg",
  59. "password": "(deleted)"
  60. },
  61. {
  62. "username": "skyblock",
  63. "password": "(deleted)"
  64. },
  65. {
  66. "username": "pvp",
  67. "password": "(deleted)"
  68. },
  69. {
  70. "username": "creative",
  71. "password": "(deleted)"
  72. },
  73. {
  74. "username": "minigames",
  75. "password": "(deleted)"
  76. },
  77. {
  78. "username": "backend",
  79. "password": "(deleted)"
  80. },
  81. {
  82. "username": "HS1",
  83. "password": "(deleted)"
  84. }
  85. ]
  86. }
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement