Dateien nach "src/main/resources" hochladen

This commit is contained in:
2025-08-12 21:53:36 +00:00
parent 24e338e288
commit 422ee0086c
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# default config.yml for Money Games/Lobby mysql
database:
#Maximum amount of threads that MysqlEconomyBridge can use to perform money transfers (default:4)
maximumThreads: 4
mysql:
host: 127.0.0.1
port: 3306
databaseName: 'mydatabase'
user: 'admin'
password: 'cheesecake'

View File

@@ -0,0 +1,4 @@
name: Money
main: net.craftersland.games.money.Money
version: 3.5
depend: [Vault]