-
Notifications
You must be signed in to change notification settings - Fork 17
Localization
Ben Woodworth edited this page May 24, 2020
·
7 revisions
Currently, item names only show up in English. This will be fixed in a later release, but for now, here is a workaround:
- Download the locale file for your server's version of Minecraft
- Go to https://github.com/InventivetalentDev/minecraft-assets/branches/all
- Search for your server's Minecraft version and click on it
- Go to
assets/minecraft/lang/
- Go to open the locale file you want, click Raw, and download it
- 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
- e.g.
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
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:
- Open FastCraft.jar with an archiving program (e.g. 7-Zip)
- Open the
lang/
folder, where all the language files are stored - Edit the language files as needed
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.
Getting Started
Usage
Development
External Links