Updated Home (markdown)

Norbi Peti 2020-11-01 23:26:12 +01:00
parent 60d40a26ee
commit baa87db3f7

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>
```