Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

FairyProject/ImanityFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The framework to let you develop plugin quick and easy!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages