Deserialize legacy HuskSync (v1.x) data for conversion to other formats
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
William 939f8d8677 Initial commit 2 years ago
.idea Initial commit 2 years ago
gradle/wrapper Initial commit 2 years ago
src/main/java Initial commit 2 years ago
.gitignore Initial commit 2 years ago
LICENSE Initial commit 2 years ago
README.md Initial commit 2 years ago
build.gradle Initial commit 2 years ago
gradlew Initial commit 2 years ago
gradlew.bat Initial commit 2 years ago
settings.gradle Initial commit 2 years ago

README.md

HSLDataConverter

A simple library to convert serialized legacy HuskSync (v1.x) data into Spigot API data.

This library is only for use in upgrading or converting HuskSync v1.x data in a portable manner and is utilised in HuskSync v2.x for data migration.

Building

To build, simply run ./gradlew clean build in the source root. Legacy HuskSync serialized classes are bundled and this resource does not depend on the HuskSync plugin itself.