add: rcon implementation

This commit is contained in:
2026-02-12 18:59:15 -08:00
commit 7c1697660f
7 changed files with 436 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module tipsy.codes/charles/mc-god/v2
go 1.25.6
require github.com/gorcon/rcon v1.4.0