initial commit

This commit is contained in:
mikx
2023-11-24 10:16:34 -05:00
commit e4e8f2aa07
12 changed files with 734 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
MxCraftTP:
# MySQL
sqlHost: '127.0.0.1'
sqlPort: 3306
sqlDB: 'changeme'
sqlUser: 'changeme'
sqlPass: 'changeme'

View File

@@ -0,0 +1,4 @@
name: MxCraftTP
version: 1.0.0
main: ovh.mxg.mxcrafttp.MxCraftTP
api-version: '1.20'