We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efacb69 commit 30f5058Copy full SHA for 30f5058
src/main/java/com/github/colorapi/ColorAPI.java
@@ -4,7 +4,7 @@
4
5
public class ColorAPI {
6
7
- public String translateColorCodes(String text) {
+ public static String translateColorCodes(String text) {
8
Bukkit.broadcastMessage("COlorAPI OK");
9
return ColorAPIPlugin.getInstance().getColorFormat().formatText(text);
10
}
0 commit comments