mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 12:13:54 -07:00
Made SayCommand display output in purple, as per vanilla spec.
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
@@ -31,8 +31,8 @@ public class SayCommand extends VanillaCommand {
|
||||
if (!(sender instanceof ConsoleCommandSender)) {
|
||||
Bukkit.getLogger().info("[" + sender.getName() + "] " + message);
|
||||
}
|
||||
|
||||
Bukkit.broadcastMessage("[Server] " + message);
|
||||
|
||||
Bukkit.broadcastMessage(ChatColor.LIGHT_PURPLE + "[Server] " + message);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user