Jump to content

ReflectDamage 1.6.0

   (1 review)

1 Screenshot

  • 9.2k
  • 85
  • 7.23 kB
 Share

About ReflectDamage

Features
Reflect configurable damage and bleeding back to players who attack other players.
Disabled inside of ZoneManager PVP and DynamicPVP zones
Disabled inside of AbandonedBases
Works with TruePVE

 

Config
 

{
  "ApplyBleeding": true,
  "BleedingIntensity": 5.0,
  "EnableDamageToVictim": false,
  "ReflectPercentage": 50.0
}

Permissions

Auth level 2 required to set permissions

oxide.grant user <steamID/username> reflectdamage.use
or
oxide.grant group <groupname> reflectdamage.use

API - Next update
 

        private object OnReflectDamage(BasePlayer victim, BasePlayer attacker)
        {
            return PlayerInEvent(victim) || PlayerInEvent(attacker) ? true : (object)null;
        }

 

  • Like 1

User Feedback

1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.9k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.