-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite ChunkUnloading logic #1148
Comments
Hi, why do I get this error when I run the latest version of PreciousStones on my server 1.15.1? [12:41:58] [Server thread/ERROR]: Error occurred while enabling PreciousStones v15.0 (Is it up to date?) |
This Plugin requires RedProtect in your plugin folder. |
What? why now you have to add the plugin? |
Never used this plugin. I just updated it to the latest version. PR changes into it if you want to make it optional. |
In 1.15+ the chunkloadevent isn't cancelable anymore. This mechanic is replaced by flagging the chunk as force-loaded.
We need to find the places in code where the following is set and replace the call with the force-loaded flag.
https://github.com/NathanWolf/PreciousStones/blob/master/src/main/java/net/sacredlabyrinth/Phaed/PreciousStones/listeners/PSWorldListener.java#L49
The text was updated successfully, but these errors were encountered: