flytegg / twilight

A Kotlin API for Spigot/Paper Minecraft servers providing essential utilities to streamline development.
https://docs.flyte.gg/twilight.html
MIT License
55 stars 8 forks source link

Could not pass event PlayerInteractEvent #38

Closed DevBlokJochem closed 10 months ago

DevBlokJochem commented 10 months ago

When I right click a random block, I get this error: https://paste.learnspigot.com/ikosejabar.rb

Dawsson commented 10 months ago

Are you shadowing? not a clue why it would be needed

DevBlokJochem commented 10 months ago

yep, this is my build.gradle: https://paste.learnspigot.com/axagidemax.py In my onEnable, the first thing I load is twilight.

DevBlokJochem commented 10 months ago

Fix: use 1.20 instead of 1.19 because of a new api function.