Skip to content
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

Lots of errors in the console #107

Open
andy3559167 opened this issue Mar 1, 2023 · 4 comments
Open

Lots of errors in the console #107

andy3559167 opened this issue Mar 1, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@andy3559167
Copy link

https://mclo.gs/g25Y0vb

  • Server Software Paper
  • Minecraft version 1.19.3
  • Java version Java 17

Additional context
Add any other context about the problem here.

@andy3559167 andy3559167 added the bug Something isn't working label Mar 1, 2023
@andy3559167 andy3559167 changed the title Control table appearance mass error Lots of errors in the console Mar 1, 2023
@WolfyScript
Copy link
Owner

This could be because of a custom block (like the Elite Crafting Table or Advanced Crafting Table from CustomCrafting).
However, that should only happen when that chunk is loaded. Unloaded chunks are being ignored.

Is there any reason why that chunk might be loaded? Maybe a player is that far out and placed that workstation?

@andy3559167
Copy link
Author

andy3559167 commented Mar 6, 2023

I don't know about this but I turned off the Advanced workstation and still got the error

@WolfyScript
Copy link
Owner

I don't know why Bukkit keeps printing this warning. (those are not errors, "just" warnings)
It does look like when you join you are very far away from the world origin (0, 0), so it might just be that.

Once a chunk loads, WU gets that chunk and looks for saved blocks. Therefore, it must access the chunks, even if it prints those warnings.

@andy3559167
Copy link
Author

Is there any way to clear those "warnings"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants