Releases: botblock/JavaBotBlockAPI
v5.1.14: Added DISCORDLIST_CO
Added DISCORDLIST_CO
to the Site enum and deprecated DISCORDBOTREVIEWS_XYZ
Removed TOP_GG
(Was not removed on last release... Ooops)
Installation
Gradle
Use this in your build.gradle
dependencies{
compile 'org.botblock:JavaBotBlockAPI:5.1.14'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.1.14</version>
</dependency>
</dependencies>
v5.1.13: Added ARCANE_CENTER_XYZ to Site enum
Added ARCANE_CENTER_XYZ
to the Site enum and deprecated ARCANE_BOTCENTER_XYZ
In addition also removed DISCORDBOTS_ORG
and DISCORDBESTBOTS_XYZ
Installation
Gradle
Use this in your build.gradle
dependencies{
compile 'org.botblock:JavaBotBlockAPI:5.1.13'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.1.13</version>
</dependency>
</dependencies>
v5.1.12
RatelimitedException now returns RatelimitedException{delay=<delay>, botId=<botId>, ip=<ip>, route=<route>}
in getMessage() and also has additional new methods (toString()
, getDelay()
, getBotId()
, getIp()
and getRoute()
)
Installation
Gradle
Use this in your build.gradle
dependencies{
compile 'org.botblock:JavaBotBlockAPI:5.1.12'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.1.12</version>
</dependency>
</dependencies>
v5.1.11
Same as 5.1.10.
Forgot to update the version number.
Installation
Gradle
Use this in your build.gradle
dependencies{
compile 'org.botblock:JavaBotBlockAPI:5.1.11'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.1.11</version>
</dependency>
</dependencies>
v5.1.10: Added space-bot-list.org
Added SPACE_BOT_LIST_ORG to Site enum.
Installation
Gradle
Use this in your build.gradle
dependencies{
compile 'org.botblock:JavaBotBlockAPI:5.1.10'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.1.10</version>
</dependency>
</dependencies>
v5.1.9: Added CLOUDLIST_XYZ
Added CLOUDLIST_XYZ to Site enum.
Updated JDA from 4.1.1_101
to 4.1.1_105
Installation
Gradle
Use this in your build.gradle
dependencies{
compile 'org.botblock:JavaBotBlockAPI:5.1.9'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.1.9</version>
</dependency>
</dependencies>
v5.1.8: Change RatelimitedException
The RatelimitedException
now extends RuntimeException instead of Throwable.
This means that you no longer need to catch the RatelimitedException. It will still be thrown tho.
Also JDA was updated from 4.1.0_100
to 4.1.1_101
Installation
Gradle
Use this in your build.gradle
dependencies{
compile 'org.botblock:JavaBotBlockAPI:5.1.8'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.1.8</version>
</dependency>
</dependencies>
v5.1.6: Deprecated TOP_GG
TOP_GG
is now deprecated.
The reason behind this is this reason
Installation
Gradle
Use this in your build.gradle
dependencies{
compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '5.1.6'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.1.6</version>
</dependency>
</dependencies>
v5.1.5: Test release
This is a test release to check, if the upload action includes the zip file.
This download won't be available on bintray.
v5.1.4: Attempt to make upload action work
Attempt to make the action, which should attach files to this release, actually do that.
Installation
Gradle
Use this in your build.gradle
dependencies{
compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '5.1.4'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.1.4</version>
</dependency>
</dependencies>