Dateien nach "src/main/resources" hochladen
This commit is contained in:
14
src/main/resources/config.yml
Normal file
14
src/main/resources/config.yml
Normal 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'
|
4
src/main/resources/plugin.yml
Normal file
4
src/main/resources/plugin.yml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
name: Money
|
||||||
|
main: net.craftersland.games.money.Money
|
||||||
|
version: 3.5
|
||||||
|
depend: [Vault]
|
Reference in New Issue
Block a user