one-way communication
This commit is contained in:
4
src/main/kotlin/org/foxarmy/chatProxy/ChatListener.kt
Normal file
4
src/main/kotlin/org/foxarmy/chatProxy/ChatListener.kt
Normal file
@@ -0,0 +1,4 @@
|
||||
package org.foxarmy.chatProxy
|
||||
|
||||
class ChatListener {
|
||||
}
|
||||
14
src/main/kotlin/org/foxarmy/chatProxy/ChatProxy.kt
Normal file
14
src/main/kotlin/org/foxarmy/chatProxy/ChatProxy.kt
Normal 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
|
||||
}
|
||||
}
|
||||
4
src/main/kotlin/org/foxarmy/chatProxy/Commands.kt
Normal file
4
src/main/kotlin/org/foxarmy/chatProxy/Commands.kt
Normal file
@@ -0,0 +1,4 @@
|
||||
package org.foxarmy.chatProxy
|
||||
|
||||
class Commands {
|
||||
}
|
||||
4
src/main/kotlin/org/foxarmy/chatProxy/KafkaClient.kt
Normal file
4
src/main/kotlin/org/foxarmy/chatProxy/KafkaClient.kt
Normal file
@@ -0,0 +1,4 @@
|
||||
package org.foxarmy.chatProxy
|
||||
|
||||
class KafkaClient {
|
||||
}
|
||||
4
src/main/kotlin/org/foxarmy/chatProxy/MessageJson.kt
Normal file
4
src/main/kotlin/org/foxarmy/chatProxy/MessageJson.kt
Normal file
@@ -0,0 +1,4 @@
|
||||
package org.foxarmy.chatProxy
|
||||
|
||||
class MessageJson {
|
||||
}
|
||||
0
src/main/resources/config.yml
Normal file
0
src/main/resources/config.yml
Normal file
8
src/main/resources/plugin.yml
Normal file
8
src/main/resources/plugin.yml
Normal 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
|
||||
Reference in New Issue
Block a user