Updated Home (markdown)
parent
60d40a26ee
commit
baa87db3f7
1 changed files with 16 additions and 0 deletions
16
Home.md
16
Home.md
|
@ -1,3 +1,19 @@
|
|||
Chroma-Core is a Spigot plugin that provides APIs to manage users, messages, exceptions and others across different platforms and has an easy to use command and a config system. It also comes with a component system to make the Chroma plugins highly configurable.
|
||||
|
||||
See the other pages for more information.
|
||||
|
||||
## Maven info
|
||||
|
||||
```
|
||||
<repository>
|
||||
<id>jitpack.io</id>
|
||||
<url>https://jitpack.io/</url>
|
||||
</repository>
|
||||
```
|
||||
```
|
||||
<dependency>
|
||||
<groupId>com.github.TBMCPlugins.ChromaCore</groupId>
|
||||
<artifactId>Chroma-Core</artifactId>
|
||||
<version>v1.0.0</version>
|
||||
</dependency>
|
||||
```
|
Loading…
Reference in a new issue