About JumpRewards
Plugin that rewards players with random items from a custom item pool or game pool when they jump.
Permissions:
No permissions to use.
Features
- Customizable cooldown system
- Item pools with settings for probability, skins, and quantity
- Support for random Workshop skins
- Ability to enable/disable rewards
- UI Editor (/jr)
Commands
- /on - Enable jump rewards for yourself
- /off - Disable jump rewards for yourself
- /jr – UI Settings (Need admin permission jumprewards.admin)
Part of the configuration
"CooldownSeconds": 20.0,
"EnableCooldown": true,
"JumpsBeforeCooldown": 10,
"ItemPool": [
{
"ShortName": "abovegroundpool",
"MinAmount": 1,
"MaxAmount": 1,
"ChancePercent": 1.0,
"EnableRandomSkins": true,
"WorkshopSkinChance": 100.0
},
{
"ShortName": "aiming.module.mlrs",
"MinAmount": 1,
"MaxAmount": 1,
"ChancePercent": 1.0,
"EnableRandomSkins": true,
"WorkshopSkinChance": 100.0
},
{
"ShortName": "ammo.grenadelauncher.buckshot",
"MinAmount": 12,
"MaxAmount": 24,
"ChancePercent": 5.0,
"EnableRandomSkins": true,
"WorkshopSkinChance": 100.0
},
{
"ShortName": "ammo.grenadelauncher.he",
"MinAmount": 6,
"MaxAmount": 12,
"ChancePercent": 5.0,
"EnableRandomSkins": true,
"WorkshopSkinChance": 100.0
},
{
"ShortName": "ammo.grenadelauncher.smoke",
"MinAmount": 6,
"MaxAmount": 12,
"ChancePercent": 5.0,
"EnableRandomSkins": true,
"WorkshopSkinChance": 100.0
},