Solved Disabling all block updates

Discussion in 'Plugin Development' started by TomFromCollege, Jul 3, 2013.

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

    TomFromCollege

    Basically I'm looking for a way to disable all block updates for a few seconds on my server...

    My problem is that, when I paste a large schematic, if the door blocks aren't added in the right order, they're broken. (Along with flowers, torches etc...)

    Is there a way to disable this behavior?

    Edit:
    Does anyone know if this would be mimicked if I set the chunk data or WorldServer.setRawTypeIdAndData ?
     
  2. Offline

    chasechocolate

  3. Offline

    TomFromCollege

    Ooh Lovely :3
    Well, I actually tested it with WorldServer.setRawTypeIdAndData followed by a WorldServer.notifyWorld after all had finished and it worked, Thanks though dude! :)

    I feel like a idiot. Posting then figuring out the code was right in front of me :D
     
Thread Status:
Not open for further replies.

Share This Page