mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-07 16:57:42 +01:00
5462a33b20
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> |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENCE.txt | ||
pom.xml | ||
README.md |
Bukkit
A Minecraft Server API.
Website: http://bukkit.org
Bugs/Suggestions: http://leaky.bukkit.org
Contributing Guidelines: CONTRIBUTING.md
Compilation
We use maven to handle our dependencies.
- Install Maven 3
- Check out this repo and:
mvn clean install