Skip to content

Releases: TobiasDeBruijn/SkinFixer

SkinFixer v1.7.0

05 Jul 18:21
1.7.0
3cd169d
Compare
Choose a tag to compare

SkinFixer v1.7.0

Changes

  • Reworked command structure
  • Reworked storage backend
  • Reworked premium player detection/uuid fetching
  • Added support for getting a code by a Player's username
  • Reworked config

Issues

Update guide

  • Back up your config.yml and then delete it, the format has completely changed
  • Delete your langs folder

Important

If you are not using Discord integration, make sure you comment out the discordSettings block in your config, like so:

#discordSettings:
#    token: 'your secret bot token here'
#    channelId: The ID of the channel to listen on here

Platform support

As of this version, Rust code is used in the plugin. The following OS's/Arch's are currently supported:

  • Linux x86_64
  • Linux aarch64
  • Linux armhf
  • Windows x86_64
  • MacOS x86_64

As I do not own a Mac, I have not been able to test it on MacOS. If you run into any issues, please open an issue. If your OS / Arch is missing, please open a feature request

Release 1.6.0

01 Jul 18:09
1.6.0
4ce5036
Compare
Choose a tag to compare
v1.6.0

Release 1.5.1

13 Jun 17:24
1.5.1
abc0036
Compare
Choose a tag to compare
v1.5.1

SkinFixer v1.5.0

11 Jun 14:07
1.5.0
e4fe4ac
Compare
Choose a tag to compare

SkinFixer v1.5.0

Changes

  • Updated plugin to be compatible with Minecraft 1.17
  • Minimum Java version is now 16

SkinFixer 1.4.1

06 Jun 16:15
1.4.1
4750444
Compare
Choose a tag to compare

SkinFixer v1.4.1

  • Update checker
  • Anonymous Plugin Metrics

SkinFixer 1.4.0

26 May 21:29
1.4.0
8ee4955
Compare
Choose a tag to compare

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

SkinFixer 1.3.1

18 Mar 20:22
45b4263
Compare
Choose a tag to compare

SkinVersion v1.3.1

Changes

  • Code quality
  • Switched to reflection for a lot of NMS bits -> No longer locked to specific versions
  • Fixed #4

Compatible Minecraft Versions

  • 1.16+

Version 1.2

07 Nov 17:35
Compare
Choose a tag to compare

SkinFixer v1.2

Changes

  • Added support for 1.16.4

Supported versions

  • 1.16.1
  • 1.16.2
  • 1.16.3
  • 1.16.4

Version 1.1

29 Sep 21:29
Compare
Choose a tag to compare

SkinFixer v1.1

THIS UPDATE IS REQUIRED FOR THE PLUGIN TO FUNCTION IN THE FUTURE

Changes

  • Added GatewayIntents

Compatible versions

  • 1.16.1
  • 1.16.2
  • 1.16.3

Version 1.0.1

20 Aug 13:18
Compare
Choose a tag to compare

Should fix issues/#1 (recompile)