kangarko / Foundation

Foundation™ helps you create highly customized Minecraft plugins (based on Spigot/Paper API) that support multiple MC versions.
https://mineacademy.org
305 stars 63 forks source link

1.20.4 Error #267

Closed WoodsMc09 closed 5 months ago

WoodsMc09 commented 6 months ago

Hello there, I am using the framework in a plugin, and I get this error when I try to use it: https://pastebin.com/YtdsE1fw . I have tried to ask on discord, but haven't gotten answers. I don't think it is my code, as it works perfectly fine on previous versions. If you could either give me an answer as to what I am doing wrong, or fix it, that would be great! Thanks!

kangarko commented 5 months ago

Is your main plugin's class extending SimplePlugin instead of JavaPlugin?

WoodsMc09 commented 5 months ago

Yes it is.

kangarko commented 5 months ago

I have updated NBT-API and all dependencies. Please use Foundation 6.6.6. If that still won't work then unfortunately it's not a Foundation issue since it's called from NBT-API