moneyPlugin
a plugin that adds currancy to papermc servers
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
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.