Releases: TobiasDeBruijn/SkinFixer
SkinFixer v1.7.0
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
- Closes #13
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
v1.6.0
Release 1.5.1
v1.5.1
SkinFixer v1.5.0
SkinFixer v1.5.0
Changes
- Updated plugin to be compatible with Minecraft 1.17
- Minimum Java version is now 16
SkinFixer 1.4.1
SkinFixer v1.4.1
- Update checker
- Anonymous Plugin Metrics
SkinFixer 1.4.0
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.
- Copy
en.yml
toYOUR_LANGUAGE.yml
- 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...
- Change
language
in yourconfig.yml
toYOUR_LANGUAGE
SkinFixer 1.3.1
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
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
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
Should fix issues/#1 (recompile)