whimxiqal
whimxiqal
> why there is no way to specific appid? My question too
@Faithcaio has found that this is because `SpongeCommonEventFactory.callNaturalMoveEntityEvent` is getting called but the delta is too small for `Sponge` to consider firing a `MoveEntityEvent`.
Update: It's not at the above method. The mixin method `ServerGamePacketListenerImplMixin.impl$callMoveEntityEvent` is what seems to pass through the packet and, when riding a boat, the execution dies here because this...
Update: I think the thing I found above isn't supposed to work because of how Minecraft sends packets. I'm not sure though. Instead, I found this completely unused utility method......
I'm not sure where to start with fixing this, then. Someone more knowledgeable than I in packets will need to look at this.
Another option could be to add a custom index option when building a paginator in `PaginationList.Builder`. So, when you build a `PaginationList`, you can set some integer or string that...
I was hoping we could just pass through the [stored page index in the ActivePagination](https://github.com/SpongePowered/Sponge/blob/800c32eb4baf9d241676a1151b1a803ab25004a2/src/main/java/org/spongepowered/common/service/game/pagination/ActivePagination.java#L59) of the [last known pagination](https://github.com/SpongePowered/Sponge/blob/800c32eb4baf9d241676a1151b1a803ab25004a2/src/main/java/org/spongepowered/common/service/game/pagination/SpongePaginationService.java#L66-L67). I'm all for the page-change event though. Isn't that only...
> Well... considering there isn't one right now, we can do what we like. Would you like me to come up with an event interface then? Or do you no...
Another use case for this is to allow for static IP's to access a docker container group so a DNS A record can safely direct to the container group with...
You can set colors. The format is [Kyori Minimessages](https://docs.advntr.dev/minimessage/index.html)