Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
211
def
isBungeeCordServer(serverName):
212
filePath = f
"./Servers/{serverName}/locations.yml"
213
return
exists(filePath)
214
215
216
def
generateLevelNameList(serverName, levelName):
Callers
1
generateLevelNameList
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected