Home - SoKnight/PEconomy GitHub Wiki
Easy economy API with more features
Features
- Unlimited currencies amount with manual configuration for everyone
- Management players wallets with
add
,set
,reset
andtake
commands - Management players wallets from your plugin with PEconomy API
- Transactions API allows you to see transactions history of everyone wallet owner and see manual information for everyone transaction by her unique ID
- Plugin uses fast ORMLite DBMS for working with SQLite and MySQL databases
- Fully configurable messages and prepared English and Russian localizations
- Plugin hooks into Vault as economy provider
- Useful placeholders for PlaceholdersAPI
Available messages localizations
Write me in issues
if you can translate my plugin to other languages.
You can change messages localization to other available in your config.yml
after first plugin loading:
# Configuration of messages
messages:
# Messages localization, available: [en, ru]
locale: en
See plugin installation guide here.
See commands and permissions here.
You are plugins developer? See development page.