BountyHunt made By Michidu for MatichaPvp
This plugin will choise a player randomly and put a Bounty on him, if another player kill him he will get the rewards
Its quit simple as plugins so im not going to take 500 years to explain.
Playerscommand :
/Bounty : show the actual bonty and their position "The position is not working good"
Admin command :
cheat addbounty <steamid> : allow the admin to add the bounty manually on a player
This plugin will choise a player randomly and put a Bounty on him, if another player kill him he will get the rewards
Its quit simple as plugins so im not going to take 500 years to explain.
Playerscommand :
/Bounty : show the actual bonty and their position "The position is not working good"
Admin command :
cheat addbounty <steamid> : allow the admin to add the bounty manually on a player
JSON:
{
"General":{
"BountyTime":8, // How mush time a player will stay as bounty
"ItemsAmount":1, // Number of item that the player will get if he kill a bounty
"MinShopPoints":10,
"MaxShopPoints":100,
"BountyInterval":5, // the interval for the plugins to choise a new bounty
"AmountToChoose":1,// how mush bounty the plugins will choise each Bountyinterval
"ShowPos": false
},
"ItemsConfig": {
"Items": [{
"Amount": 1,
"Quality": 10,
"ForceBlueprint": false,
"Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Cloth/PrimalItemArmor_ClothPants.PrimalItemArmor_ClothPants'"
},
{
"Amount": 1,
"Quality": 3,
"ForceBlueprint": true,
"Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponSword.PrimalItem_WeaponSword'"
}
]
},
"Messages": {
"Sender": "BountyHunter",
"AddedBounty": "The bounty hunt is open bring me back the head of {} and be rewarded proud hero !",
"ClaimBounty": "{} has killed the bounty{}, dead or alive law dont care",
"NotificationText": "The justice is locking for does person bring them dead or alive:\n"
}
}