promotional bannermobile promotional banner

Hyguns Plugin

The Hyguns Plugin is a mod designed to help you add complex systems to your weapon mods with no code from you

File Details

HygunsPlugin-3.5.1

  • R
  • Feb 25, 2026
  • 2.32 MB
  • 4.4K
  • Early Access

File Name

HygunsPlugin-3.5.1.jar

Supported Versions

  • Early Access

3.5.1

  • Added weapon wall-penetration settings:
    • CanPenetrateWalls (boolean)
      • WallPenetrationBlocks (double, default 1.0)
  • Added configurable hit-part damage multipliers:
    • DamageMultipliers in HyGuns.Settings, for example (currently values):
      • {"Head": 1.5, "Body": 1.0, "*": 1.0}
      • Multipliers are now centralized and applied through HitDamageMultipliers.
  • Added robust line-of-sight blocking:
    • Projectile damage now checks world geometry between projectile and target.
      • BlockMaterial.Empty blocks are ignored and do not consume penetration budget.
      • Non-empty blocks consume penetration budget, and damage is blocked if allowance is exceeded.
  • Added optional lethal damage mode:
    • LethalDamage (boolean)
      • When enabled, projectile damage is resolved as target current HP + 1 (instant kill behavior).
  • Added interaction-level overrides:
    • Hyguns_CanPenetrateWalls
      • Hyguns_WallPenetrationBlocks
      • Hyguns_LethalDamage
  • Updated ingot descriptions:
    • Ingot recipes with RequiredTierLevel: 1 are now described as requiring Furnace Tier 2 (tier indexing starts at 0).