Update formatting

This commit is contained in:
Jakob K
2021-05-15 21:26:10 +02:00
parent ddc576a394
commit fa8fa9ae96
71 changed files with 203 additions and 249 deletions

View File

@@ -11,4 +11,4 @@ interface BungeePluginMessageRandomPlayer {
interface BungeePluginMessagePlayerSpecific {
fun sendWithPlayer(player: Player)
}
}

View File

@@ -34,4 +34,4 @@ private object BungeePluginMessageReceiver : PluginMessageListener {
callback.onResponse.invoke(msgin)
}
}
}
}

View File

@@ -86,4 +86,4 @@ class PluginMessageGetServers(
) {
response.invoke(it.readUTF().split(", "))
}
}
}

View File

@@ -62,4 +62,4 @@ fun sendPluginMessageToBungeeCord(
BungeePluginMessageResponseCallback(subChannel, responseTimeout, onResponse)
player.sendPluginMessage(KSpigotMainInstance, "BungeeCord", msgbytes.toByteArray())
}
}