View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window Coinsystem-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.didi1150.bungee.listener
├─ com.github.didi1150.bungee.listener.PlayerListener.class - [JAR]
com.github.didi1150.api.spigot
├─ com.github.didi1150.api.spigot.Main.class - [JAR]
com.github.didi1150.bungee
├─ com.github.didi1150.bungee.Main.class - [JAR]
com.github.didi1150.api.spigot.events
├─ com.github.didi1150.api.spigot.events.CoinPlayerCoinsUpdateEvent.class - [JAR]
com.github.didi1150.bungee.commands.subcommands
├─ com.github.didi1150.bungee.commands.subcommands.AddCommand.class - [JAR]
├─ com.github.didi1150.bungee.commands.subcommands.CheckCommand.class - [JAR]
├─ com.github.didi1150.bungee.commands.subcommands.RemoveCommand.class - [JAR]
com.github.didi1150.bungee.commands
├─ com.github.didi1150.bungee.commands.CommandManager.class - [JAR]
├─ com.github.didi1150.bungee.commands.SubCommand.class - [JAR]
com.github.didi1150.bungee.utils
├─ com.github.didi1150.bungee.utils.StringUtils.class - [JAR]
├─ com.github.didi1150.bungee.utils.Utils.class - [JAR]
com.github.didi1150.api
├─ com.github.didi1150.api.CoinPlayer.class - [JAR]
├─ com.github.didi1150.api.CoinPlayerManagement.class - [JAR]
com.github.didi1150
├─ com.github.didi1150.MySQL.class - [JAR]