Files
StatusAPI/BCEconomy_pl/src/main/resources/config.yml
2026-05-07 22:02:37 +02:00

18 lines
384 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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