Skip to content

Commit b44478a

Browse files
committed
Dropped Minestom Gradient Block Format.
1 parent d543ed8 commit b44478a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ This library simplifies color management while allowing developers to build beau
2222

2323
> [!IMPORTANT]
2424
> While MatrixColorAPI is designed to work with all Minecraft server software, it has currently been extensively tested only on Bukkit platforms. We encourage users on other platforms to try it out and report any issues they encounter. Your feedback is crucial in making MatrixColorAPI universally compatible!
25+
>
26+
> Please note that the Minestom Gradient Blocks format "<GRADIENT></GRADIENT>" is currently not supported. If you want to make this format work with MatrixColorAPI, feel free to code a solution and open a pull request. We welcome contributions to expand compatibility!
2527
2628
### Installation
2729

src/main/java/net/matrixcreations/libraries/MatrixColorAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ public static String process(String text) {
1818
public static List<String> process(List<String> texts) {
1919
return texts.stream().map(MatrixColorAPI::process).collect(Collectors.toList());
2020
}
21-
}
21+
}

src/main/java/net/matrixcreations/libraries/utils/WithoutHexUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,4 @@ private static TextColor interpolateColor(TextColor start, TextColor end, float
168168

169169
return TextColor.color(red, green, blue);
170170
}
171-
}
171+
}

0 commit comments

Comments
 (0)