# this config file is for messages / Languages # Note 1: use MiniMessage format https://docs.advntr.dev/minimessage/format.html for colors etc... Legacy chat color is not supported. # note 2: Language codes used in minecraft from the minecraft wiki # Locale Code -> In-game # example: en_us for english and ar_sa for arabic # all codes can be obtained from lik below # https://minecraft.wiki/w/Language # example: # lets assume we want to add arabic language. # errors: # logged-in-other-location: # en_us: "You logged in from another location!" # ar_sa: "لقد اتصلت من مكان اخر" # RedisBungee Prefix if ever used. redis-bungee-prefix: "[RedisBungee]" # us_en is american English, Which is the default language used when a language for a message isn't defined. # Warning: IF THE set default language wasn't defined in the config for all messages, plugin will not load. # set the default language default-language: en_us # send language based on client sent settings # https://minecraft.fandom.com/wiki/Language # if you don't have languages configured for client it will # default to language that has been set above use-client-language: true # messages messages: logged-in-other-location: en_us: "You logged in from another location!" ar_sa: "لقد اتصلت من مكان اخر" already-logged-in: en_us: "You are already logged in!" ar_sa: "انت متصل بالفعل" server-not-found: en_us: "unable to connect you to the last server, because server was not found." ar_sa: "فشل الاتصال بالخادم السابق لان الخادم غير موجود ()" server-found: en_us: "Connecting you to ..." ar_sa: "جاري الاتصال بخادم " # commands common messages: commands-common: player-not-found: en_us: "Player not found." ar_sa: "اللاعب غير موجود" player-not-specified: en_us: "You must specify a player name." ar_sa: "أدخل اسم اللاعب مطلوب" command-not-specified: en_us: "You must specify a command to be run." ar_sa: "ادخل الأمر المطلوب" # commands commands: