The plugin generates a full configuration file on first load. The most important controls are grouped around permissions, minigun behavior, missile behavior, lock-on, rocket boost, bombs, HUD, and manual reload timing.
{
"RequirePermission": true,
"MinigunDamage": 20.0,
"MinigunRange": 400.0,
"MinigunBulletVelocity": 500.0,
"MinigunRoundsPerSecond": 10.0,
"MinigunMagazineSize": 100,
"MinigunReloadTime": 30.0,
"ExplosiveBulletsEnabled": true,
"ExplosiveBulletChance": 0.01,
"MissileCooldown": 1.5,
"MissileSpeed": 100.0,
"MaxMissilesPerReload": 6,
"MissileReloadCooldown": 30.0,
"EnableLockOn": true,
"LockOnTime": 0.35,
"LockOnMaxRange": 400.0,
"LockOnMaxAngle": 10.0,
"EnableRocketBoost": true,
"BoostThrustMultiplier": 1.5,
"BoostFuelDuration": 1.0,
"BoostRechargeTime": 15.0,
"EnableBombs": true,
"MaxBombsPerReload": 4,
"BombReloadTime": 20.0,
"BombDamage": 150.0,
"BombRadius": 6.0,
"ManualReloadCooldown": 45.0,
"EnableHUD": true,
"DebugMode": false
}
For PvP servers, start conservative with lower damage, longer reload timers, and limited explosive bullet chance. For PvE event servers, increase missile and bomb capacity while keeping reload timers long enough to prevent constant spam.