[BUG]
Prerequisites
- [X] I made sure I am running the latest development build
- [X] I tried to look for similar issues before opening a new one
- [X] I have set
debugmessages=truein config to diagnose my issue - [X] I have redacted session tokens and passwords before attaching screenshots
Minecraft Version
1.19.4
Console Client Version
MinecraftClient-20230409-213-win-x64 (Latest)
Expected Behavior
The chunk where the player and the bot are should be considered as loaded, thus allowing the bot to move with commands.
Actual Behavior
The chunk is considered as unloaded, even though the bot and the player are in it.
Steps to Reproduce the bug
- Open the the Console Client
- Try to make a command involving movement
- Displays a error message involving unloaded chunks
- Put /chunks status
- The chunks are not loaded
Attach screenshot here (If applicable)

Anythings that could help diagnosing the bug
Config file : https://pastebin.com/A7k8m7u3
Console Log : https://pastebin.com/GevgK9z8
Device
Desktop
Operating System
Windows
Server Address (If applicable)
A server with Ngrok
The bot in that chunk doesn't necessarily mean the chunk is loaded. Your server might not be sending chunk data to the client as chunk status shows the client didn't receive any chunks.
So how can I resolve it ?
So how can I resolve it ?
Try accessing your server without Ngrok, maybe it's filtering the packets for chunks for some reason.