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>