π° LiteEco Plugin β Command Reference
π Commands Overviewβ
π€ Player Commandsβ
Permission:
lite.eco.player
/money
β
-
Description: Main player command
-
Permission:
lite.eco.money
/money help
β
-
Description: Show command list
-
Permission:
lite.eco.help
/money bal [player] [currency]
β
-
Description: Check your or another playerβs balance
-
Permissions:
-
lite.eco.balance
: Basic access -
lite.eco.balance.your_currency
: For specific currencies -
lite.eco.balance.others
: View others' balances -
lite.eco.balance.*
: Full access
-
/money top [page] [currency]
β
-
Description: Show the richest players
-
Permission:
lite.eco.top
/money pay <player> <amount> [currency]
β
-
Description: Send money to another player
-
Permissions:
-
lite.eco.pay.your_currency
: Pay with selected currency -
lite.eco.pay.*
: All currencies
-
π οΈ Admin Commandsβ
Permission:
lite.eco.admin
lite.eco.suggestion.players
: Suggest player nicknames to admins
/eco
β
-
Description: Main admin command
-
Permission:
lite.eco.admin.eco
/eco help
β
-
Description: Show admin commands
-
Permission:
lite.eco.admin.help
/eco add <player> <amount> [currency]
β
-
Description: Add money to a player
-
Note: Works with vanilla selectors like
@a
(for offline too) -
Examples:
-
/eco add Notch 15 dollars
-
/eco add @a 15 dollars
-
-
Permission:
lite.eco.admin.add
/eco set <player> <amount> [currency]
β
-
Description: Set player's balance
-
Note: Use
@a
when no players online -
Permission:
lite.eco.admin.set
/eco withdraw <player> <amount> [currency]
β
-
Description: Withdraw from player's account
-
Note: Vanilla selector compatible
-
Permission:
lite.eco.admin.withdraw
/eco delete <account> [currency]
β
-
Description: Delete player's account and balance
-
Example:
/eco delete Notch dollars
-
Permission:
lite.eco.admin.delete
/eco monolog [page] [player]
β
-
Description: View transaction logs
-
Example:
/eco monolog 1 Notch
-
Permission:
lite.eco.admin.monolog
/eco database purge <argument> [currency]
β
-
Description: Purge data from database
-
Arguments:
-
ACCOUNTS
: All accounts -
NULL_ACCOUNTS
: Accounts with no name -
DEFAULT_ACCOUNTS
: Default balances -
MONOLOG
: Transaction logs
-
-
Example:
/eco database purge ACCOUNTS dollars
-
Permission:
lite.eco.admin.purge
/eco database export <argument> [currency]
β
-
Description: Export database
-
Formats:
SQL
,CSV
,LEGACY_TABLE
,SQL_LITE_FILE
-
Permission:
lite.eco.admin.export
/eco database import <plugin> [currency]
β
-
Description: Import from other plugins
-
Plugins:
EssentialsX
,BetterEconomy
,ScruffyBoyEconomy
,CraftConomy3
,TheosisEconomy
-
Permission:
lite.eco.admin.import
/eco config lang <lang_key>
β
-
Description: Change plugin language
-
Languages:
CS_CZ
,EN_US
,ES_ES
,JA_JP
,DE_DE
,PL_PL
,PT_BR
,TR_TR
,ZH_CN
-
Example:
/eco config lang CS_CZ
-
Permission:
lite.eco.admin.lang
/eco config reload
β
-
Description: Reload plugin config
-
Permission:
lite.eco.admin.reload