/ImanityFramework

The framework to let you develop plugin quick and easy!

Primary LanguageJavaMIT LicenseMIT

ImanityFramework

The Project has been moved and renamed to Fairy, checkout the brand new ImanityFramework here: Fairy

Build Status

The framework to let you build plugin/backend/discord-bot or even HTTP server easily with clean spotless codes

Maven

<repositories>
    <repository>
        <id>imanity-repo</id>
        <url>https://maven.imanity.dev/repository/imanity-libraries/</url>
    </repository>
</repositories>

<dependency>
    <groupId>org.imanity.framework</groupId>
    <artifactId>MODULE</artifactId>
    <version>VERSION</version>
    <scope>provided</scope>
</dependency>

Credits

  • SpringBoot - Inspired on code structures design
  • packetevents - Revised to fit the library needs
  • ProtocolLib - Revised to fit the library needs
  • configlib - Revised to fit the library needs
  • helper - Revised to fit the library needs
  • jsoncat - Revised to fit the library needs
  • norm - Revised to fit the library needs

Example Plugins:

License

License: MIT

The Imanity Framework is under MIT License