Forget to add colors

This commit is contained in:
Boosik 2013-04-03 10:17:09 +02:00
parent 21a45f8145
commit 5b042b73e1
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -190,7 +190,7 @@ public class boosConfigManager {
public static String getInsufficientFundsMessage() {
return conf
.getString("options.messages.insufficient_funds",
"You have insufficient funds! &command& costs %s but you only have %s");
"&6You have insufficient funds!&e &command& &6costs &e%s &6but you only have &e%s");
}
public static String getInteractBlockedMessage() {