作者:rebot | 分类:模组
Minecraft 版本: 1.21.5 1.21.6
平台: fabric
标签: economy game-mechanics
A server side mod that allows you to add a bounty system to your server using in game items. No need for a currency mod, keep it vanilla! Players can set a bounty using commands and accessing a GUI to set a bounty. Once a player who has a bounty gets eliminated, the player who eliminated them can claim their bounty!
Questions? Ideas? Come join my discord!
| Command | Description | Permission Level |
|---|---|---|
| /setBounty <player> | Allows the player to set a bounty with diamonds via a GUI | Everyone |
| /claimbounty | Allows the player to claim a bounty with diamonds via a GUI | Everyone |
| /bountyboard | Allows the player to see all the bounties that are currently active | Everyone |
| /helpbounty | Shows all the commands for Bounty Hunt | Everyone |
| /adjustbounty | Allows the player to change a previously set bounty via a GUI | Everyone |
| /bountyItemType <diamonds/iron/gold/ emerald/lapis/copper/netherite> |
Set the currency to a preset mineral | Level 3 |
| /bountyItemType custom <ingot> | Set the currency to a custom item with no block variant allowed | Level 3 |
| /bountyItemType custom <ingot> <block> <ingotToBlockAmount> | Set the currency to a custom item with a block variant with the amount of the single item to the block variant | Level 3 |
| /bountyItemType confirm | Confirm the currency change when there are bounties already in place, will change current bounties currency to the new one | Level 3 |
| /bountyAnnouncement <amount/Default> | Set the amount(ingot) it takes when setting a bounty to announce it to the whole server, custom amount or Default to change it to the default value | Level 3 |
This is the default config file for Bounty Hunt
{
"itemIngot": 764,
"ingotToBlockAmount": 9,
"announceAmount": 576,
"onlyIngot": false,
"itemBlock": 77
}
The config file will be created once the mod is run for the first time located in the bountyhunt folder.
All the values can be changed in game using the /bountyItemType and /bountyAnnouncement commands. No need to change the config file manually.
请登录后举报
暂无评论,抢个沙发吧~