Ghost-chu / QuickShop-Reremake

QuickShop is a shop plugin that allows players to easily sell/buy any items from a chest without any commands. In fact, none of the commands that QuickShop provides are ever needed by a player.
GNU General Public License v3.0
103 stars 148 forks source link

QS uses server's location for language, even if both "language" and "game-language" are set differently #1499

Closed Andre601 closed 2 years ago

Andre601 commented 2 years ago

When setting an item to buy/sell does QuickShop use whatever language the server's system is set too. In my case would this be de-CH, which has some annoying downsides since it's more a "joke" language than a real one. Even after setting both language and game-language in the config.yml to en-US does QuickShop still use the german language for items.

This causes issues where f.e. the item is displayed with that particular language on the sign, which may confuse people that aren't aware of it.

sandtechnology commented 2 years ago

How about use /qs reset lang? It shouldn't happened in the latest release

Andre601 commented 2 years ago

How about use /qs reset lang? It shouldn't happened in the latest release

This command worked. Thanks