About Barrel Crate Bounty
Barrel Crate Bounty
This plugin turns every destroyed barrel and looted crate into a unique reward opportunity, all based on players' permission levels. (Gives players extra Economics / Server Rewards / Commands / Items / Battlepass points.)
Key Features:
● Compatible CARBON
● Enhanced Reward System : The Barrel Crate Bounty plugin offers players additional rewards for destroying barrels and looting crates, enhancing the gaming experience in Rust.
● Permission-Level Rewards : Rewards are distributed based on players’ permission levels, allowing for a tiered reward system that can be customized to cater to different player statuses, such as VIP or Admin.
● Customizable Reward Configuration : Server administrators have the flexibility to define the type and amount of rewards for each permission level, offering total control over the reward distribution mechanism.
● Dynamic Reward Notifications : Players receive real-time notifications regarding their rewards, keeping them informed and engaged as they accumulate points and items.
● Support for Multiple Plugins : Barrel Crate Bounty seamlessly integrates with other plugins like Notify, Economics, ServerRewards, and BattlePass, providing a cohesive gaming experience.
● Command-Based Rewards : The plugin supports the execution of custom commands as rewards, offering a versatile way to grant players unique perks and items based on their in-game actions.
● Intuitive Language Support : With built-in multi-language support, the plugin can communicate with players in English and French, making it accessible to a wider audience.
● Data Management : Efficiently handles player data, tracking the number of barrels destroyed and crates opened by each player, ensuring accurate reward distribution.
● Risk-Reward Gameplay : Players are incentivized to destroy more barrels and open more crates to earn rewards, introducing an engaging risk-reward dynamic to the gameplay.
Commands :
● /barrel : Displays the number of barrels a player has destroyed and the count needed for the next reward. Requires appropriate permissions.
Options : You can use PermAdder to better structure your permission management
Config File :
{
"CommandNotifyType": 1,
"Permissions": [
{
"BarrelsRequired": 10,
"BattlePassPoints": 0,
"Economics": true,
"EconomicsReward": 10,
"EnableRewardCommands": true,
"ItemRewards": false,
"NotifyType": 0,
"Permission": "barrelcratebounty.default",
"RewardBarrel": true,
"RewardCommands": [
"(put command here)",
"(put here another command)"
],
"RewardCrate": false,
"RewardMessage": "You received {economics} $ for destroying {barrels} barrels!",
"Rewards": {
"DisplayName": "Scrap",
"ItemAmount": 500,
"ShortName": "scrap",
"SkinId": 0
},
"ServerRewards": false,
"ServerRewardsPoints": 0,
"UseBattlePass": false,
"UseNotify": true
},
{
"BarrelsRequired": 5,
"BattlePassPoints": 0,
"Economics": false,
"EconomicsReward": 20,
"EnableRewardCommands": true,
"ItemRewards": true,
"NotifyType": 1,
"Permission": "barrelcratebounty.vip",
"RewardBarrel": true,
"RewardCommands": [
"(put command here)",
"(put here another command)"
],
"RewardCrate": true,
"RewardMessage": "VIP! You received {serverrewards} for destroying {barrels} barrels!",
"Rewards": {
"DisplayName": "Refined Metal",
"ItemAmount": 10,
"ShortName": "metal.refined",
"SkinId": 0
},
"ServerRewards": true,
"ServerRewardsPoints": 50,
"UseBattlePass": false,
"UseNotify": true
},
{
"BarrelsRequired": 1,
"BattlePassPoints": 0,
"Economics": false,
"EconomicsReward": 0,
"EnableRewardCommands": true,
"ItemRewards": false,
"NotifyType": 0,
"Permission": "barrelcratebounty.admin",
"RewardBarrel": true,
"RewardCommands": [
"(put command here)",
"(put here another command)"
],
"RewardCrate": true,
"RewardMessage": "Admin! You received 5000 SCRAP for destroying {barrels} barrels!",
"Rewards": {
"DisplayName": "SCRAP",
"ItemAmount": 5000,
"ShortName": "scrap",
"SkinId": 0
},
"ServerRewards": true,
"ServerRewardsPoints": 100,
"UseBattlePass": false,
"UseNotify": false
}
],
"UseBattlePassGlobal": false,
"UseCommandNotify": true
}
Lang File EN :
{
"CommandMessage": "You have destroyed {0} barrel(s).\nYou need to destroy {1} more to earn a reward.",
"NoBarrelDestroyed": "You haven't destroyed any barrels.",
"NoPermission": "You don't have permission to receive rewards for destroying barrels.",
"EconomicsCurrencyName": "Dollar",
"ServerRewardsCurrencyName": "Points",
"BattlePassCurrencyName": "Points BP"
}
Lang File FR :
{
"CommandMessage": "Vous avez détruit {0} baril(s).\nIl vous en reste {1} à détruire pour obtenir une récompense.",
"NoBarrelDestroyed": "Vous n'avez détruit aucun baril.",
"NoPermission": "Vous n'avez pas la permission de recevoir des récompenses pour avoir détruit des barils.",
"EconomicsCurrencyName": "Euros",
"ServerRewardsCurrencyName": "Points",
"BattlePassCurrencyName": "Points BP"
}