From 6054196bdceb36ec19adf7ebc349ad1e3bdc02b3 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Sun, 28 Apr 2024 19:55:14 -0400 Subject: [PATCH] yes! --- .github/FUNDING.yml | 1 + README.md | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..a6ebeb1 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: Rainnny7 \ No newline at end of file diff --git a/README.md b/README.md index 53a8835..a3ee30e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ [![MIT License](https://img.shields.io/badge/License-MIT-limegreen.svg?style=plastic)](https://choosealicense.com/licenses/mit) [![Maven Publish Workflow](https://git.rainnny.club/Rainnny/Pelican4J/actions/workflows/maven-publish.yml/badge.svg)](./actions?workflow=maven-publish.yml) +![Wakatime Hours](https://wakatime.rainnny.club/api/badge/Rainnny/interval:any/project:Pelican4J) +[![Discord](https://discord.com/api/guilds/827863713855176755/widget.png)](https://discord.gg/p9gzFE2bc6) # Pelican4J A Java API wrapper for the [Pelican](https://pelican.dev) and [Pterodactyl](https://pterodactyl.io) panel API. @@ -12,12 +14,19 @@ A Java API wrapper for the [Pelican](https://pelican.dev) and [Pterodactyl](http - [Installation](#installation) - [Maven](#maven) - [Gradle (Kotlin DSL)](#gradle-kotlin-dsl) +- [Usage](#usage) --- ## Installation ### Maven +`TODO` + ### Gradle (Kotlin DSL) +`TODO` + +## Usage +`TODO` ---