Raid block not triggering when explosives usedSolved
In response to Calytic ():
Before 2.0.9 this plugin would only consider the "majority" damage type, and now after 2.0.9 this pl...
How much is the slower performance? Im running alot of mods so it's already a bit loaded. Don't wanna mess things up.

Thanks
Hard to measure, the damage hooks are amongst the most called hooks, and checking every type of damage instead of just one means more calls to IsRaidDamage.  If you're worried about performance, just increase the cacheTimer (slowly). Hands down the slowest thing this plugin does is check friends and clan relationships.  No way around it.
In response to Calytic ():
Hard to measure, the damage hooks are amongst the most called hooks, and checking every type of dama...
I just tested it but it doesnt work. Whenever I remove everything except explosive and fire it disabled raidblock alltogether.

Edit: oh nvm i think i fixed it, had to remove the config first before i reinstalled it

But one question: Could you add the "/s" command from ServerRewards?
Please create a separate thread for a new issue.  The answer to your question is no, ServerRewards will have to implement a hook like canShop or CanShop (either will work)
Locked automatically