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()
|
ChatMessageBuilder chatMessageBuilder = new ChatMessageBuilder()
|
||||||
|
.append(ChatColorType.NORMAL)
|
||||||
.append("Clue scroll (" + level + ")").append(": ")
|
.append("Clue scroll (" + level + ")").append(": ")
|
||||||
.append(ChatColorType.HIGHLIGHT)
|
.append(ChatColorType.HIGHLIGHT)
|
||||||
.append(Integer.toString(quantity));
|
.append(Integer.toString(quantity));
|
||||||
|
|||||||
Reference in New Issue
Block a user