This commit is contained in:
2024-09-18 19:58:25 +02:00
commit efd6d64d01
9 changed files with 2782 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module mcsrv
go 1.23.1
require (
github.com/Tnze/go-mc v1.20.2
github.com/google/uuid v1.6.0
)