feat: add NATS chat sync plugin
Build / build (push) Failing after 57s

This commit is contained in:
dmg
2026-01-29 21:24:23 -05:00
commit bdd9b4bb8b
13 changed files with 608 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
server:
id: "server-1"
name: "Server 1"
nats:
url: "nats://localhost:4222"
subjects:
chat: "mc.chat.sync"
death: "mc.death.sync"
format:
chat: "&7[&b{server}&7] &f{player}&7: &f{message}"
death: "&7[&b{server}&7] &f{message}"
+5
View File
@@ -0,0 +1,5 @@
name: SpigotChatSync
main: com.spigotchatsync.ChatSyncPlugin
version: 1.0.0
api-version: 1.21
description: Sync chat and death events via NATS