every way to chunk load.

Discussion in 'Plugin Development' started by Dandunse, Aug 14, 2017.

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

    Dandunse

    1. Bukkit.getWorlds().get(0).loadChunk(0,0)
    2. Bukkit.getWorlds().get(0).refreshChunk(0,0)
    and?
     
  2. Offline

    Zombie_Striker

    @Dandunse
    Why would you want to manually load chunks? Chunks naturally load when players are near them, and players will only see them if the player is close to them. If this is still about the teleport issue, then this is not the way to do it.

    Also, please do not create duplicate threads. If this all relates with the teleport problem, then these should have been replies to the main thread, not entirely separate threads.
     
Thread Status:
Not open for further replies.

Share This Page