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 hardcorelivesplugin-1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.voxelbuster.hardcorelivesplugin.event
├─ com.voxelbuster.hardcorelivesplugin.event.PlayerDisplayLifeScoreboardEvent.class - [JAR]
├─ com.voxelbuster.hardcorelivesplugin.event.PlayerLifeCountChangedEvent.class - [JAR]
├─ com.voxelbuster.hardcorelivesplugin.event.PlayerOutOfLivesEvent.class - [JAR]
├─ com.voxelbuster.hardcorelivesplugin.event.PluginEventHandler.class - [JAR]
com.voxelbuster.hardcorelivesplugin
├─ com.voxelbuster.hardcorelivesplugin.ConfigManager.class - [JAR]
├─ com.voxelbuster.hardcorelivesplugin.HardcoreLivesPlugin.class - [JAR]
├─ com.voxelbuster.hardcorelivesplugin.PermissionUtil.class - [JAR]
├─ com.voxelbuster.hardcorelivesplugin.SaveTaskScheduler.class - [JAR]
com.voxelbuster.hardcorelivesplugin.command
├─ com.voxelbuster.hardcorelivesplugin.command.PluginBaseCommand.class - [JAR]
├─ com.voxelbuster.hardcorelivesplugin.command.PluginSubcommand.class - [JAR]
├─ com.voxelbuster.hardcorelivesplugin.command.SubcommandAddLives.class - [JAR]
├─ com.voxelbuster.hardcorelivesplugin.command.SubcommandAutosave.class - [JAR]
├─ com.voxelbuster.hardcorelivesplugin.command.SubcommandConfig.class - [JAR]
├─ com.voxelbuster.hardcorelivesplugin.command.SubcommandGiveLives.class - [JAR]
├─ com.voxelbuster.hardcorelivesplugin.command.SubcommandHelp.class - [JAR]
├─ com.voxelbuster.hardcorelivesplugin.command.SubcommandLives.class - [JAR]
├─ com.voxelbuster.hardcorelivesplugin.command.SubcommandReload.class - [JAR]
├─ com.voxelbuster.hardcorelivesplugin.command.SubcommandReset.class - [JAR]
├─ com.voxelbuster.hardcorelivesplugin.command.SubcommandResetAll.class - [JAR]
├─ com.voxelbuster.hardcorelivesplugin.command.SubcommandSave.class - [JAR]
├─ com.voxelbuster.hardcorelivesplugin.command.SubcommandScoreboard.class - [JAR]
├─ com.voxelbuster.hardcorelivesplugin.command.SubcommandScoreboardSlot.class - [JAR]
├─ com.voxelbuster.hardcorelivesplugin.command.SubcommandSetLives.class - [JAR]
├─ com.voxelbuster.hardcorelivesplugin.command.SubcommandSetMax.class - [JAR]
com.voxelbuster.hardcorelivesplugin.placeholders
├─ com.voxelbuster.hardcorelivesplugin.placeholders.HardcoreLivesExpansion.class - [JAR]