Skip to content

Localization

Ben Woodworth edited this page May 24, 2020 · 7 revisions

Localize Item Names

item names

Currently, item names only show up in English. This will be fixed in a later release, but for now, here is a workaround:

  1. Download the locale file for your server's version of Minecraft
  2. Move the file to plugins/FastCraft/minecraft-lang-override-<minecraft version>.json (or .lang)
    • e.g. plugins/FastCraft/minecraft-lang-override-1.15.2.json

You should now see a message like this when the server starts up:

[FastCraft] Enabling FastCraft v3.1.1
[FastCraft] Using minecraft-lang-override-1.15.2.json for Minecraft localizations

Customizing FastCraft Text

Configuring FastCraft text is currently not supported, but will be coming in the future. As a workaround, the language files in FastCraft.jar can be edited pretty easily. In FastCraft.jar there's a lang/ folder, and the language files in there can be edited.

To edit FastCraft text:

  1. Open FastCraft.jar with an archiving program (e.g. 7-Zip)
  2. Open the lang/ folder, where all the language files are stored
  3. Edit the language files as needed

Contributing Translations

FastCraft's language files can be found here. To contribute a new localization, create a pull request, or create an issue with your localization file. Minecraft's locales and locale codes can be found here, under Available Languages.