moneyPlugin

a plugin that adds currancy to papermc servers

681

moneyPlugin

Commands

- `/sd <add|set|remove> <player> <amount>` (permission: `sd.admin`) - `/pay <player> <amount>` - `/hidebalance`

Notes on privacy

- The plugin only shows your own balance in your tab header. - The `hidden` toggle prevents any feature from exposing your balance to others in the future and can be expanded later.

Config

`config.yml`:

```yaml symbol: '$' ```

Data files

- `plugins/ServerDollars/balances.yml` stores balances and hidden flags.

Compatibility

Built against Paper API `${paper.api.version}` (1.21.x). Adjust in `pom.xml` if needed for newer patch versions.

ADS