Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "proxy": {
- "bind": {
- "address": "123.83.50.60",
- "port": 25565
- },
- "outbound": {
- "address": "123.83.50.60"
- },
- "servers": [
- {
- "domain": "*",
- "server": "hub"
- }
- ],
- "motd": "MOTD!",
- "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": "123.83.50.60",
- "port": 5555
- }
- },
- "queryUdp": {
- "bind": {
- "address": "123.83.50.60",
- "port": 25566
- }
- },
- "connect": {
- "bind": {
- "address": "123.83.50.60",
- "port": 5091
- },
- "logins": [
- {
- "username": "hub",
- "password": "hub"
- }
- ]
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement