Imprex-Development / orebfuscator

Orebfuscator - High-Performance Anti X-Ray plugin
https://modrinth.com/plugin/orebfuscator
GNU General Public License v3.0
119 stars 26 forks source link

Message getting spammed when block breaks. #350

Closed steffqxyz closed 3 weeks ago

steffqxyz commented 5 months ago

Description

There is a message that gets spammed for the whole server whenever someone breaks a block

message: "someblock" contains "ore"

Reproduction Steps

Break a block latest version

Expected Behaviour

Not show a message in chat for everyone

Orebfuscator Dump

https://gist.github.com/steffqxyz/e32ceaed5d301a875d7f454e9e6abc8f

Extra Details

No response

Ingrim4 commented 5 months ago

That's not us since the only messages we send are the following: (found using github search)

  1. sender.sendMessage("Incorrect command registered!");
  2. sender.sendMessage("You don't have the 'orebfuscator.admin' permission.");
  3. player.sendMessage("[§bOrebfuscator§f]§7 You bypass Orebfuscator because you have the 'orebfuscator.bypass' permission.");
  4. Update/Deprecation message which is only visible to admins (orebfuscator.admin permission) when they join the server.

Maybe another plugins that's not compatible with the chunks being "random"?

Ingrim4 commented 3 weeks ago

Closed due to inactivity.