Feather is an efficient lightweight database library. Mirror of code at https://github.com/Rainnny7/Feather https://rainnny.club
Go to file
2024-03-17 19:25:20 -07:00
.gitea fix(ci): Fix incorrect Gradle depend impl 2023-12-12 01:34:39 -05:00
assets Add logo 2023-12-11 22:36:22 -05:00
scripts fix(ci): Fix incorrect Maven syntax 2023-12-12 00:33:45 -05:00
src/main/java/me/braydon/feather Fix checkstyle violation 2023-12-15 02:14:10 -05:00
stylesheet Add missing javadoc profile to Maven 2023-12-12 00:45:35 -05:00
.gitignore Ignore the playground 2023-12-12 01:21:38 -05:00
checkstyle.xml Update structure 2023-12-15 00:07:10 -05:00
COPYRIGHT.txt Initial Commit 2023-12-11 22:34:12 -05:00
LICENSE Add the GNU GPLv3 license 2023-12-15 02:51:50 -05:00
pom.xml Merge pull request 'chore(deps): update dependency org.apache.maven.plugins:maven-shade-plugin to v3.5.2' (#1) from renovate/org.apache.maven.plugins-maven-shade-plugin-3.x into master 2024-03-17 19:25:20 -07:00
README.md Update README.md 2023-12-15 02:48:32 -05:00
renovate.json chore(deps): add renovate.json 2023-12-12 04:02:54 +00:00

Feather

Discord Download Docs - Gitea Docs - Javadocs

Important

This repository is a work-in-progress, if you have an issue, please create one here

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