(serverName)
| 204 | |
| 205 | |
| 206 | def isBedrockServer(serverName): |
| 207 | directoryPath = f"./Servers/{serverName}/resource_packs" |
| 208 | return exists(directoryPath) and isdir(directoryPath) |
| 209 | |
| 210 | |
| 211 | def isBungeeCordServer(serverName): |
no outgoing calls
no test coverage detected