flokol120 / Spigot-Item-Chest-Sorter

A Spigot/Paper minecraft plugin to sort your messy items into separate chests | 💯% written in Kotlin
GNU General Public License v3.0
5 stars 6 forks source link

Support for paper - 1.18.2 #37

Closed rybuilder23 closed 2 years ago

rybuilder23 commented 2 years ago

Most people use paper for the best performance So i hope you can add it.

now you get eror's like this. https://pastebin.com/ACUez2Xc

flokol120 commented 2 years ago

Thanks for the interest in my plugin.

I suspect that one of the "patches" that paper includes (on top of spigot) arises those issues in favor of "performance".

Supporting Paper is easier said than done. I have no experience with it whatsoever, which implies I would have to read through their docs. At the time being I unfortunately do not have the time for this :(

But I'll leave this open. Maybe somebody comes along with Paper experience or this issue gets upvoted enough for me to take the time to educate myself with this matter.

flokol120 commented 2 years ago

@rybuilder23 I just started to take a deeper look into Paper. Paper states in their docs that there wold be no adjustments needed.

Looking closer in your StackTrace, it seems like you just run the command alone /ics. What were you trying to achieve with that?

flokol120 commented 2 years ago

@rybuilder23 I've tested Paper and made some adjustments. Paper should work now, however your issue is not related to paper.

flokol120 commented 2 years ago

closed due to inactivity.