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

Compatibility with paper 1.19.2 #42

Closed javipas closed 10 months ago

javipas commented 1 year ago

Hello, i have a minecraft server with some friends with paper 1.19.2 and we are having problems using your plug-in. Any news about the compatibility?

flokol120 commented 1 year ago

I did not test 1.19.2 yet. I will try to take a look into it by the end of the week.

flokol120 commented 1 year ago

@javipas Sorry had more work than anticipated. I can confirm that 1.19.2 is not working for me either.

But there is a temporary work-around: Disable the animations in the config.yml

...
# animation configuration
animation:
  # If true items are being animated. If false no animation will be drawn
  enabled: false
...
flokol120 commented 10 months ago

animations are now disabled by default