-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
PQguanfang edited this page Mar 15, 2026
·
2 revisions
timezone: system
auto-save-minutes: 5
notify-on-bank-transfer: trueconfig-files:
language: en_US
per-player-language: true
force-parse-mini-message: truedatabase:
jdbc-url: "jdbc:sqlite:plugins/EconomyLimit/data/economylimit.db"
jdbc-class: "org.sqlite.JDBC"
properties:
user: ""
password: ""database:
jdbc-url: "jdbc:mysql://127.0.0.1:3306/economylimit?useSSL=false&autoReconnect=true"
jdbc-class: "com.mysql.cj.jdbc.Driver"
properties:
user: "root"
password: "123456"database:
jdbc-url: "jdbc:postgresql://127.0.0.1:5432/economylimit"
jdbc-class: "org.postgresql.Driver"
properties:
user: "postgres"
password: "123456"database:
jdbc-url: "jdbc:h2:./plugins/EconomyLimit/data/economylimit"
jdbc-class: "org.h2.Driver"
properties:
user: "sa"
password: ""rules:
daily:
display-name: "{lang:rules.daily.name}"
reset:
mode: DAILY
time: "00:00"
limits:
- limit: 50000
- condition:
type: PERMISSION
value: economylimit.rule.daily.vip
limit: 100000
- condition:
type: PERMISSION
value: economylimit.rule.daily.bypass
limit: -1ANYPERMISSIONWORLDPLAYEROP
rules:
daily:
name: "Daily earnings"
weekly:
name: "Weekly earnings"If your rule uses:
display-name: "{lang:rules.daily.name}"then different players can see different rule names depending on their selected language.