Tech

Results 11 comments of Tech

Seems to only be broken in each category, not all servers.

This change would only affect proxies, normal Minehut servers will still use /lobby to get back to the Minehut lobby.

Sorry for the late response, I didn't notice you responded. Ways to make it less confusing? Possibly send them a message in chat saying that they're connecting to a Proxy...

Weird, un-registering from the command map doesn't seem to take it out and let me override. Will need to look more into later, overriding the aliases works though.

Thanks for the response, it looks like using `redirect` didn't work nor did making a `customProcessor`, the output is still turning my Instant into a string on the spec. As...

Hey! After some more experimentation I found the issue. My model definition was like this, ```kt @Serializable data class Example( val id: String, val created: @Contextual Instant ) ``` Using...

Very sorry for all the replies to the issue without a response back but this is related enough to this topic that I didn't want to make an entirely separate...

Haha thank you for your replies & apologies for sending so many questions your way. > I'm not that familiar with `@Contextual`, but i'll look into it. :) In kotlinx.serialization...

Update, unfortunately adding `@SerialName` to the enum doesn't effect the output enum entries 😔

That's so weird.. My configuration is exactly the same as I've first posted. Let me try to make a entirely new project and see what happens with that, I also...