WorldGuard

WorldGuard

8M Downloads

Option to disable Effect.SMOKE in the method playDenyEffect

dwesolowski opened this issue ยท 4 comments

commented

Feature Request
I would like a option to disable the Effect.SMOKE in the playDenyEffect on lines 1189 and 1195 in the EventAbstractionListener class, players seem to spam it because they think it's cute or something.

Describe the solution you'd like
A config option to disable this effect.

commented

the fact that you went to find the line of code but didn't see the conditional confuses me.

commented

I do see a conditional if (!event.isCancelled()), but what do I set to cancel it?

commented

That's not on line 1189 and 1195?

commented

Thanks, never mind. I located it.
particleEffects = config.getBoolean("use-particle-effects", true);