Commands and Permissions
This plugin does not require any permission configuration by default and is ready to use for server owners (hot reloading may cause default permissions to become invalid).
For many of the types used below, use tab suggestions on older versions if you are unsure. Versions above 1.12 will show suggestions automatically.
# Permissions
| Permission | Purpose | Default Owner |
|---|---|---|
| PlayerCurrency.convert | Convert data | op |
| PlayerCurrency.give | Give balance | op |
| PlayerCurrency.log | View records | op |
| PlayerCurrency.look | View balance | op |
| PlayerCurrency.lookTotal | View accumulated value (1.0.6+) | op |
| PlayerCurrency.reload | Reload the plugin | op |
| PlayerCurrency.set | Set balance | op |
| PlayerCurrency.take | Deduct balance | op |
| PlayerCurrency.import | Import third-party data (1.0.1+) | op |
| PlayerCurrency.giveAll | Batch give balance to online players (1.0.8+) | op |
| PlayerCurrency.setAll | Batch set balance for online players (1.0.8+) | op |
| PlayerCurrency.takeAll | Batch deduct balance from online players (1.0.8+) | op |
| PlayerCurrency.clear | Clear all data for the specified currency (1.1.4+) | op |
| PlayerCurrency.balTop | View ranking for a specified currency (1.1.8+) | op |
| PlayerCurrency.me | View all of your own currencies (1.3.0+) | true |
# Commands
| Command | Purpose |
|---|---|
| /ply convert [MySQL/SQLite] | Convert data |
| /ply give [player] [type] [amount] (reason) | Give balance |
| /ply log [player] [type] (page) | View records |
| /ply look [player] [type] | View balance |
| /ply lookTotal [player] [type] | View accumulated value (1.0.6+) |
| /ply reload | Reload the plugin |
| /ply set [player] [type] [amount] (reason) | Set balance |
| /ply take [player] [type] [amount] (reason) | Deduct balance |
| /ply import [third-party] | Import third-party data (1.0.1+) |
| /ply giveAll [type] [amount] (reason) | Batch give balance to online players (1.0.8+) |
| /ply setAll [type] [amount] (reason) | Batch set balance for online players (1.0.8+) |
| /ply takeAll [type] [amount] (reason) | Batch deduct balance from online players (1.0.8+) |
| /ply clear [type] | Clear all data for the specified currency (1.1.4+) |
| /ply balTop [type] | View ranking for a specified currency (1.1.8+) |
| /ply me | View all of your own currencies (1.3.0+) |
[] Required, () Optional
For all-series commands, add offline after the parameters to operate on offline players. If it is not added, the
command operates on online players.
Example:
/ply giveAll [type] [amount] (give currency to offline players) offline
/ply giveAll [type] [amount] (give currency to online players)