User Documentation
Note: This plugin is originally Brazilian. Default messages and commands are in
Portuguese, but the plugin can be configured or translated.
Introduction
Gaura adds a virtual currency called
Aura to your Minecraft server. It allows players to:
- Check their Aura balance.
- Receive automatic rewards.
- Give Auras to other players.
- Track transactions via server logs.
Installation
- Place the .jar file in the plugins folder.
- Restart the server.
- The plugin creates a default config.yml.
Commands
Command
Permission
Description
/aura - Shows your Aura balance
/giveaura <player> <amount> gaura.give Gives Auras to another player
Messages can be customized in config.yml using & for colors.
Basic Configuration
economy:
starting-auras: 0
enable-auto-rewards: true
auto-reward-interval: 30
auto-reward-amount: 1
max-transaction-amount: 1000000
enable-transaction-logs: true
PlaceholderAPI Integration
- %gaura_auras% → Shows player's Aura balance.
- %gaura_auras_formatted% → Shows formatted balance (e.g., “5 Auras”).
- %gaura_rank% → Shows player rank (future feature).
PlaceholderAPI must be installed for these placeholders to work.
Permissions
- gaura.receive → Receive automatic rewards.
- gaura.give → Give Auras with /giveaura.
- gaura.reload → Reload plugin configuration.
Notes
- Backup plugins/Gaura before updating.
- Edit config.yml to translate messages, adjust rewards, or change limits.
- Transaction logs help monitor the use of Auras.