Skip to content

Commit 921c001

Browse files
Update README.md
1 parent 34367fb commit 921c001

File tree

1 file changed

+3
-35
lines changed

1 file changed

+3
-35
lines changed

README.md

+3-35
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,7 @@
1-
# MiniGamesBox
1+
# MiniGamesBox [![Maven Repository](https://maven.plugily.xyz/api/badge/latest/releases/plugily/projects/MiniGamesBox-Classic?color=40c14a&name=Maven&prefix=v)](https://maven.plugily.xyz/#/releases/plugily/projects/MiniGamesBox-Classic) [![JavaDoc Repository](https://maven.plugily.xyz/api/badge/latest/releases/plugily/projects/MiniGamesBox-Classic?color=40c14a&name=JavaDoc&prefix=v)](https://maven.plugily.xyz/javadoc/releases/plugily/projects/MiniGamesBox-Classic/latest) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=Plugily-Projects_MiniGamesBox&metric=sqale_rating)](https://sonarcloud.io/summary/overall?id=Plugily-Projects_MiniGamesBox) [![Discord](https://img.shields.io/discord/345628548716822530.svg?color=7289DA&style=for-the-badge&logo=discord)](https://discord.plugily.xyz) [![Patreon]( https://img.shields.io/badge/Patreon-F96854?style=for-the-badge&logo=patreon&logoColor=white)](https://patreon.com/plugily)
22

3-
Library box with massive content that could be seen as minigames core.
4-
**The name is not final and may change...**
3+
Library box with massive content that could be seen as minigames core. Used on all plugily projects minigames to have one code base.
54

6-
## JavaDocs
7-
8-
https://jd.plugily.xyz/minigamesbox
9-
10-
## Maven repo
11-
12-
Add repository
13-
14-
```xml
15-
16-
<repositories>
17-
<repository>
18-
<id>plugily-projects</id>
19-
<url>https://maven.plugily.xyz</url>
20-
</repository>
21-
</repositories>
22-
```
23-
24-
Then add the dependency, select one of 3 modules: classic, minecraft, database
25-
26-
```xml
27-
28-
<dependencies>
29-
<dependency>
30-
<groupId>plugily.projects</groupId>
31-
<artifactId>minigamesbox(-inventory/-classic)</artifactId>
32-
<version>1.1.1</version>
33-
<scope>compile</scope>
34-
</dependency>
35-
</dependencies>
36-
```
375

386
# Credits
397

@@ -42,5 +10,5 @@ Then add the dependency, select one of 3 modules: classic, minecraft, database
4210
| Library | Author | License | Used on module |
4311
|------------------------------------------------------|-----------------------------------------------|-------------------------------------------------------------------------------|------------------------|
4412
| [FastInv](https://github.com/MrMicky-FR/FastInv) | [MrMicky](https://github.com/MrMicky-FR) | [MIT License](https://github.com/MrMicky-FR/FastInv/blob/master/LICENSE) | MiniGamesBox Inventory |
45-
| [Commons Box](https://github.com/Plajer/Commons-Box) | [Plajer](https://github.com/Plajer) | [GPLv3](https://github.com/Plajer/Commons-Box/blob/master/LICENSE.md) | MiniGamesBox Classic |
13+
| [Commons Box](https://github.com/Plajer/Commons-Box) | [Plajer](https://github.com/Plajer) | [GPLv3](https://github.com/Plajer/Commons-Box/blob/master/LICENSE.md) | MiniGamesBox Classic, Database, Utils |
4614
| [XSeries](https://github.com/CryptoMorin/XSeries) | [CryptoMorin](https://github.com/CryptoMorin) | [MIT License](https://github.com/CryptoMorin/XSeries/blob/master/LICENSE.txt) | MiniGamesBox |

0 commit comments

Comments
 (0)