one-way communication

This commit is contained in:
2025-02-05 17:05:34 +03:00
commit 8b16e694fd
9 changed files with 238 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package org.foxarmy.chatProxy
class ChatListener {
}

View File

@@ -0,0 +1,14 @@
package org.foxarmy.chatProxy
import org.bukkit.plugin.java.JavaPlugin
class ChatProxy : JavaPlugin() {
override fun onEnable() {
// Plugin startup logic
}
override fun onDisable() {
// Plugin shutdown logic
}
}

View File

@@ -0,0 +1,4 @@
package org.foxarmy.chatProxy
class Commands {
}

View File

@@ -0,0 +1,4 @@
package org.foxarmy.chatProxy
class KafkaClient {
}

View File

@@ -0,0 +1,4 @@
package org.foxarmy.chatProxy
class MessageJson {
}

View File

View File

@@ -0,0 +1,8 @@
name: ChatProxy
version: '1.0-SNAPSHOT'
main: org.foxarmy.chatProxy.ChatProxy
api-version: '1.20'
prefix: Chatproxy
authors: [ leca ]
description: Plugin for proxying chat messages from mc server to site
website: https://git.foxarmy.org/leca/Chatproxy