Skip to content

Commit ff307ad

Browse files
authored
Merge pull request #581 from Hopefuls/Hopefuls-patch-1
Fixed dependency examples, removed badge
2 parents 02fd884 + 7dd3a44 commit ff307ad

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Check out our [Spigot-Page](https://www.spigotmc.org/resources/advancedban.8695/
77
![Minecraft Version 1.7-1.13](https://img.shields.io/badge/supports%20minecraft%20versions-1.7--1.16-brightgreen.svg)
88
![license GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-lightgrey.svg)
99
[![CircleCI](https://circleci.com/gh/DevLeoko/AdvancedBan.svg?style=svg)](https://circleci.com/gh/DevLeoko/AdvancedBan)
10-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/a84ecbeefd4d4eca864152d72adfde9c)](https://www.codacy.com/app/DevLeoko/AdvancedBan?utm_source=github.com&utm_medium=referral&utm_content=DevLeoko/AdvancedBan&utm_campaign=badger)
1110

1211
_Coded by Leoko_
1312

@@ -23,14 +22,26 @@ To use the API you need to add AdvancedBan to your project and declare it as a d
2322

2423
Add AdvancedBan to you project by adding the AdvancedBan.jar to your build-path or as a:
2524
#### Maven dependency in your pom.xml
26-
```
25+
26+
Example Usage from Jitpack:
27+
```xml
28+
<repositories>
29+
<repository>
30+
<id>jitpack.io</id>
31+
<url>https://jitpack.io</url>
32+
</repository>
33+
</repositories>
34+
...
2735
<dependency>
28-
<groupId>me.leoko.advancedban</groupId>
36+
<groupId>com.github.DevLeoko.AdvancedBan</groupId>
2937
<artifactId>AdvancedBan</artifactId>
30-
<version>2.1.6</version>
38+
<version>v2.3.0</version>
3139
</dependency>
3240
```
33-
https://github.com/DevLeoko/AdvancedBan/packages/147493
41+
Note: Jitpack also supports dependencies for gradle!
42+
43+
[AdvancedBan on Jitpack](https://jitpack.io/#DevLeoko/AdvancedBan)
44+
3445

3546
You can use this API for both Spigot and Bungeecord plugins.
3647
Check out the [Java Docs](https://devleoko.github.io/AdvancedBan/) to get started.

0 commit comments

Comments
 (0)