Update README.md

This commit is contained in:
Paldiu
2022-04-02 14:01:19 -05:00
committed by GitHub
parent b5c7390aaa
commit 2a61839e88

View File

@ -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"
}