qKiller
A lightweight Minecraft plugin that adds a player bounty system with economy integration, a GUI browser, persistent SQLite storage.
qKiller
qKiller — Player Bounty System
---
Dependencies
- Vault (Required)
---
Features
- Permission-based on any player with a simple command - Permission-based — several players can add to the same bounty, stacking the reward - Permission-based — all bounties persist across server restarts - Permission-based — view all active bounties in a paginated chest inventory with player heads - Permission-based via Vault — works with any Vault-compatible economy plugin (EssentialsX, CMI, etc.) - Permission-based — set, remove bounties and reload config without restarting - Permission-based — server-wide announcements when a bounty is placed or claimed - Permission-based — set minimum and maximum bounty amounts in config - Permission-based — fine-grained permission nodes for players and admins
---
Commands
| Command | Description | Permission | |---|---|---| | `/killer <player> <amount>` | Place a bounty on a player | `qkiller.use` | | `/killers` | Open the bounty browser GUI | `qkiller.gui` | | `/qkiller reload` | Reload plugin configuration | `qkiller.reload` | | `/qkiller remove <player>` | Remove a player's bounty | `qkiller.remove` | | `/qkiller set <player> <amount>` | Set a bounty directly (no cost) | `qkiller.set` | | `/qkiller top` | List top 10 active bounties | `qkiller.admin` |
---
Permissions
| Node | Default | Description | |---|---|---| | `qkiller.use` | Everyone | Place bounties | | `qkiller.gui` | Everyone | Open bounty GUI | | `qkiller.reload` | OP | Reload config | | `qkiller.remove` | OP | Remove any bounty | | `qkiller.set` | OP | Set a bounty without cost | | `qkiller.admin` | OP | View top bounties list |
---