From 65a1b08397f93084ab90b93b5872f72ad940bb13 Mon Sep 17 00:00:00 2001 From: Paldiu Date: Sat, 2 Apr 2022 13:59:55 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f9d31d5..72c2bee 100644 --- a/README.md +++ b/README.md @@ -4,21 +4,19 @@ 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: - +``` plugins { id "com.github.johnrengelman.shadow" version "7.1.2" } - - + repositories { maven { name = 'sonatype' url = 'https://s01.oss.sonatype.org/content/groups/public/' } } - - + dependencies { shadow 'io.github.simplexdevelopment:SimplexCL:1.0.0' } - \ No newline at end of file +``` From b5c7390aaa0b573baefe489ba74a00a578469491 Mon Sep 17 00:00:00 2001 From: Paldiu Date: Sat, 2 Apr 2022 14:00:36 -0500 Subject: [PATCH 2/3] 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" } From 2a61839e88788b53606f84e0e760dbc08cffdc56 Mon Sep 17 00:00:00 2001 From: Paldiu Date: Sat, 2 Apr 2022 14:01:19 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19d4362..796ae59 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 +```Gradle plugins { id "com.github.johnrengelman.shadow" version "7.1.2" }