|
1 | | -<!-- BotBlock links --> |
2 | | -[BotBlock]: https://botblock.org |
| 1 | +[BotBlock]: https://botblock.org |
3 | 2 | [API]: https://botblock.org/api/docs |
4 | 3 |
|
5 | | -<!-- BotBlock4J --> |
6 | 4 | [BotBlock4J]: https://github.com/Nathan-webb/BotBlock4J |
7 | 5 |
|
8 | | -<!-- Javadoc link --> |
9 | 6 | [wiki]: https://jbba.dev/docs |
10 | 7 |
|
11 | | -<!-- CI link (Thanks to CodeMC.io) --> |
12 | | -[CodeMC]: https://ci.codemc.io/job/botblock/job/JavaBotBlockAPI/ |
13 | | -[CodeMCBadge]: https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci.codemc.io%2Fjob%2Fbotblock%2Fjob%2FJavaBotBlockAPI%2F&label=Dev%20Builds&style=plastic&logo=Jenkins&logoColor=white |
| 8 | +[CodeMC]: https://ci.codemc.io/job/botblock/job/JavaBotBlockAPI/ |
| 9 | +[CodeMCBadge]: https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci.codemc.io%2Fjob%2Fbotblock%2Fjob%2FJavaBotBlockAPI%2F&label=Dev%20Builds&style=plastic |
14 | 10 |
|
15 | | -<!-- Bintray links --> |
16 | | -[BadgeDownload]: https://img.shields.io/bintray/v/andre601/maven/JavaBotBlockAPI?label=Bintray&style=plastic&logo=JFrog-Bintray&logoColor=white |
| 11 | +[BadgeDownload]: https://img.shields.io/bintray/v/andre601/maven/JavaBotBlockAPI?label=Bintray&style=plastic |
17 | 12 | [Download]: https://bintray.com/andre601/maven/JavaBotBlockAPI/_latestVersion |
18 | 13 |
|
19 | | -<!-- JavaBotBlockAPI image --> |
20 | | -[image]: src/main/resources/JavaBotBlockAPI.png |
| 14 | +[JDA]: https://github.com/DV8FromTheWorld/JDA |
| 15 | +[OkHttp]: https://github.com/square/okhttp/ |
| 16 | +[JSON]: https://github.com/stleary/JSON-java |
| 17 | +[Caffeine]: https://github.com/ben-manes/caffeine |
21 | 18 |
|
22 | | -<!-- Dependency links --> |
23 | | -[JDA]: https://github.com/DV8FromTheWorld/JDA |
24 | | -[OkHttp]: https://github.com/square/okhttp/ |
25 | | -[JSON]: https://github.com/stleary/JSON-java |
26 | | -[Caffeine]: https://github.com/ben-manes/caffeine |
27 | | - |
28 | | -<!-- GitHub links --> |
29 | | -[Wiki]: https://github.com/botblock/JavaBotBlockAPI/wiki |
| 19 | +[Wiki]: https://github.com/botblock/JavaBotBlockAPI/wiki |
30 | 20 | [contributors.md]: https://github.com/botblock/JavaBotBlockAPI/blob/master/contributors.md |
31 | 21 |
|
32 | | -![image] |
33 | 22 |
|
34 | 23 | JavaBotBlockAPI is a continued and updated Java Wrapper for [BotBlock], a website that makes it possible to update guild counts on multiple lists with one API. |
35 | 24 | This wrapper is a fork of [BotBlock4J] and was updated and improved to make it as userfriendly as possible. |
36 | 25 |
|
37 | 26 | # Installation |
38 | | -[![BadgeDownload]][Download] [![CodeMCBadge]][CodeMC] |
| 27 | +[![BadgeDownload]](https://bintray.com/andre601/maven/JavaBotBlockAPI/_latestVersion) [![CodeMCBadge]](https://ci.codemc.io/job/botblock/job/JavaBotBlockAPI/) |
39 | 28 |
|
40 | 29 | You can install JavaBotBlockAPI through the following methods. |
41 | 30 | Make sure to replace `{version}` with the above shown version. |
42 | 31 |
|
43 | 32 | ## Gradle |
44 | 33 | Put this code into your `build.gradle`: |
45 | | -```gradle |
| 34 | +```groovy |
46 | 35 | repositories{ |
47 | 36 | jcenter() |
48 | 37 | } |
@@ -84,6 +73,6 @@ Here are some useful links: |
84 | 73 | - [CodeMC] CI server for dev builds. Those jar files may differ from the ones on bintray. |
85 | 74 | - [BotBlock4J] Original Wrapper from which this one originates. |
86 | 75 |
|
87 | | -## Contributors ✨ |
| 76 | +## Contributors |
88 | 77 | We appreciate any contribution from others towards this project. |
89 | 78 | All contributors are listed on the [contributors.md] file. |
0 commit comments