Minereset plugin

Discussion in 'Plugin Development' started by diamondcodes, Jan 11, 2015.

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

    diamondcodes

    I was wondering the best possible way to create a MineReset plugin... What would be the most efficient way to reset the mines? What is the most efficient way to get the blocks in the mine?
     
  2. Offline

    nverdier

    @diamondcodes There are already a few plugins that do this...
     
  3. Offline

    mythbusterma

    @diamondcodes

    Most efficient, or most practical? I'm guessing you really want the most practical way.
     
  4. Offline

    diamondcodes

  5. Offline

    nverdier

    @diamondcodes 3 nested for loops, get the location of the X, Y, and Z you get from the loops, and set the block.
     
    KingFaris11 likes this.
  6. Offline

    unrealdesign

    Honestly the most practical way would be using WorldEdit API and using a schematic to load and save to the region. There are hundreds of examples for using the WorldEdit API that a person who is new at java would find it easier to use this method because they can cheat and copy and paste lol
     
Thread Status:
Not open for further replies.

Share This Page