Add normal colour to the !clues command

This commit is contained in:
Lucas
2019-01-30 12:50:14 +01:00
parent fe9409b9f3
commit 3a84c5f4f8

View File

@@ -842,6 +842,7 @@ public class ChatCommandsPlugin extends Plugin
}
ChatMessageBuilder chatMessageBuilder = new ChatMessageBuilder()
.append(ChatColorType.NORMAL)
.append("Clue scroll (" + level + ")").append(": ")
.append(ChatColorType.HIGHLIGHT)
.append(Integer.toString(quantity));