Skip to content

Commit 1acf322

Browse files
committed
Edit a README.md for the first version
1 parent a6d1e18 commit 1acf322

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,42 @@
1+
<h2 align="center">
2+
<h1 align="center">Kits API</h1>
3+
<p align="center">A Bukkit/Spigot API to use kits easily and quickly to start</p>
4+
</h2>
5+
6+
[![](https://img.shields.io/github/v/release/luisbazandev/KitsAPI?label=Version)](https://github.com/luisBazanDev/KitsAPI/releases)
7+
[![](https://img.shields.io/github/license/luisbazandev/KitsAPI)](https://github.com/luisBazanDev/KitsAPI/blob/main/LICENSE)
18
[![](https://jitpack.io/v/luisBazanDev/KitsAPI.svg)](https://jitpack.io/#luisBazanDev/KitsAPI)
9+
10+
**Support and Project Discussion**
11+
- [Spigot Page]()
12+
13+
**Others**
14+
- <img width="20px" src="https://github.githubassets.com/images/modules/site/icons/funding_platforms/ko_fi.svg"></img> [Buy me a coffee](https://ko-fi.com/luisbazandev)
15+
16+
**Developers**
17+
18+
1. Add the repository
19+
```xml
20+
<repository>
21+
<id>jitpack.io</id>
22+
<url>https://jitpack.io</url>
23+
</repository>
24+
```
25+
26+
2. Add the dependency
27+
```xml
28+
<dependency>
29+
<groupId>com.github.luisBazanDev</groupId>
30+
<artifactId>KitsAPI</artifactId>
31+
<version>1.0</version>
32+
</dependency>
33+
```
34+
35+
**Compatible Minecraft versions:**
36+
37+
| Minecraft Version | Compatible Versions | Java Version |
38+
|-------------------|---------------------|--------------|
39+
| **1.16** | 1.0 | 8, 17, 19 |
40+
41+
**License**<br>
42+
[MIT](https://github.com/luisBazanDev/KitsAPI/blob/main/LICENSE)

0 commit comments

Comments
 (0)