jar

org.lintx.plugins.modules : Configure

Maven & Gradle

Jun 06, 2022
4 stars

ConfigureCore · ConfigureCore: Let your Minecraft plugin load and save the configuration. You no longer need to care about config.yml or any other .yml file. Support for BukkitAPI and BungeeCord.

Table Of Contents

Latest Version

Download org.lintx.plugins.modules : Configure JAR file - Latest Versions:

All Versions

Download org.lintx.plugins.modules : Configure JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.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 Configure-1.2.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.lintx.plugins.modules.configure

├─ org.lintx.plugins.modules.configure.BukkitConfigure.class - [JAR]

├─ org.lintx.plugins.modules.configure.BungeeConfigure.class - [JAR]

├─ org.lintx.plugins.modules.configure.Configure.class - [JAR]

├─ org.lintx.plugins.modules.configure.ConfigureBukkitPlugin.class - [JAR]

├─ org.lintx.plugins.modules.configure.ConfigureBungeePlugin.class - [JAR]

├─ org.lintx.plugins.modules.configure.YamlConfig.class - [JAR]

Advertisement