Philip Hell
Philip Hell
Hey there, @guihcs! Are you still facing the problem, or have you found a way to resolve it in the mean time? I've found the underlying cause, and could most...
I highly suspect this to be an issue with `Vane` itself: try to hand out the custom item by executing `/vane-core:customitem give vane_trifles:file`, then, without doing anything else with it,...
Then I would highly recommend you trying to create a separate issue at `Vane`'s repository, possibly pointing to this thread, for context.
Hey there, @oddlama! I just tried to load vane in the absence of QuickShop-Hikari, and the exception as thrown in the context of and thereby logged by vane has disappeared;...
Just to make sure as many people as possible know about the PR: https://github.com/MyPetORG/MyPet/pull/1711 Feel free to use the attached build and report any errors back to me.
Please consider going into more detail on your suggestion of using an event, because with this little information, I'm afraid I cannot follow. As I've tried to convey already, there...
Any news on an alternative solution? I still cannot see how one would otherwise exclude plugins which do not integrate with essentials natively already. I really don't see the damage...
We're facing the exact same issue on our server, and while I understand that it is not caused by WorldGuard, but merely surfaces within it due to an abnormality of...
I considered simply removing them too, but then I discovered that the API works just fine - the logic within Pipes is itself malformed. Items are only ever put into...
Pipes most definitely do modify the input-container ahead of time, before even starting to walk the pipe; just check out the examples for chest-like inventories as well as furnaces: https://github.com/EngineHub/CraftBook/blob/5ac877c76d67a7bb85b02e9efc54ba1989d4e76b/src/main/java/com/sk89q/craftbook/mechanics/pipe/Pipes.java#L373...