This Rust plugin makes players face a tough challenge by jamming their weapons if they get too wet. Once the wetness threshold is crossed, the gun unloads its ammo and stops firing.
	
		
	
		
					
					
	
		
	
					
					
					Permissions
- wetgunsgojam.ignore- Allows players to ignore the wetness threshold and prevents their guns from jamming.
Configuration
		JSON:
	
	{
  "Version": "1.1.0",
  "Wetness Threshold Percentage": 70
}- Wetness Threshold Percentage- Sets the wetness level (in percentage) at which guns will jam. If a player's wetness exceeds this value, their weapon will unload its ammo and become jammed.
Localization
		JSON:
	
	{
  "WetnessThresholdExceeded": "Your weapon is jammed because you are too wet!"
} 
	


