Bounties
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
-
View User Profile
-
Send Message
Posted Oct 31, 2014using the latest version, it takes the money off the player then throws this error in the console and the bounty is not set http://pastebin.com/iBNDABa2
-
View User Profile
-
Send Message
Posted Jan 21, 2014@Kodi40
I updated the page. There are only 2 nodes aside from bounties.admin. there is bounties.use for access to all commands except locate, which has it's own permission bounties.locate.
-
View User Profile
-
Send Message
Posted Jan 21, 2014What are the permissions for the commands. for example - * bounties.
PLs Help me :)
-
View User Profile
-
Send Message
Posted Jan 6, 2014I like.
-
View User Profile
-
Send Message
Posted Jun 23, 2013@Craelix
You can setup a mysql database, or if you already have one, just make sure your bukkit.yml is set up to use it.
-
View User Profile
-
Send Message
Posted Jun 23, 2013@metalhedd
So there's no way I can install/use bounties? Is there something else I can install?
-
View User Profile
-
Send Message
Posted Jun 23, 2013@Craelix
That's using SQLite not mysql. Bounties doesn't support sqlite. I feel like we just had this conversation?
-
View User Profile
-
Send Message
Posted Jun 23, 2013And I get that internal error after I type something like, "bounty add [name] 51"
-
View User Profile
-
Send Message
Posted Jun 23, 2013Sorry.
Here is an updated console that I managed to get. http://pastebin.com/gzmQ6PBb
-
View User Profile
-
Send Message
Posted Jun 22, 2013@Craelix
That's only a small part of the message that I need to see, please include at least 30 lines before AND after the lines you pasted. even if it looks irrelevant, that's the part I need to see. if in doubt, upload your entire server.log. also please use pastebin.com, don't paste it in the comments here.
-
View User Profile
-
Send Message
Posted Jun 22, 2013The only console messages that I can see are.. 22.06 13:55:48 [Server] INFO at com.norcode.bukkit.bounties.BountiesPlugin.addBounty(BountiesPlugin.java:207) 22.06 13:55:48 [Server] INFO at com.norcode.bukkit.bounties.DBPersistence.saveBounty(DBPersistence.java:108) 22.06 13:58:34 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'bounty' in plugin Bounties v0.0.6
-
View User Profile
-
Send Message
Posted Jun 22, 2013@Craelix
Can you paste the console error message that comes up at the same time?
-
View User Profile
-
Send Message
Posted Jun 22, 2013I do have a MySQL Database though.
Inside the config, this is what mine looks like if there's any problems. http://pastebin.com/4nukNDZi
-
View User Profile
-
Send Message
Posted Jun 19, 2013@Craelix
it requires a mysql database (or something other than sqlite) configured in bukkit.yml. that error messgae usually indicates you're using sqlite
-
View User Profile
-
Send Message
Posted May 21, 2013@spazmonkey777
it's actually a bug with sqlite support. the plugin seems to only work with mysql at the moment. I'll try to release a patch w/ sqlite support but it might be a little tricky to still make it backwards compatible.
-
View User Profile
-
Send Message
Posted May 17, 2013@metalhedd
Getting this error in game when I tried using Bounties with 1.5.2-R0.2 http://pastebin.com/XSBnJx21 I also had a hard time figuring out what the permission was to give players to use commands. All you have listed is the Admin permission, but I dug through the code and found bounties.use hehe. Hope this bug can be fixed!
-
View User Profile
-
Send Message
Posted May 15, 2013@Gabe1010
are you having a problem with it on 1.5.2? It doesn't need to be updated.
-
View User Profile
-
Send Message
Posted May 15, 2013please update to 1.5.2
-
View User Profile
-
Send Message
Posted Apr 12, 2013@M3DDLER
This plugin should work with 1.4.7 -> 1.5.1
-
View User Profile
-
Send Message
Posted Jan 30, 2013Any chance you can update this for 1.4.7 please?