Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---------------------------
- ---IP 1--- represents the IP on the main box. This is where the AllinOne.jar is ran.
- ---IP 2--- represents the IP on the secondary box. This is where the actual server is ran.
- ---------------------------
- {
- "proxy": {
- "bind": {
- "address": "---IP 1---",
- "port": 25565
- },
- "outbound": {
- "address": "---IP 2---"
- },
- "servers": [
- {
- "domain": "*",
- "server": "hub"
- }
- ],
- "motd": "The motd goes here!",
- "playerMaximum": 1000,
- "authenticate": true,
- "throttle": 2500,
- "tabEnabled": true,
- "localeFull": "You seem to be already logged in",
- "localeOffline": "The requested server is currently offline. Try again later!",
- "localeLoggedIn": "You have logged in from another location",
- "localeLostConn": "Lost connection... Please try to reconnect",
- "localeShutdown": "The server is being restarted. Please try to reconnect"
- },
- "queryTcp": {
- "bind": {
- "address": "---IP 2---",
- "port": 5555
- }
- },
- "queryUdp": {
- "bind": {
- "address": "---IP 2---",
- "port": 25566
- }
- },
- "connect": {
- "bind": {
- "address": "---IP 1---",
- "port": 5091
- },
- "logins": [
- {
- "username": "hub",
- "password": "hub"
- }
- ]
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment