mirror of
https://github.com/songoda/UltimateModeration.git
synced 2024-11-24 19:25:11 +01:00
chore: Update SongodaCore to v3.5.0-SNAPSHOT
This commit is contained in:
parent
70939597ca
commit
60ae14e3ed
2
pom.xml
2
pom.xml
@ -128,7 +128,7 @@
|
||||
<dependency>
|
||||
<groupId>com.craftaro</groupId>
|
||||
<artifactId>CraftaroCore</artifactId>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<version>3.5.0-SNAPSHOT</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
@ -58,7 +58,7 @@ public class StaffChannel {
|
||||
public void processMessage(String message, Player player) {
|
||||
messageAll(UltimateModeration.getInstance().getLocale()
|
||||
.getMessage("event.staffchat.format")
|
||||
.processPlaceholder("color", this.chatChar)
|
||||
.processPlaceholder("color", String.valueOf(this.chatChar))
|
||||
.processPlaceholder("channel", this.channelName)
|
||||
.processPlaceholder("player", player.getDisplayName())
|
||||
.processPlaceholder("message", message).toText());
|
||||
|
Loading…
Reference in New Issue
Block a user