This Rust plugin removes the workbench requirement for reloading the minigun, allowing players to reload it anywhere. It includes a configurable cooldown to prevent rapid reloading.
Permissions
minigunreloadanywhere.use
- Grants the ability to reload the minigun anywhere.
Configuration
JSON:
{
"Version": "1.3.0",
"Reload Duration Seconds": 5.0,
"Reload Cooldown Seconds": 10.0,
"Enable Toast Notifications": true
}
Reload Duration Seconds
- How long the player must hold R before the minigun reloads (set to0
for instant reload with no progress bar).Reload Cooldown Seconds
- The minimum time that must pass after a reload before another can start.Enable Toast Notifications
-true
shows pop-up toasts for warnings;false
disables toasts (chat messages still appear).
Localization
JSON:
{
"ReloadCooldown": "You can reload again in {0} seconds.",
"MagazineFull": "Your minigun is already fully loaded.",
"NoAmmo": "You have no ammo to reload your minigun."
}