NullPointerException after startup done
Server Implementation
Paper
Server Version
1.19.2
Describe the bug
After the server is done starting and PlotSquared starts doing stuff it starts spamming this java.lang.NullPointerException: Cannot invoke "com.sk89q.worldedit.world.block.BlockState.equals(Object)" because "now" is null Now according to the source code of PlotSquared https://github.com/IntellectualSites/PlotSquared/blob/v6/Core/src/main/java/com/plotsquared/core/generator/HybridUtils.java#L238 it is not supposed to be null but for some reason it is null for me. The spam is so intensive that the server doesn't respond to anything so I can't even generate a debugpaste.
To Reproduce
Not sure. It happend after I updated PlotSquared, FAWE, FAVS and paper today.
Expected behaviour
To not spam this error and cause a server crash
Screenshots / Videos
No response
Error log (if applicable)
https://paste.gg/p/anonymous/6749fc273f254bb49656bc3144a5340f
Plot Debugpaste
Server does not respond so can't generate a debugpaste
PlotSquared Version
PlotSquared 6.10.3
Checklist
- [X] I have included a Plot debugpaste.
- [X] I am using the newest build from https://www.spigotmc.org/resources/77506/ and the issue still persists.
Anything else?
No response
You can disable plot expiry to allow the server to start for now