Skip to content

Commit 4769b5b

Browse files
committed
Version 6.0.4
Added BLIST_XYZ
1 parent 6697b0d commit 4769b5b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+6
-43869
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins{
99
id 'net.kyori.blossom' version '1.1.0'
1010
}
1111

12-
def ver = new Version(major: 6, minor: 0, revision: 3)
12+
def ver = new Version(major: 6, minor: 0, revision: 4)
1313

1414
allprojects {
1515
apply plugin: 'com.jfrog.bintray'

core/src/main/java/org/botblock/javabotblockapi/core/Site.java

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
*/
1818
package org.botblock.javabotblockapi.core;
1919

20-
import org.botblock.javabotblockapi.core.annotations.DeprecatedSince;
21-
import org.botblock.javabotblockapi.core.annotations.PlannedRemoval;
22-
2320
/**
2421
* Enum class containing all sites currently supported by BotBlock.org.
2522
*
@@ -32,6 +29,11 @@ public enum Site {
3229
*/
3330
ARCANE_CENTER_XYZ("arcane-center.xyz"),
3431

32+
/**
33+
* <a href="https://blist.xyz" target="_blank">blist.xyz</a>
34+
*/
35+
BLIST_XYZ("blist.xyz"),
36+
3537
/**
3638
* <a href="https://botlist.space" target="_blank">botlist.space</a>
3739
*/
@@ -123,16 +125,6 @@ public enum Site {
123125
*/
124126
MYTHICALBOTS_XYZ("mythicalbots.xyz"),
125127

126-
/**
127-
* <a href="https://space-bot-list.org" target="_blank">space-bot-list.org</a>
128-
*
129-
* @deprecated Replaced by {@link #SPACE_BOT_LIST_XYZ SPACE_BOT_LIST_XYZ}; Will be removed in Version 6.0.2
130-
*/
131-
@Deprecated
132-
@DeprecatedSince(version = "6.0.0", replacements = "#SPACE_BOT_LIST_XYZ")
133-
@PlannedRemoval(version = "6.0.2")
134-
SPACE_BOT_LIST_ORG("space-bot-list.org"),
135-
136128
/**
137129
* <a href="https://space-bot-list.xyz" target="_blank">space-bot-list.xyz</a>
138130
*/

docs/core/allclasses-index.html

Lines changed: 0 additions & 205 deletions
This file was deleted.

docs/core/allclasses.html

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)