From 14769ceb9dace2199f5f6c2186c6f0045af416d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= Date: Thu, 10 Sep 2020 16:28:06 +0200 Subject: [PATCH] Update README --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index a5a1863c..8095ef45 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ # Command Library Of (yo)Ur Dreams +[![CodeFactor](https://www.codefactor.io/repository/github/sauilitired/cloud/badge)](https://www.codefactor.io/repository/github/sauilitired/cloud) + This is going to be a general-purpose Java command library. It will allow programmers to define command chains that users can use to execute pre-defined actions. @@ -25,3 +27,27 @@ Once the core functionality is present additional goals are: - Create a Minecraft specific implementation and add appropriate bindings (bukkit, paper, velocity and bungee) with Brigadier mappings where appropriate - Create a Discord implementation - Create a Java CLI implementation + +## Links + +- Discord: discord.gg/KxkjDVg + + +## Maven + +cloud is available from [IntellectualSites](https://intellectualsites.com)' maven repository: + +```xml + + intellectualsites-snapshots + https://mvn.intellectualsites.com/content/repositories/snapshots + +``` + +```xml + + com.intellectualsites + + + +```