About Custom Magazine Capacity
xMagazineCapacity
- Set a custom magazine capacity for any weapon.
- Define a default capacity
- Define a permission or not for any custom magazine capacity
Default Config
{
"Weapons": [
{
"weaponName": "rifle.ak",
"capacity": 45,
"defaultCapacity": 30,
"permission": ""
},
{
"weaponName": "rocket.launcher",
"capacity": 15,
"defaultCapacity": 1,
"permission": "xmc.rocketlauncher"
}
]
}
Keep "permission" empty to override magazine capacity for all players. When config is changed, reload the plugin.
Add as much weapons as you want.