Romitou / Puffer4J

🐑 A library to easily manage your PufferPanel, being a web-based game server management system that allows you to manage several different game servers from one central location.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

β˜• Puffer4J 🐑

A library to easily manage your PufferPanel, being a web-based game server management system that allows you to manage several different game servers from one central location.

πŸš€ Installation

You can implement Puffer4J with Gradle, or Maven via Jitpack.

Gradle

repositories {
	// ...
	maven { url 'https://jitpack.io' }
}

dependencies {
	// ...
	implementation 'com.github.Romitou:Puffer4J:1.0.0'
}

Maven

Add the Jitpack deposit if missing:

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

<dependencies>
  <dependency>
    <groupId>com.github.Romitou</groupId>
    <artifactId>Puffer4J</artifactId>
    <version>1.0.0</version>
  </dependency>
</<dependencies>

πŸ“– Documentation

You will find all the documentation in the wiki section.

About

🐑 A library to easily manage your PufferPanel, being a web-based game server management system that allows you to manage several different game servers from one central location.


Languages

Language:Java 100.0%