Upload folder via GUI - BCEconomy_pl
This commit is contained in:
17
BCEconomy_pl/src/main/resources/config.yml
Normal file
17
BCEconomy_pl/src/main/resources/config.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
# BCEconomy – Konfiguration
|
||||
# Dieselben Zugangsdaten wie in StatusAPI (verify.properties: economy.mysql.*)
|
||||
|
||||
mysql:
|
||||
host: localhost
|
||||
port: 3306
|
||||
database: Survival
|
||||
username: root
|
||||
password: ""
|
||||
|
||||
economy:
|
||||
currency-name: Dollar
|
||||
currency-name-plural: Dollar
|
||||
currency-symbol: "$"
|
||||
start-balance: 500.0
|
||||
# Wie viele Dezimalstellen angezeigt werden (2 = xx.xx)
|
||||
decimals: 2
|
||||
12
BCEconomy_pl/src/main/resources/plugin.yml
Normal file
12
BCEconomy_pl/src/main/resources/plugin.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: BCEconomy
|
||||
main: net.viper.bceconomy.BCEconomyPlugin
|
||||
version: 1.0.0
|
||||
api-version: 1.20
|
||||
author: M_Viper
|
||||
description: Serverübergreifendes Economy-System via MySQL (bc_accounts)
|
||||
|
||||
depend:
|
||||
- Vault
|
||||
|
||||
softdepend:
|
||||
- CMI
|
||||
Reference in New Issue
Block a user