diff --git a/README.md b/README.md index e5d8635..afd40b1 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,33 @@ -![](https://maven.funnyboyroks.com/api/badge/latest/snapshots/com/funnyboyroks/DrawLib?color=40c14a&name=DrawLib&prefix=v) +[![](https://jitpack.io/v/funnyboy-roks/DrawLib.svg)](https://jitpack.io/#funnyboy-roks/DrawLib) # DrawLib -(Name Pending to Change) - A simple library to draw some simple shapes using particles in Paper servers ![Screenshot](./img/screenshot.png) -## Usage +## Maven + +Add jitpack to your `repositories`: +```xml + + jitpack.io + https://jitpack.io + +``` -See the [maven repo](https://maven.funnyboyroks.com/#/snapshots/com/funnyboyroks/DrawLib/1.0.0-SNAPSHOT) for the latest version and code snippets for your `pom.xml`. +Add DrawLib to your `dependencies`: +```xml + + com.github.funnyboy-roks + DrawLib + 1.1.0-SNAPSHOT + +``` + +For other tools, see the [JitPack](https://jitpack.io/#funnyboy-roks/DrawLib) page + +## Usage ```java ShapeRenderer renderer = new ShapeRenderer(); @@ -26,4 +43,4 @@ renderer.drawLine(point1, point2); - Point - Line - Cuboid -- Sphere \ No newline at end of file +- Sphere diff --git a/pom.xml b/pom.xml index 2077e6e..cea53df 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.funnyboyroks DrawLib - 1.0.2-SNAPSHOT + 1.1.0-SNAPSHOT jar DrawLib