About Jump Rewards Event
Plugin that rewards players with random items from item list when they jump.
Permissions:
No permissions to use.
Features
- Customizable cooldown system
- Item list with settings for probability, and quantity
- Ability to enable/disable auto event
- 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
{
"Cooldown Seconds": 15.0,
"Enable Cooldown": true,
"Jumps Before Cooldown": 10,
"Use As Timed Event": true,
"Min Interval Minutes": 30.0,
"Max Interval Minutes": 60.0,
"Duration Minutes": 15.0,
"Item List": [
{
"Item ShortName": "aiming.module.mlrs",
"Min Amount": 1,
"MaxAmount": 1,
"Drop Chance": 1.0
},
{
"Item ShortName": "ammo.grenadelauncher.buckshot",
"Min Amount": 12,
"MaxAmount": 24,
"Drop Chance": 5.0
},
{
"Item ShortName": "ammo.grenadelauncher.he",
"Min Amount": 6,
"MaxAmount": 12,
"Drop Chance": 5.0
},
{
"Item ShortName": "ammo.grenadelauncher.smoke",
"Min Amount": 6,
"MaxAmount": 12,
"Drop Chance": 5.0
},
{
"Item ShortName": "ammo.handmade.shell",
"Min Amount": 12,
"MaxAmount": 64,
"Drop Chance": 17.0
},