MCPcopy Create free account
hub / github.com/MCSLTeam/MCSL2 / isBungeeCordServer

Function isBungeeCordServer

MCSL2Lib/ServerControllers/serverUtils.py:211–213  ·  view source on GitHub ↗
(serverName)

Source from the content-addressed store, hash-verified

209
210
211def isBungeeCordServer(serverName):
212 filePath = f"./Servers/{serverName}/locations.yml"
213 return exists(filePath)
214
215
216def generateLevelNameList(serverName, levelName):

Callers 1

generateLevelNameListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected