From 2b3d05116ca9f41c991455ba76e407999dacaac0 Mon Sep 17 00:00:00 2001 From: Jake Moore <38172916+Jake-Moore@users.noreply.github.com> Date: Sun, 19 Nov 2023 00:14:40 -0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ce8766cc..77b4e974 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ Before you can use KamiCommon, you have to import it into your project. If you are developing an application outside of spigot, you can shade the jar using maven-shade-plugin and by removing the provided scope from the dependency. +### Import with Gradle +Before you continue, if you're working on a spigot plugin make sure to add `KamiCommon` to your plugin.yml (or otherwise) in the `depend:` list + ### Import with Maven Add the following Repository to your pom.xml ```xml