Skip to content

Releases: botblock/JavaBotBlockAPI

v5.1.14: Added DISCORDLIST_CO

30 Mar 13:05
Compare
Choose a tag to compare

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

23 Mar 17:37
Compare
Choose a tag to compare

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

28 Feb 15:36
Compare
Choose a tag to compare

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

16 Feb 22:09
Compare
Choose a tag to compare

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

16 Feb 22:05
Compare
Choose a tag to compare

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

04 Feb 00:13
Compare
Choose a tag to compare

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

25 Jan 20:58
Compare
Choose a tag to compare

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

22 Jan 11:52
Compare
Choose a tag to compare

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

21 Jan 14:57
Compare
Choose a tag to compare

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

21 Jan 12:46
Compare
Choose a tag to compare

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>