Koboo

Results 15 comments of Koboo

@EzJamo which plugins do you use? It seems that this is an error generated by a plugin, see answer in: https://github.com/PaperMC/Paper/issues/6758#issuecomment-992115320 I also found a spigot jira ticket for this,...

Any updates on this? It seems there is still no option to get notified if the location is turned off. For others who have the same problem, my solution right...

For all those who need webhook support **explicitly** for Discord, I wrote a plugin! :) https://github.com/Koboo/reposilite-discord-webhook-plugin

@jifalops I think he is searching for something like geolocator's bearingBetween method, to get the compass bearing of two lat/lng points. Here is a reference link to geolocator's solution: https://github.com/Baseflow/flutter-geolocator/blob/ea54bac8dc5e5e05625658b739f95199113a36a5/geolocator_platform_interface/lib/src/geolocator_platform_interface.dart#L263...

AFAIK there is currently no way to disable the notification. e.g. here is the android method call handler. https://github.com/Lyokone/flutterlocation/blob/master/packages/location/android/src/main/java/com/lyokone/location/MethodCallHandlerImpl.java#L192 So right now you can't disable the notification

Hey folks, first of all, thank you @greensopinion for updating to the newest dependencies and for maintaining this library!

Hey, long time no updates from my side, I will take a look at it.

@Protoxy22 So since I was (still ig?) the only one maintaining kryonetty for some time, I haven't updated netty in a while. tbh UDP and TCP on the same port...

The problem with the `InventoryCloseEvent` would be, that the `newInventory` field in the event needs to be of type `Inventory` and not `AbstractInventory`. To swap the `InventorySwapEvent` with `InventoryCloseEvent`, I...

Okay, tried to implement the second solution. Still not possible, because of the `AbstractInventory inventory` field in `InventoryOpenEvent` and users can change that inventory by the setter. Any new ideas,...