New darts - any way to make them useless?

Seems as if these new darts are still causing damage (radiation, blackout, etc). Any way to disable them? Thank you!

hi. no. they are disabled already. dart effects should only be allowed when the dart damage is allowed. another plugin can override. godmode will override as well I think, since the damage hook is not called then.

strange - are they disabled by default or do we need to make a category for them?  

players are saying the radiation dart is causing rads and I've tested it.  Thank you!

it's permanently enabled. dart effects are blocked when the dart damage is blocked. HitEntity is set null in OnEntityTakeDamage, which causes ItemModProjectileDart.ServerProjectileHitEntity to return before the effect is applied. you must have some plugin still allowing it to be applied.

I tested again and there is still zero effect. not using godmode and very few plugins.