Skip to content

Commit

Permalink
add new server
Browse files Browse the repository at this point in the history
  • Loading branch information
apmapmapm committed Jun 28, 2024
1 parent 4567b9e commit 3109447
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions mastermelon/console_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ def getservers(): # host screen port
("[email protected]" , "surv_v7" , "6768" , "LD JPY"),
("[email protected]" , "pvp_v7_asia" , "6767" , "LD SG2"),
("[email protected]" , "pvp_usa" , "6868" , "RN USA"),
("[email protected]" , "surv_eu" , "6888" , "RN FRN")
("[email protected]" , "surv_eu" , "6888" , "RN FRN"),
("[email protected]" , "test_eu" , "6889" , "RN FRN")
]
#servers = servers
return [(i,host,screen,port,loc) for i,(host,screen,port,loc) in enumerate(servers)]
Expand All @@ -44,7 +45,8 @@ def servfolders():
"/root/Documents/surv_v7",
"/root/Documents/pvp_v7_asia",
"/root/Documents/pvp_usa",
"/root/Documents/surv_eu"
"/root/Documents/surv_eu",
"/root/Documents/test_eu"
]

def mapfolders():
Expand All @@ -55,7 +57,8 @@ def mapfolders():
"mindustry_maps/survival_v7/",
"mindustry_maps/pvp_v7/",
"mindustry_maps/pvp_v7/",
"mindustry_maps/survival_v7_eu/"
"mindustry_maps/survival_v7_eu/",
"mindustry_maps/test_v7_eu/"
]

async def restartserver(ctx: commands.Context, serverid: int):
Expand Down
Binary file added mindustry_maps/test_v7_eu/UpdateZone.msav
Binary file not shown.

0 comments on commit 3109447

Please sign in to comment.