From 84c9db8262cdea927b53c5cdfb244384b7011fd3 Mon Sep 17 00:00:00 2001 From: Martin Panzer Date: Sat, 30 Dec 2023 19:52:33 +0100 Subject: [PATCH] include badges in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d55aeb5..933132e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Version](https://img.shields.io/maven-central/v/com.pro-crafting.mc/commandframework?logo=apache-maven&style=for-the-badge)](https://search.maven.org/artifact/com.pro-crafting.mc/commandframework) +[![GitHub Actions Status]()](https://github.com/pro-crafting/Common/actions/workflows/build.yml) + + I created a very lightweight annotation based command system that works similar to Bukkit's events system. It removes the necessity to add the command to your plugin.yml but will still allow you to set descriptions and usages through code.