I’m currently writing a plugin that need to store location in hocon files. I have no problem to write location but when I’m trying to deserialize locations, I got an exception: "No data builder is registered for org.spongepowered.api.world.Location".
Is there a way to deserialize locations or I must write custom Serializer ?
Hello! As far as I know you would need to write a custom serializer for it. I assume you’re familiar, but I’ll link the appropriate documentation In case anyone else stumbles across this post with the same question. https://docs.spongepowered.org/en/plugin/configuration/serialization.html
Best of luck, if you get stuck feel free to msg me on irc.