Fast block updates

Discussion in 'Plugin Development' started by deltahat, Apr 27, 2014.

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

    deltahat

    I need to set the material of around 11000 blocks quickly. Using the standard Location.getBlock().setType(Material.foo) API has proven way too slow.

    Is there a faster way to do bulk block updates without resorting to directly manipulating the NMS.Chunk data structures?
     
  2. Offline

    St3venAU

    If you have WorldEdit installed you could access it with your plugin and have WorldEdit do the dirty work.
     
Thread Status:
Not open for further replies.

Share This Page