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

FOLIA 1.20.2-R0.1-SNAPSHOT: Method `FoliaGlobalRegionScheduler` is null #250

Closed StarozytnySky closed 10 months ago

StarozytnySky commented 10 months ago

I wanted run the plugin on the Folia engine, I saw that Foundation added support for it, but I have a problem when I try to use any of the methods from the Common class runLater, runLaterAsync etc.

Error: https://hastebin.com/share/ijawuvatud.markdown

kangarko commented 10 months ago

Please use 6.5.5 and repost the error.

I assume it happens when you call Common#runLater anywhere?

StarozytnySky commented 10 months ago

It seems problem is only on my PC. I generally use the library from disk, i.e. org.mineacademy, when I changed it to com.github.kangarko it seems to work (the error disappeared). I have to compare what is different. The library works fine and we can close this ticket. Sorry for report, i should have checked this first.