mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
Prior to this commit all /say command output would be a generic "[Server]" prefixed line. This commit changes that by adding the source into the message, such as a player. By doing this Bukkit more closely matches vanilla behaviour and gives a more descriptive message to the client. By: Kezz101 <1millionchances@gmail.com>