Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Tags
Creators
Details
Licensed ARR
Published last month
Description
Create and manage player bounties on your server. Players can place bounties on others; anyone can accept a contract and hunt the target to claim the reward. Supports permissions so server admins can control who can create or remove contracts.
Dependencies
This plugin requires Vault and an economy plugin (for example: EssentialsX)
Features
- Place bounties on other players with a currency amount.
- Any player can become a bounty hunter and claim rewards by killing the target.
- Admin-only deletion or permission-based control for sensitive actions.
- Simple commands for server-friendly management.
Commands
- help — show available commands
- list — list all contracts
- create <player> <amount> — create a bounty on a player
- delete <id> confirm — delete a bounty (admin only or requires permission murderorder.delete)
plugin.yml
name: MurderOrder
version: 1.0
main: fr.skyfoxmc.murderorder.Main
api-version: 1.21
authors:
- SkyFoxMC
description: Complete kills missions to win the reward
commands:
murderorder:
description: the only command of the plugin
usage: §cIncorrect usage: use /murderorder help
aliases: [mo,morder]
permissions:
murderorder.delete:
description: Allows deleting a murder order
default: op


