Merge pull request #7627 from Lucwousin/fix-clue-chat-colour
Add normal colour to the !clues command
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user