Skip to content

Releases: botblock/JavaBotBlockAPI

v5.1.14: Added DISCORDLIST_CO

Choose a tag to compare

@Andre601 Andre601 released this 30 Mar 13:05

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

Choose a tag to compare

@Andre601 Andre601 released this 23 Mar 17:37

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

Choose a tag to compare

@Andre601 Andre601 released this 28 Feb 15:36

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

Choose a tag to compare

@Andre601 Andre601 released this 16 Feb 22:09

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

Choose a tag to compare

@Andre601 Andre601 released this 16 Feb 22:05

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

Choose a tag to compare

@Andre601 Andre601 released this 04 Feb 00:13

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

Choose a tag to compare

@Andre601 Andre601 released this 25 Jan 20:58

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

Choose a tag to compare

@Andre601 Andre601 released this 22 Jan 11:52

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

Choose a tag to compare

@Andre601 Andre601 released this 21 Jan 14:57

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

Choose a tag to compare

@Andre601 Andre601 released this 21 Jan 12:46

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>