Jason Penilla
Jason Penilla
It shouldn't be a big deal since it's gitignored. Maybe try building and then changing a patch, reapplying patches and building again with --console=verbose to see if it reruns the...
The selectEntities method does something similar with creating a CommandSourceStack and it adds a boolean param to override permissions, might want to do the same here
Could do something hacky like this for suggestions: ```diff Index: src/main/java/org/bukkit/event/HandlerList.java IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8 =================================================================== diff --git a/src/main/java/org/bukkit/event/HandlerList.java b/src/main/java/org/bukkit/event/HandlerList.java --- a/src/main/java/org/bukkit/event/HandlerList.java (revision a2042f22ffeca004f57cb53666569212fd1d2045) +++ b/src/main/java/org/bukkit/event/HandlerList.java (date 1668547189704)...
It's been brought up in discord that guava has a classpath scanner utility. Not entirely sure how it will behave with plugin class loaders. If we go with a classpath...
Probably need to iterate plugin classloaders if it can't find the class on the api's. Also the completion cache needs to get nuked when new plugins are loaded. I don't...
Something that should at least be documented to some extent is that the entity may no longer be valid after shearing, such as in the case of a Mooshroom, it...
Should maybe deprecate that enum, I would guess it was added before `org.bukkit.FluidCollisionMode` existed.
> I considered that option, but I did not go that way because I didn't think it would make much sense to have functionality like `showBossBar`, `showTitle`, etc. be defined...
It's to do with an issue in DynamicShop. I haven't been able to track down the bug yet, but I have an issue open on the repo [here](https://github.com/7sat/SSDynamicShop/issues/13)
Duplicate of #91