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 BanCommand #987

Closed Pr0methean closed 5 years ago

Pr0methean commented 5 years ago

This localizes BanCommand and also demonstrates how localized commands can work. Since each CommandSender has a different ResourceBundle, all LocalizedStringImpl instances a command uses must be created on demand, and thus LocalizedStringsTest's approach isn't applicable here.