MiniDigger | Martin

Results 273 comments of MiniDigger | Martin

please us our discord for further support

I wonder if there should be a duplicate check, if a property is defined in multiple property files, that could lead to really meh to find issues and should never...

this will require bigger changes in ACF for reference: https://docs.papermc.io/paper/dev/commands

you didnt follow the build tool setup, you want to relocate on spigot platforms since spigot doesnt properly isolate class loaders like paper does.

https://github.com/HangarMC/Hangar/commit/c8a137f13b15e11aa19147bebd679fefcb86ef17 should make this easy now

simplified test to: ```java public Supplier test5() { record R() {} return () -> R::new; } public Supplier test6() { record R() {} return R::new; } ``` I think the...

does this occour with just that simple code and no other plugin? I am suspecting that you have another plugin that hooks into message sending and does stuff, like something...

Now that the UI is migrating to Vue this will be easier, but there are still a bunch of views left to be ported to vue before thinking about i18n

AOT is something a user opts into, to be able to run spring in a graal vm native image. AOT comes with a few restrictions listed here: https://docs.spring.io/spring-framework/reference/core/aot.html one of...