I want to edit a .class file just to change something from "true" to false. I'm using Eclipse to do so, but I only could find a JBC text editor, which works, but not all the time.
https://dev.bukkit.org/projects/call-duty-zombies
^ I want to edit this plugin for Minecraft, specifically in this directly:
com - theprogrammingturkey - comz - game - managers - PowerUpManager.class
I understand you can decompile this file into a .java file, but after that, how do I even get it back to a .class file so it can be recognizable to read?
Line 65 is what I want to change.