Bounties is simple, configurable bounty system to allow players to offer a reward for the deaths of their enemies.
The primary goal of this plugin is simplicity for the player, there is only one command with a few simple sub-commands. All data is stored using bukkit's configured database and is easily integrated with any website.
Features
- Configurable percentage of every bounty contribution is 'eaten' by the server.
- 'locate' command with configurable cost to tell you the distance to a given target.
- Bounties are created by one player, but can be contributed to by anyone.
- Configurable expiry times, extended every time a contribution is made to the bounty.
- Ability for the creator of a bounty to cancel it. (no refunds)
Commands
- /bounty help - Show help
- /bounty add <player> <amt> - Create or add to a bounty.
- /bounty locate <player> - tells you the distance to <player> for a configurable fee.
- /bounty list [oldest|newest|highest|placed|mine] [page] - List bounties.
- /bounty cancel <target> - Cancel's a bounty.
- /bounty reload - reload plugin config.
Permissions
- bounties.admin - allows cancelling bounties created by other users and reloading the config.
- bounties.use - allows general usage of the bounty system
- bounties.locate - allows access to /bounty locate
Bounties depends on vault for economy support.
Bounties is 100% free to use, modify and redistribute under the terms of the MIT License. Source is available on github