Advanced Portals

Advanced Portals

307k Downloads

endportals give lagspikes

Gerbildral opened this issue ยท 5 comments

commented

i would like to make a portal with endportal blocks.
but when i try the command /portals endportalblock it gives me error all over the place. log

we are running on the latest spigot paper build in 1.16.1

commented

ps, the end etc. are disabled so we dont teleport to there

commented

Given the fact that the error you are listing is from giving you the block and its specifically this line causing the error

portalBlock = new Wool(DyeColor.BLACK).toItemStack(1);

Despite what their warning says there I'm fairly certain it is an issue with Paper. Try using regular spigot and see if the issue persists. That one line unless implemented wrong on their end or altered by some "efficiency boost" they have should never cause recursion like that.

commented

If this is still being a problem on spigot itself I will happily look into it. Though I keep seeing issues with Paper from people falling through the world to stuff like this so I personally wouldn't recommend it.

commented

Thanks for your answer, i tried with spigot then the error where gone but still got lagg spikes and with spigot 1.16.2 too and even in single player i got lagg spikes so its probably an minecraft bugg. I hope it will be fixed soon.

commented

Good point, given the stack trace is looping on mc code its either how the API talks to the Mojang code or a bug with Mojang's code.