9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-19 14:59:21 +00:00

feat: Minecraft 1.20.5/6 support (#295)

* feat: start 1.20.5 update testing

nbt-api seems to work great already :)

* feat: add DFU support for legacy upgrade

Adds an optional overload to `deserialize` to support passing the MC Version of the snapshot data

* refactor: `clone` ItemStack[] bukkit data arrays, close #294

Don't perform async operations on mutable player data
This commit is contained in:
William
2024-05-01 12:08:42 +01:00
committed by GitHub
parent 68ec79add6
commit e35dcf3aad
7 changed files with 101 additions and 25 deletions

View File

@@ -3,7 +3,7 @@ org.gradle.jvmargs='-Dfile.encoding=UTF-8'
org.gradle.daemon=true
javaVersion=17
plugin_version=3.5
plugin_version=3.5.1
plugin_archive=husksync
plugin_description=A modern, cross-server player data synchronization system