Reload Chunks.

Discussion in 'Plugin Development' started by SuperOmegaCow, Nov 22, 2013.

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

    SuperOmegaCow

    How do I preload chunks before I teleport a player.
     
  2. Offline

    MrMag518

    Get the chunk at the location the player is teleporting to, and the call the load() method.

    Example: location.getChunk().load();

    Then teleport the player.
     
Thread Status:
Not open for further replies.

Share This Page