Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "proxy": {
- "bind": {
- "address": "185.12.12.49",
- "port": 31082
- },
- "outbound": {
- "address": "185.12.12.49"
- },
- "servers": [
- {
- "domain": "*",
- "server": "hub"
- }
- ],
- "motd": "test",
- "playerMaximum": 100,
- "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": "185.12.12.49",
- "port": 5555
- }
- },
- "queryUdp": {
- "bind": {
- "address": "185.12.12.49",
- "port": 31082
- }
- },
- "connect": {
- "bind": {
- "address": "185.12.12.51",
- "port": 5091
- },
- "logins": [
- {
- "username": "hub",
- "password": "wolf123"
- },
- {
- "username": "factions",
- "password": "witch123"
- },
- {
- "username": "survival",
- "password": "zombie123"
- },
- {
- "username": "games",
- "password": "chicken123"
- }
- ]
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement