From ca90bad637a958162b6b9f4e8d0f3b91be5a3267 Mon Sep 17 00:00:00 2001 From: sya-ri Date: Sun, 14 Apr 2024 00:24:52 +0900 Subject: [PATCH] docs: Add badges --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c24ba4f..16db24b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # commandapi-kotlin-improved [![Compatible with CommandAPI v9.3.0](https://img.shields.io/badge/Compatible%20with-CommandAPI%20v9.3.0-brightgreen)](https://commandapi.jorel.dev/9.3.0/) +[![GitHub release (latest by date)](https://img.shields.io/github/v/release/sya-ri/commandapi-kotlin-improved)](https://github.com/sya-ri/commandapi-kotlin-improved/releases/latest) +[![Maven Central](https://img.shields.io/maven-central/v/dev.s7a/commandapi-bukkit-kotlin-improved)](https://search.maven.org/artifact/dev.s7a/commandapi-bukkit-kotlin-improved) +[![ktlint](https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg)](https://ktlint.github.io/) Improve [CommandAPI](https://github.com/JorelAli/CommandAPI) Kotlin DSL. @@ -29,6 +32,10 @@ A great library for creating Minecraft commands. It's a library written in Java - Replace `dev.jorel:commandapi-bukkit-kotlin` with this library. ```kotlin +repositories { + mavenCentral() +} + dependencies { implementation("dev.s7a:commandapi-bukkit-kotlin-improved:1.0.0") }