Chunk Loaders

Chunk Loaders

5M Downloads

[Bug] Chunkloaders need to be started manually when servercore is installed

Infinityridr opened this issue ยท 2 comments

commented

Version Info

  • Minecraft, 1.20.1
  • Chunk Loaders, 1.2.8a-forge

Are you using OptiFine?: Never

Description of the Bug
When starting the server, chunkloaders dont work. I know this cause I have a redstone line which says hi with a command block every 5 secs. When I place a single chunk loader, and break it again, Everything starts functioning again (redstone and commandblock). This stays on until the server is restarted.

I have tried with servercore and both the "Default" and "optimized" configs they provide and in both is the same.

Steps to Reproduce

  • Install ServerCore and Chunkloaders
  • Place a chunkloader (in this case is from another player in the server)
  • Set-up a clock to a command-Block that just prints "hi"
  • restart server
  • enter and turn the clock on.
  • leave and it stops printing.
  • turn the chunkloader off and then on.
  • It works again

Screenshots
image
image

commented

On Forge, all the chunk loading is handled through Forge's chunk loading API, including loading chunks again when the server is restarted. It not working when ServerCore is installed, would suggest they break Forge's chunk loading API.
Hence, I think the issue is on ServerCore's side.

commented

Indeed this seems to have been an issue with ServerCore which has now been fixed (Wesley1808/ServerCore#95).