We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22b452 commit e157d75Copy full SHA for e157d75
1 file changed
src/main/kotlin/com/mairwunnx/projectessentials/projectessentialsspawn/models/SpawnModelBase.kt
@@ -40,6 +40,7 @@ object SpawnModelBase {
40
}
41
val spawnConfigRaw = File(spawnConfig).readText()
42
spawnModel = Json.parse(SpawnModel.serializer(), spawnConfigRaw)
43
+ logger.info("Spawn config loaded: $spawnModel")
44
45
46
fun assignSpawn(server: MinecraftServer) {
0 commit comments