Commands & Permissions
This plugin requires no permission configuration by default, ready to use out-of-the-box (hot-reloading may cause default permissions to fail)
For lower versions, use tab completion for unknown types; versions 1.12+ will auto-suggest
# Permissions
| Permission | Purpose | Default Holder |
|---|---|---|
| PlayerCurrency.convert | Convert data | op |
| PlayerCurrency.give | Give balance | op |
| PlayerCurrency.log | View transaction logs | op |
| PlayerCurrency.look | Check balance | op |
| PlayerCurrency.lookTotal | View cumulative values (1.0.6+) | op |
| PlayerCurrency.reload | Reload plugin | op |
| PlayerCurrency.set | Set balance | op |
| PlayerCurrency.take | Deduct balance | op |
| PlayerCurrency.import | Import third-party data (1.0.1+) | op |
| PlayerCurrency.giveAll | Bulk give to online players (1.0.8+) | op |
| PlayerCurrency.setAll | Bulk set for online players (1.0.8+) | op |
| PlayerCurrency.takeAll | Bulk deduct from online players (1.0.8+) | op |
| PlayerCurrency.clear | Clear all data of specified currency (1.1.4+) | op |
| PlayerCurrency.balTop | Currency ranking (1.1.8+) | op |
# Commands
| Command | Purpose |
|---|---|
| /ply convert [MySQL/SQLite] | Convert data |
| /ply give [player] [type] [amount] (reason) | Give balance |
| /ply log [player] [type] (page) | View transaction logs |
| /ply look [player] [type] | Check balance |
| /ply lookTotal [player] [type] | View cumulative values (1.0.6+) |
| /ply reload | Reload plugin |
| /ply set [player] [type] [amount] (reason) | Set balance |
| /ply take [player] [type] [amount] (reason) | Deduct balance |
| /ply import [source] | Import third-party data (1.0.1+) |
| /ply giveAll [type] [amount] (reason) | Bulk give to online players (1.0.8+) |
| /ply setAll [type] [amount] (reason) | Bulk set for online players (1.0.8+) |
| /ply takeAll [type] [amount] (reason) | Bulk deduct from online players (1.0.8+) |
| /ply clear [type] | Clear all data of specified currency (1.1.4+) |
| /ply balTop [type] | Currency ranking (1.1.8+) |
[] Required () Optional