-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
None
The join message does not contain a period, while the quit message does. This is triggering some of my player's OCD :S
I checked the server jar and the correct values are in mojang-translations.un_US.properties as expected:
multiplayer.player.joined=%s joined the game
multiplayer.player.joined.renamed=%s (formerly known as %s) joined the game
multiplayer.player.left=%s left the game
So I checked the craftbukkit source code and I I dont see anything obvious where it might be adding a period.
This is present on CraftBukkit, Spigot. I checked vanilla server and there is no period on quit messages.