Skip to content

Commit

Permalink
include badges in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Postremus committed Dec 30, 2023
1 parent 6ff8cb5 commit 84c9db8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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://img.shields.io/github/actions/workflow/status/pro-crafting/CommandFramework/build.yml?branch=main&logo=GitHub&style=for-the-badge>)](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.


Expand Down

0 comments on commit 84c9db8

Please sign in to comment.