commands
ZelBounty has two main command groups: player commands and admin commands.
Player Commands
Base command: /bounty
/bounty add <player> <amount>
zelbounty.command.player.add
Place a bounty on a player
/bounty gui
zelbounty.command.player.gui
Open the bounty browser GUI
/bounty info [player]
zelbounty.command.player.info
Check a player's current bounty
Admin Commands
Base command: /zelbounty (aliases: /zbounty, /zadmin)
/zelbounty reload
zelbounty.command.admin.reload
Reload all configuration files
/zelbounty history [player]
zelbounty.command.admin.history
View bounty action history
/zelbounty add <player> <amount>
zelbounty.command.admin.add
Add bounty without deducting money
/zelbounty remove <player> <amount>
zelbounty.command.admin.remove
Remove bounty from a player
/zelbounty reset <player>
zelbounty.command.admin.reset
Reset a player's bounty to 0
/zelbounty migrate <prefix>
zelbounty.command.admin.migrate
Migrate data from old database
/zelbounty backup
zelbounty.command.admin.backup
Create a database backup
/zelbounty import <file> <prefix>
zelbounty.command.admin.import
Import from external database
Permissions
Player Permissions
zelbounty.command.player.add
Allow placing bounties
zelbounty.command.player.gui
Allow opening bounty GUI
zelbounty.command.player.info
Allow checking bounty info
Admin Permissions
zelbounty.command.admin
Base admin permission
zelbounty.command.admin.reload
Reload configuration
zelbounty.command.admin.history
View bounty history
zelbounty.command.admin.add
Add bounties as admin
zelbounty.command.admin.remove
Remove bounties
zelbounty.command.admin.reset
Reset bounties
zelbounty.command.admin.migrate
Migrate database
zelbounty.command.admin.backup
Create backups
zelbounty.command.admin.import
Import data
Last updated
