A Java API wrapper for the Pelican/Pterodactyl panel API.
https://rainnny.club
.gitea/workflows | ||
.github | ||
src | ||
stylesheet | ||
.gitignore | ||
checkstyle.xml | ||
CONTRIBUTING.md | ||
LICENSE | ||
pom.xml | ||
README.md | ||
renovate.json |
Important
This API is currently a WIP and is not yet complete.
🦅 Pelican4J
A Java API wrapper for the Pelican and Pterodactyl panel API.
Table of Contents
🔬 Installation
Before getting started, you must add the dependency to your project. Below you can find the dependency for both Maven and Gradle.
Maven
<dependency>
<groupId>me.braydon</groupId>
<artifactId>Pelican4J</artifactId>
<version>VERSION</version>
</dependency>
Gradle (Kotlin DSL)
implementation("me.braydon:Pelican4J:VERSION")
🏃♂️ Getting Started
TODO
YourKit
YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor.