mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-11-27 12:38:40 +01:00
Strings already get colored by the Breeze library
This commit is contained in:
parent
9269fc4049
commit
4120455974
@ -73,6 +73,6 @@ public class Messages {
|
|||||||
public static String TOGGLE_MESSAGES_ON = "You will now receive messages from your shop(s).";
|
public static String TOGGLE_MESSAGES_ON = "You will now receive messages from your shop(s).";
|
||||||
|
|
||||||
public static String prefix(String message) {
|
public static String prefix(String message) {
|
||||||
return ChatColor.translateAlternateColorCodes('&', prefix + message);
|
return prefix + message;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user