Update README.md

This commit is contained in:
Paldiu 2022-04-02 14:00:36 -05:00 committed by GitHub
parent 65a1b08397
commit b5c7390aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: To use this in your plugin, simply add the following to your build.gradle:
``` ```Groovy
plugins { plugins {
id "com.github.johnrengelman.shadow" version "7.1.2" id "com.github.johnrengelman.shadow" version "7.1.2"
} }