Update README.md

This commit is contained in:
Paldiu
2022-04-02 14:00:36 -05:00
committed by GitHub
parent 65a1b08397
commit b5c7390aaa

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
plugins {
id "com.github.johnrengelman.shadow" version "7.1.2"
}