Use static language for QuickShop - Ghost-chu/QuickShop-Reremake GitHub Wiki

Since QuickShop v5, we now support adaptive language selecting.

But we know some servers don't need this feature and want to use the same languages for all players, so there are steps to switch to static language.

Set the global locale

Open config.yml and search game-language, then change it to what language you want to use.

#This language will used by Item Name, Enchantment Name,
#and Potion Effect Name or the text on the shop info sign (nbtapi not installed) and other them related position.
#Use default will use your system language.
game-language: YOUR LOCALE CODE HERE

Force static language

Search enabled-languages and modify it.

#Choose which languages should enabled
#Any client connect to server that using disabled language, will fallback to en-US language
#Set to -'*' to enable all available languages
#The language files will automatically update thorough Crowdin OTA system.
#If you want custom the language file, use language override system.
enabled-languages: 
- YOUR LOCALE CODE HERE

Make it work

Execute command /qs reload and it should works now.

Updating

The override file won't automatically update, you must do it by yourself once our translation have new update.