Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Multiple Languages

Austin Pilz edited this page Jul 7, 2017 · 3 revisions

Language API

Friday the 13th supports the use of Language API to allow server owners to translate Friday the 13th into any language. Use of LanguageAPI is completely optional. There is nothing you need to configure if you'd like to use the default English translation of Friday the 13th.

If you'd like to support multiple languages, visit the Language API Bukkit Page for information on how to change your server/player languages and how to translate the default messages file. Inside of the /Plugins/FridayThe13th folder, you'll find a Languages folder that will allow you to house the translations of Friday the 13th messages.

NOTE: LanguageAPI does not translate the plugin messages for you, you must translate them yourself and update them in the language configuration file.

NOTE: LanguageAPI actually finds the message in the language file for each player, where players can have their default languages set to whichever they'd like. There are some messages in Friday the 13th that are not tied to a player, therefore the console sender entity language preference is used for many things like the boss bar titles. It's recommended that if you're planning to utilize LanguageAPI to support multiple languages, you set the console sender language preference to your local dialect.

Clone this wiki locally