-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Konstantin edited this page Feb 11, 2023
·
11 revisions
- 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
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.
© 2023 SoKnight' Software Ltd.
Thank you for using PEconomy!Report a bug or suggest an idea: GitHub Issues | SpigotMC
Home WiKi page
Page on SpigotMC
Configuration
Commands & Permissions
Integration
Installation
Documentation
Good luck!