Fixed following bugs:
a) Parrot variants not displaying on 1.17+
b) Chat text hover action breaking on null itemstacks
c) Missing mappings for 1.17+ map colors
d) Wrong title clear packet encoding on 1.17+
e) Missing serverbound player on ground state packet
f) Arrow object data (shooter) being wrong on some versions, which sometimes caused arrow disappearance on shoot
g) Large FPS drop on respawn on 1.13.2-
h) Invalid view distance on 1.6.4-
Updated to server version 1.17.1
Important: Worlds with extended height will only display area between 0-256 height. There are no plans in emulating extended height using normal height and dimension switch/teleport.
Fixed following bugs:
- Plugin completely not working on some system locales.
- Player teleport was loosing precision resulting in players being stuck in the walls. (< 1.8)
- Elder guardian displays as guardian (1.8-1.10)
- Villager profession didn't affect villager textures (< 1.14)
- Zombified villagers were displayed as zombies (< 1.10)
- Some client version unsupported enchantments aren't skipped making items with those enchantments display wrong or behave incorrectly in some cases.
1) Added compatibility with java 16
2) No longer map chests to enderchests for < 1.13 (this will make chests close to each-other not render, but that is preferable to not being able to break them)
3) Fix translatable components translation not translating extra components
4) Improve legacy potion mapping (now uses specific bits to parse type and properties instead of hardcoded ids)
5) Support custom biomes mapping (uses first legacy mapping if manual mapping doesn't exist)
6) Fix varlong read
Updated to 1.16.5
Fixed following bugs:
Weather inverted on < 1.7
Scoreboard prefix team color injection inserts 2 resets instead of 1 on < 1.13.
Item cooldown not displaying on non latest version.
Unable to modify books in non 0 hotbar slot on 1.13-1.16.3.
Chat hover action show entity not working on non latest version.
Implemented following changes:
Normalization of chunk data bits per block value. Bits per block values less that 4 is not treated as 4, values above 8 are treated as global palette bits per block (just like vanilla client does it).
Spawn named packets with entities not added to player list are now dropped, and warning is issued (if debug is enabled). This prevents such invalid packets from causing error spam on newer clients and spawning UNKNOWN entities on older clients.
New features:
File log (disabled by default) - contains error happened in network. Controlled by protocolsupport.filelog system property, property value is a directory path where logs will be created.
Better user friendly version names - now they show a version range instead of a single version from that range.
Updated to 1.16.4 server
Fixed following bugs:
- Map colors added in 1.16 don't render or cause client crash
- Invalid offset of some entities (boats, minecarts on <= 1.8)
- Fix bed item mapping for < 1.12
- Fix chunk data encoding (global palette using wrong bits per block size, second light update before sending chunk data sends invalid biomes).
- Fix missing lava damage sound
- Fix thrown potion texture for <= 1.8 clients
Implemented multiple entity passengers for < 1.9 (For clients that don't support multiple passengers, they are stacked on top of each other (depth first, ascending)). This actually makes it possible to use multiple entity passengers on server, while before it was blocked to prevent issues.
Bug fixes:
- unable to join Paper servers with < 1.8
- enchantments don't show for < 1.9
Improvements:
- slow falling effect emulation now enables only when player is in air
- ProtocolSupportAPI#getConnection(Player) will now attempt to unwrap Connection from player first, so it will attempt to return Connection object even if player isn't connected anymore
Fixed bugs:
- Some inventories not working correctly (cartography, stonecutter)
- Chunks not loading if client dimension skylight differs from server dimension skylight value for < 1.15
- Chat json messages not working when using legacy item/entity hover
- prevent-proxy-connections option not working
Updated to 1.16.2 server version
Update to 1.12.2 official release
Updated to 1.11
Fixed some bugs
Added GlowStone support
Release for spigot 1.10.2