Read Minecraft Java files?

Ja
- in Plugins
12

I have downloaded a Minecraft plugin and am wondering if there's a tool with which I could open or read the file. So I could orientate myself on the code and change it according to my ideas.

So

Jar files are compiled Java files, i.e. You have to decompile them first, there's special software for this.

za
Ja

Can you name this software for me

Ja

What is that supposed to bring me? I want to read a Java file.

Hi

You can read out a .jar file e.g. With this Jhttp://java-decompiler.github.io/.
This can possibly be restricted (readable) if it has been obfuscated beforehand.

So

Someone else just replied with an answer to your question.

sc

Just type in Jar Decompiler on the internet. You'll find something

Ja

Which version should I take? JD Gui or JD Eclipse?

Hi

Take the JD-GUI version.

Ja

And then the Windows version?

Hi

If you have windows of course.

Hi

This allows you to extract (and read out) the classes from the JAR.