Advertisement
Guest User

asd

a guest
Apr 24th, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.30 KB | None | 0 0
  1.     @SuppressWarnings("deprecation")
  2.     private void loadArea(World w, File f, Vector o) throws DataException, IOException, MaxChangedBlocksException {
  3.         EditSession es = new EditSession(new BukkitWorld(w), 999999999);
  4.         CuboidClipboard cc = CuboidClipboard.loadSchematic(f);
  5.         cc.paste(es, o, false);
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement