jar

io.github.simplexdevelopment : SimplexCL

Maven & Gradle

May 13, 2022
1 stars

SimplexCL · A better alternative to Paper's Command Loader

Table Of Contents

Latest Version

Download io.github.simplexdevelopment : SimplexCL JAR file - Latest Versions:

All Versions

Download io.github.simplexdevelopment : SimplexCL JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window SimplexCL-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.simplexdevelopment.cl

├─ io.github.simplexdevelopment.cl.CommandBase.class - [JAR]

├─ io.github.simplexdevelopment.cl.CommandLoader.class - [JAR]

├─ io.github.simplexdevelopment.cl.DummyCommand.class - [JAR]

├─ io.github.simplexdevelopment.cl.Permissible.class - [JAR]

io.github.simplexdevelopment.cl.api

├─ io.github.simplexdevelopment.cl.api.ICommand.class - [JAR]

├─ io.github.simplexdevelopment.cl.api.SubCommand.class - [JAR]

io.github.simplexdevelopment.cl.api.annotations

├─ io.github.simplexdevelopment.cl.api.annotations.Info.class - [JAR]

io.github.simplexdevelopment.cl.impl

├─ io.github.simplexdevelopment.cl.impl.ExampleCommand.class - [JAR]

io.github.simplexdevelopment.msgutils

├─ io.github.simplexdevelopment.msgutils.AdvancedColors.class - [JAR]

├─ io.github.simplexdevelopment.msgutils.BasicColors.class - [JAR]

├─ io.github.simplexdevelopment.msgutils.TextFormatting.class - [JAR]