Feather is an efficient lightweight database library. Mirror of code at https://github.com/Rainnny7/Feather https://rainnny.club
Go to file
2023-12-12 00:18:29 -05:00
assets Add logo 2023-12-11 22:36:22 -05:00
src/main/java/me/braydon/feather General idea 2023-12-12 00:16:47 -05:00
.gitignore Initial Commit 2023-12-11 22:34:12 -05:00
checkstyle.xml Add checkstyle 2023-12-11 22:37:29 -05:00
COPYRIGHT.txt Initial Commit 2023-12-11 22:34:12 -05:00
pom.xml General idea 2023-12-12 00:16:47 -05:00
README.md oops 2023-12-12 00:18:29 -05:00

Feather

Discord Download Docs - Javadocs

Feather

An all-in-one plugin library to help Java developers make Bungeecord & Spigot plugins.

Table of Contents

Features

  • TODO

Stars

Star History Chart

Support

Looking for support? Join the Discord or contact rainnny7 on Discord.

Contributing

  1. Follow steps for building from source
  2. Make your changes
  3. Make a PR with your changes, following these guidelines

Building from Source

  1. Clone this repository: git clone https://git.rainnny.club/Rainnny/Feather.git && cd Feather
  2. Build the project: mvn package, output is ./target