Checking if chunk is loaded for the player

Discussion in 'Plugin Development' started by jolbol1, Oct 21, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    jolbol1

    Hi, I've tried to use .IsChunkLoaded however if the player is within that chunk it will return true even if they are not able to see anything within the chunk. Is there any way possible to check if the player has the chunk loaded (AKA can see all blocks within that chunk)
     
  2. Offline

    mcdorli

    Your question is, is there a way, to check, if the chunk is loaded, and the player's view distance is high enough, thag it gets rendered. I think no, the view distance from players are client-sided.
     
  3. Offline

    MisterErwin

Thread Status:
Not open for further replies.

Share This Page