Class file change Minecraft ChatManager?

Ar
- in Plugins
6

I have ChatManager as a Minecraft plugin.

I've seen that a certain message comes when you execute a command that you can't handle.

In the jar file I found the .class file containing the message but can't change it.

Does anyone have any idea how walking could be?

This is the link to the plugin, and the class file:

Ps. The link does not work.

But here is the plugin: https://www.spigotmc.org/...nds.52245/

St

This is Java binary code, editing this is not a good idea.

You have to decompile the plugin (for example with JD-Gui), then you can edit it and then recompile it again.

vo

As long as the length remains the same, you can often change strings in classes, but you should not do that. In JRs, of course, something breaks the hash.

Ar

For me that does not work with the compliment.

Lo

Via a bytecode editor e.g.

St

What exactly does not work? To recompile, you need the Java Development Kit and ideally a build tool like Gradle. The best way to do that is by a developer, because it's a bit more involved.

Ar

Thank you!

Could you maybe do that?