99[ CodeMCBadge] : https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci.codemc.io%2Fjob%2Fbotblock%2Fjob%2FJavaBotBlockAPI%2F&label=Dev%20Builds&style=plastic
1010[ CodeMC ] : https://ci.codemc.io/job/botblock/job/JavaBotBlockAPI/
1111
12- [ BadgeDownload ] : https://img.shields.io/bintray/v/andre601/ maven/JavaBotBlockAPI ?label=Bintray& style=plastic
12+ [ DownloadBadge ] : https://img.shields.io/nexus/ maven-public/org.botblock/javabotblockapi-core ?label=Release&server=https%3A%2F%2Frepo.codemc.io& style=plastic
1313[ Download ] : https://bintray.com/andre601/maven/JavaBotBlockAPI/_latestVersion
1414
1515[ JDA] : https://github.com/DV8FromTheWorld/JDA
@@ -31,28 +31,17 @@ JavaBotBlockAPI is a continued and updated Java Wrapper for [BotBlock], a websit
3131This wrapper is a fork of [ BotBlock4J] and was updated and improved to make it as userfriendly as possible.
3232
3333# Installation
34- [ ![ BadgeDownload]] [ Download ]
35- [ ![ CodeMCBadge]] [ CodeMC ]
34+ [ ![ DownloadBadge]] [ Download ] [ ![ CodeMCBadge]] [ CodeMC ]
3635
3736You can install JavaBotBlockAPI through the following methods.
3837Make sure to replace ` {version} ` with the above shown version.
3938
4039## Gradle
41- Put this code into your ` build.gradle ` to download all modules:
42- ``` groovy
43- repositories{
44- maven{ url = 'https://dl.bintray.com/andre601/maven' }
45- }
46-
47- dependencies{
48- compile group: 'org.botblock', name: 'javabotblockapi', version: '{version}'
49- }
50- ```
40+ To download the different modules will you need to add the following snippets to your ` build.gradle ` :
5141
52- if you want to only download specific modules can you just use ` javabotblockapi-<module> ` :
5342``` groovy
5443repositories{
55- maven{ url = 'https://dl.bintray.com/andre601 /maven' }
44+ maven{ url = 'https://repo.codemc.io/repository /maven-public ' }
5645}
5746
5847dependencies{
@@ -71,30 +60,13 @@ dependencies{
7160```
7261
7362## Maven
74- For maven use this code snippet to download all modules:
75- ``` xml
76- <repositories >
77- <repository >
78- <id >jcenter</id >
79- <url >https://dl.bintray.com/andre601/maven</url >
80- </repository >
81- </repositories >
82-
83- <dependencies >
84- <dependency >
85- <groupId >org.botblock</groupId >
86- <artifactId >javabotblockapi</artifactId >
87- <version >{version}</version >
88- </dependency >
89- </dependencies >
90- ```
63+ To download the different modules will you need to add the following snippets to your ` pom.xml ` :
9164
92- if you want to only download specific modules can you just use ` javabotblockapi-<module> ` :
9365``` xml
9466<repositories >
9567 <repository >
96- <id >jcenter </id >
97- <url >https://dl.bintray.com/andre601 /maven</url >
68+ <id >codemc </id >
69+ <url >https://repo.codemc.io/repository /maven-public </url >
9870 </repository >
9971</repositories >
10072
@@ -130,7 +102,7 @@ if you want to only download specific modules can you just use `javabotblockapi-
130102```
131103
132104# Usage Examples
133- Below can you find a few examples on how JavaBotBlockAPI can/should be used.
105+ Below will you find a few examples on how JavaBotBlockAPI can/should be used.
134106Please make sure to also take a look at the [ Javadoc] for any additional information.
135107
136108## BotBlockAPI
0 commit comments