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 couponcodes-3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.drepic26.couponcodes.core.coupon
├─ com.github.drepic26.couponcodes.core.coupon.Coupon.class - [JAR]
├─ com.github.drepic26.couponcodes.core.coupon.CouponHandler.class - [JAR]
├─ com.github.drepic26.couponcodes.core.coupon.EconomyCoupon.class - [JAR]
├─ com.github.drepic26.couponcodes.core.coupon.ItemCoupon.class - [JAR]
├─ com.github.drepic26.couponcodes.core.coupon.RankCoupon.class - [JAR]
├─ com.github.drepic26.couponcodes.core.coupon.XpCoupon.class - [JAR]
com.github.drepic26.couponcodes.core.entity
├─ com.github.drepic26.couponcodes.core.entity.Player.class - [JAR]
com.github.drepic26.couponcodes.core.permission
├─ com.github.drepic26.couponcodes.core.permission.PermissionHandler.class - [JAR]
com.github.drepic26.couponcodes.bukkit.economy
├─ com.github.drepic26.couponcodes.bukkit.economy.VaultEconomyHandler.class - [JAR]
com.github.drepic26.couponcodes.core.economy
├─ com.github.drepic26.couponcodes.core.economy.EconomyHandler.class - [JAR]
com.github.drepic26.couponcodes.bukkit.config
├─ com.github.drepic26.couponcodes.bukkit.config.BukkitConfigHandler.class - [JAR]
com.github.drepic26.couponcodes.bukkit.entity
├─ com.github.drepic26.couponcodes.bukkit.entity.BukkitPlayer.class - [JAR]
com.github.drepic26.couponcodes.core.commands
├─ com.github.drepic26.couponcodes.core.commands.Command.class - [JAR]
├─ com.github.drepic26.couponcodes.core.commands.CommandException.class - [JAR]
├─ com.github.drepic26.couponcodes.core.commands.CommandHandler.class - [JAR]
├─ com.github.drepic26.couponcodes.core.commands.CommandSender.class - [JAR]
├─ com.github.drepic26.couponcodes.core.commands.CommandUsage.class - [JAR]
com.github.drepic26.couponcodes.bukkit.database
├─ com.github.drepic26.couponcodes.bukkit.database.SQLDatabaseHandler.class - [JAR]
com.github.drepic26.couponcodes.bukkit.listeners
├─ com.github.drepic26.couponcodes.bukkit.listeners.BukkitListener.class - [JAR]
com.github.drepic26.couponcodes.bukkit.database.options
├─ com.github.drepic26.couponcodes.bukkit.database.options.DatabaseOptions.class - [JAR]
├─ com.github.drepic26.couponcodes.bukkit.database.options.MySQLOptions.class - [JAR]
├─ com.github.drepic26.couponcodes.bukkit.database.options.SQLiteOptions.class - [JAR]
com.github.drepic26.couponcodes.core
├─ com.github.drepic26.couponcodes.core.ServerModTransformer.class - [JAR]
com.github.drepic26.couponcodes.core.util
├─ com.github.drepic26.couponcodes.core.util.Color.class - [JAR]
├─ com.github.drepic26.couponcodes.core.util.CouponCodesProperties.class - [JAR]
├─ com.github.drepic26.couponcodes.core.util.RandomName.class - [JAR]
com.github.drepic26.couponcodes.bukkit.commands
├─ com.github.drepic26.couponcodes.bukkit.commands.BukkitCommandHandler.class - [JAR]
com.github.drepic26.couponcodes.core.commands.runnables
├─ com.github.drepic26.couponcodes.core.commands.runnables.AddCommand.class - [JAR]
├─ com.github.drepic26.couponcodes.core.commands.runnables.InfoCommand.class - [JAR]
├─ com.github.drepic26.couponcodes.core.commands.runnables.ListCommand.class - [JAR]
├─ com.github.drepic26.couponcodes.core.commands.runnables.RedeemCommand.class - [JAR]
├─ com.github.drepic26.couponcodes.core.commands.runnables.RemoveCommand.class - [JAR]
com.github.drepic26.couponcodes.bukkit.permission
├─ com.github.drepic26.couponcodes.bukkit.permission.SuperPermsPermissionHandler.class - [JAR]
├─ com.github.drepic26.couponcodes.bukkit.permission.VaultPermissionHandler.class - [JAR]
com.github.drepic26.couponcodes.bukkit
├─ com.github.drepic26.couponcodes.bukkit.BukkitPlugin.class - [JAR]
├─ com.github.drepic26.couponcodes.bukkit.BukkitServerModTransformer.class - [JAR]
com.github.drepic26.couponcodes.sponge
├─ com.github.drepic26.couponcodes.sponge.SpongePlugin.class - [JAR]
com.github.drepic26.couponcodes.bukkit.coupon
├─ com.github.drepic26.couponcodes.bukkit.coupon.BukkitCouponHandler.class - [JAR]
├─ com.github.drepic26.couponcodes.bukkit.coupon.BukkitCouponTimer.class - [JAR]