| LiteEco 简易经济插件 1.18.x - 1.20 | |
|---|---|
| |
经济,经济,金钱,绿色环保 |
| 作 者 | RydlosCZ |
| 发布时间 | 2022年5月10日 |
| 支持核心 | Spigot | 原生版本 |
| 支持版本 | 1.18,1.19,1.20 |
插件详细介绍
LiteEco 是一个为 Minecraft 服务器设计的轻量级经济插件,支持 Vault API 和多种权限插件,例如 LuckPerms 和 bPermissions。它还支持 PlaceholderAPI 和 MiniPlaceholders,方便进行信息展示。插件推荐使用 PaperSpigot 服务器,不支持代理服务器。
/money help
lite.eco.help/money bal [username]
lite.eco.moneylite.eco.suggestion.players/balance 或 /bal
/money bal 的代理命令。/money top
lite.eco.top/money pay <username> <amount>
lite.eco.pay/eco help
lite.eco.admin.help/eco add <username> <amount>
lite.eco.admin.add/eco global add <amount>
lite.eco.admin.global.add/eco set <username> <amount>
lite.eco.admin.set/eco global set <amount>
lite.eco.admin.global.set/eco withdraw <username> <amount>
lite.eco.admin.withdraw/eco global withdraw <amount>
lite.eco.admin.global.withdraw/eco delete <account>
lite.eco.admin.delete/eco monolog [page] [player]
lite.eco.admin.monolog/eco lang [lang]
lite.eco.admin.lang/eco purge <argument>
lite.eco.admin.purge/eco migration <argument>
lite.eco.admin.migration/eco convert <argument>
lite.eco.admin.convert/eco debug create accounts <amount>
lite.eco.debug.create.accounts/eco reload
lite.eco.admin.reload
#Official settings for this plugin.
plugin:
# Translations list of supported locales below
# https://github.com/EncryptSL/LiteEco/blob/main/src/main/kotlin/encryptsl/cekuj/net/api/enums/LangKey.kt
translation: EN_US
# Plugin prefix
prefix: "[Eco] » "
# Enable or disable Metrics
metrics: true
# Settings for modifiable players suggestion.
# Enabled: Offline Players Suggestion..
# Disabled: Online Players Suggestion...
offline-suggestion-players: true
economy:
currencies: # Since 1.4.8 to newer versions
# Don't change this currency because this is implemented for vault....
# Key of currencies is name of table please don't change this value if you don't want to lose data.
dollars:
currency_name: dollars
currency_plural_name: dollars
currency_singular_name: dollar
# Currency Format
currency_format: '$ '
# This amount is granted to players who don't have an existing account in the database.
starting_balance: 30
# This amount is checked when player is above allowed limit
balance_limit: 1000000
# Enabled or disable balance limit, disabled check mean fully for paid amounts by player, given/set by admins.
balance_limit_check: true
# Convert large currency values into a more compact format.
compact_display: false
# Example of other currencies
# Don't change this currency because this is implemented for vault....
# Key of currencies is name of table please don't change this value if you don't want to lose data.
# credits:
# currency_name: credits
# currency_plural_name: credits
# currency_singular_name: credit
# Currency Format
# currency_format: '€ '
# # This amount is granted to players who don't have an existing account in the database.
# starting_balance: 30
# # This amount is checked when player is above allowed limit
# balance_limit: 1000000
# # Enabled or disable balance limit, disabled check mean fully for paid amounts by player, given/set by admins.
# balance_limit_check: true
# # Convert large currency values into a more compact format.
# compact_display: false
# Enable logging about economies activities add, set, withdraw, pay money.
# Command /eco monolog [player]
monolog_activity: true
formatting:
# Currency value format
currency_pattern: "#,##0.00"
# Compact value format
compacted_pattern: "#,##0.0##"
# Locale symbol format
currency_locale: en-US
# These settings toggle messages.
messages:
global:
notify_add: true
notify_withdraw: true
notify_set: true
target:
notify_add: true
notify_withdraw: true
notify_set: true
# Settings for Database or SQLite connection.
database:
# For SQLite, the path to the SQLite database file: jdbc:sqlite:plugins/LiteEco/database.db
# For MySQL, the JDBC connection URL in the format: jdbc:mysql://your_host:port/name_of_database
connection:
# Settings for JDBC_HOST
jdbc_url: "jdbc:sqlite:plugins/LiteEco/database.db"
# The username of the user to connect to your database (MySQL only).
username: user_name
# The password of the user to connect to your database (MySQL only).
password: password
# You can enable sql-plugin-logger for some problems with database...
sql-plugin-logger: false
# Please don't remove this version settings
version: 1.2.5