GlowstoneMC / Glowstone

A fast, customizable and compatible open source server for Minecraft: Java Edition
https://glowstone.net
Other
1.89k stars 271 forks source link

Localize /ban, /ban-ip, /banlist, /clear #988

Closed Pr0methean closed 5 years ago

Pr0methean commented 5 years ago

Localizes 4 more commands. Refactors sendInColor to put the color parameter first. Replaces several command-specific messages with a new generic "no such player" message to save L10n effort and allow object reuse; this can be done in future with other shared messages as well. Tests that description and usage messages exist in CommandTest if the command under test extends GlowVanillaCommand. (Once they all do, this condition will be removed.)