🎯Head hunting
A player is randomly selected from all players on the server to hide, because a reward has been announced for him. All players will receive hints about where he is after a while, and there will be particles around the victim and TNT on his head. If the player holds out for the specified time, he will receive an even greater reward.
Commands
View mode commands
/headhunt help
Adds an item to your hand as a prize when you win. You need to specify the drop chance. Be sure to change the drop type in the config for this mode.
/headhunt additem <chance>
Quick restart
/headhunt trigger
Permissions
You must use a permission manager like LuckPerms which supports .*
permissions notation. Bukkit doesn't support this notation by default!
Gives all mode access to the player
fun.headhunt.*
Gives the player permission to restart this mode
fun.headhunt.trigger
Main config (config.yml)
Mode config (head_hunting.yml)
You can change the type of reward. Just change it in the config above. Here are what they are:
1) MONEY - Gives only money
2) ITEM - Gives only one item with some chance
3) ALLITEMS - Gives all items in list
4) COMMAND - Executes commands. Example:
Last updated