mirror of
https://github.com/SimplexDevelopment/SimplexCL.git
synced 2024-11-14 22:43:33 +00:00
Merge branch 'main' of https://github.com/SimplexDevelopment/SimplexCL
This commit is contained in:
commit
61e201413f
10
README.md
10
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:
|
To use this in your plugin, simply add the following to your build.gradle:
|
||||||
|
|
||||||
<code>
|
```Gradle
|
||||||
plugins {
|
plugins {
|
||||||
id "com.github.johnrengelman.shadow" version "7.1.2"
|
id "com.github.johnrengelman.shadow" version "7.1.2"
|
||||||
}
|
}
|
||||||
</code>
|
|
||||||
<code>
|
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
name = 'sonatype'
|
name = 'sonatype'
|
||||||
url = 'https://s01.oss.sonatype.org/content/groups/public/'
|
url = 'https://s01.oss.sonatype.org/content/groups/public/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</code>
|
|
||||||
<code>
|
|
||||||
dependencies {
|
dependencies {
|
||||||
shadow 'io.github.simplexdevelopment:SimplexCL:1.0.0'
|
shadow 'io.github.simplexdevelopment:SimplexCL:1.0.0'
|
||||||
}
|
}
|
||||||
</code>
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user