Add temporary waypoints and /firm sendcoords

This commit is contained in:
Linnea Gräf
2023-11-12 14:45:05 +01:00
parent 897ab0f06b
commit 2c9c388683
9 changed files with 151 additions and 6 deletions

View File

@@ -51,6 +51,10 @@ object MC {
)
}
fun sendServerChat(text: String) {
player?.networkHandler?.sendChatMessage(text)
}
fun sendCommand(command: String) {
player?.networkHandler?.sendCommand(command)
}