From b5c7390aaa0b573baefe489ba74a00a578469491 Mon Sep 17 00:00:00 2001 From: Paldiu Date: Sat, 2 Apr 2022 14:00:36 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72c2bee..19d4362 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is an abstracted command system designed to make Paper's default command lo To use this in your plugin, simply add the following to your build.gradle: -``` +```Groovy plugins { id "com.github.johnrengelman.shadow" version "7.1.2" }