From 422ee0086cdf9e5b7d26c4902f8344a1d9e6409f Mon Sep 17 00:00:00 2001 From: M_Viper Date: Tue, 12 Aug 2025 21:53:36 +0000 Subject: [PATCH] Dateien nach "src/main/resources" hochladen --- src/main/resources/config.yml | 14 ++++++++++++++ src/main/resources/plugin.yml | 4 ++++ 2 files changed, 18 insertions(+) create mode 100644 src/main/resources/config.yml create mode 100644 src/main/resources/plugin.yml diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml new file mode 100644 index 0000000..bd80f07 --- /dev/null +++ b/src/main/resources/config.yml @@ -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' diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml new file mode 100644 index 0000000..b7a4ea7 --- /dev/null +++ b/src/main/resources/plugin.yml @@ -0,0 +1,4 @@ +name: Money +main: net.craftersland.games.money.Money +version: 3.5 +depend: [Vault]