Merge pull request #7627 from Lucwousin/fix-clue-chat-colour

Add normal colour to the !clues command
This commit is contained in:
Tomas Slusny
2019-01-30 13:37:19 +00:00
committed by GitHub

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));