Skip to content

SkinFixer 1.4.0

Compare
Choose a tag to compare
@TobiasDeBruijn TobiasDeBruijn released this 26 May 21:29
· 91 commits to master since this release
1.4.0
8ee4955

SkinFixer v1.4.0

  • Fixes #7

Update instructions

To use a custom language, add the configuration property language to your config.yml. Make sure you have a file named whatever value you gave to language, e.g:

language: nl

Would require a file named nl.yml in server/SkinFixer/langs/. If this folder does not yet exist, start your server once with v1.4.0

Translation guide.

It's fairly straight forward.

  1. Copy en.yml to YOUR_LANGUAGE.yml
  2. Translate everything inside the file right of the colon (:).
    E.g:
skinFetching: Fetching skin value and signature...

Would turn into:

skinFetching: Skin waarde en signatuur ophalen...
  1. Change language in your config.yml to YOUR_LANGUAGE