Folia
Folia copied to clipboard
Fork of Paper which adds regionised multithreading to the dedicated server.
### Stack trace ``` paste your stack trace or a paste.gg link here! ``` [https://paste.gg/p/anonymous/a2f36906cb034da98d65e6a19067be58](https://paste.gg/p/anonymous/a2f36906cb034da98d65e6a19067be58) ### Plugin and Datapack List none ### Actions to reproduce (if known) Server crashes shortly...
### Expected behavior no crash like folia-1.19.4 ### Observed/Actual behavior https://pastes.dev/GdgFr21jMO ### Steps/models to reproduce just tp around ### Plugin and Datapack List > plugins [09:50:18 INFO]: Server Plugins (19):...
### Stack trace ``` [13:50:12 ERROR]: [io.papermc.paper.threadedregions.TickRegionScheduler] Region #19793 centered at chunk [-25, 2] in world 'world' failed to tick: java.lang.IllegalStateException: Already sent chunk [8, 0] to player EntityPlayer['BEBRA_B_POPE'/2383115, uuid='10d4f404-b483-3340-91f5-fe6f1d600cb7',...
### Is your feature request related to a problem? The problem is that there is no point in spawning a mob if there is no player near it, also without...
### Expected behavior Bukkit.getWorld() is supposed to return a World object ### Observed/Actual behavior On server init Bukkit.getWorld returns null ### Steps/models to reproduce On init try to get Bukkit.getWorld,...
### Expected behavior according to the wiki https://minecraft.fandom.com/zh/wiki/%E4%B8%8B%E7%95%8C%E4%BC%A0%E9%80%81%E9%97%A8?so=search Most entities can teleport through Nether Portals, including various creatures (except Withers and Ender Dragons), ships, minecarts, projectiles, and item entities, but...
### Expected behavior Ender pearl goes through and teleports you to the islands. ### Observed/Actual behavior Ender pearls do not work at all when thrown through the portal. ### Steps/models...
Reimplemented the world load/unload api Was working fine a few days in production, but still will keep this a few more days in draft in case of issues Had to...
### Stack trace https://paste.gg/p/anonymous/46efd4d5148540fcb288d3aae241865c ### Plugin and Datapack List Chunky, Grim AC, Better Economy, Folia Vault ### Actions to reproduce (if known) do /rl confirm ### Folia version [19:55:41 INFO]:...
Figured out what was wrong with my previous pull request #67 due to a misunderstanding of internal paper methods regarding the chunk coordinate calculations. This pull request fixes what it...