[~] Fixed a major issue that was caused by a client-side bug in Minecraft which caused maps to freeze and stop working after dying, changing the world, or switching servers on bungee.
Looking at how complicated the workaround for this bug was, AdvancedGUI is now probably the only plugin where things like this work on 1.8-1.10 servers
[~] Fixed a bug where the Sync Socket Server did not use the port from the config.yml
How to update (optional):
For the fix to work on bungee, you will also need to install the bungee bridge which can be found on the plugin page in the "install" section.
To have access to the new settings you will need to add the following lines to the config.yml
Code (YAML):
# In older MC versions (1.8 - 1.10) there is a bug where maps stop working after a player dies,
# changes worlds or changes servers (on bungee networks). This bug is not caused by AdvancedGUI.
# This option enables a workaround for this bug.
FreezeFix
:
# Values: auto, off, on
enabled
: auto
# Set to true if you use bungee (you will also require the bungee bridge for this fix)
bungee
: false