Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 572 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 572 Bytes

license jitpack

keeper

A basic config manager for your Spigot/Bungee plugins.

Usage

Download

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>
<dependency> 
    <groupId>com.github.haq.keeper</groupId> 
    <artifactId>spigot or bungee</artifactId> 
    <version>VERSION_NUMBER</version> 
</dependency>