Advertisement
imBEheAR

BRUSH 64

Oct 14th, 2021
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 30.02 KB | None | 0 0
  1.             if(cardinal.equalsIgnoreCase("N") || cardinal.equalsIgnoreCase("S")){
  2.                 block.setType(Material.AIR);
  3.  
  4.                 Block block1 = block.getWorld().getBlockAt(block.getLocation().add(0, +1, 0));
  5.                 Block block2 = block.getWorld().getBlockAt(block.getLocation().add(0, +2, 0));
  6.                 Block block3 = block.getWorld().getBlockAt(block.getLocation().add(0, +3, 0));
  7.                 Block block4 = block.getWorld().getBlockAt(block.getLocation().add(0, +4, 0));
  8.                 Block block5 = block.getWorld().getBlockAt(block.getLocation().add(0, +5, 0));
  9.                 Block block6 = block.getWorld().getBlockAt(block.getLocation().add(0, +6, 0));
  10.                 Block block7 = block.getWorld().getBlockAt(block.getLocation().add(0, -1, 0));
  11.  
  12.  
  13.                 Block block11 = block.getWorld().getBlockAt(block.getLocation().add(+1, +1, 0));
  14.                 Block block12 = block.getWorld().getBlockAt(block.getLocation().add(+1, +2, 0));
  15.                 Block block13 = block.getWorld().getBlockAt(block.getLocation().add(+1, +3, 0));
  16.                 Block block14 = block.getWorld().getBlockAt(block.getLocation().add(+1, +4, 0));
  17.                 Block block15 = block.getWorld().getBlockAt(block.getLocation().add(+1, +5, 0));
  18.                 Block block16 = block.getWorld().getBlockAt(block.getLocation().add(+1, +6, 0));
  19.                 Block block17 = block.getWorld().getBlockAt(block.getLocation().add(+1, -1, 0));
  20.  
  21.  
  22.                 Block block21 = block.getWorld().getBlockAt(block.getLocation().add(+2, +1, 0));
  23.                 Block block22 = block.getWorld().getBlockAt(block.getLocation().add(+2, +2, 0));
  24.                 Block block23 = block.getWorld().getBlockAt(block.getLocation().add(+2, +3, 0));
  25.                 Block block24 = block.getWorld().getBlockAt(block.getLocation().add(+2, +4, 0));
  26.                 Block block25 = block.getWorld().getBlockAt(block.getLocation().add(+2, +5, 0));
  27.                 Block block26 = block.getWorld().getBlockAt(block.getLocation().add(+2, +6, 0));
  28.                 Block block27 = block.getWorld().getBlockAt(block.getLocation().add(+2, -1, 0));
  29.  
  30.  
  31.                 Block block31 = block.getWorld().getBlockAt(block.getLocation().add(+3, +1, 0));
  32.                 Block block32 = block.getWorld().getBlockAt(block.getLocation().add(+3, +2, 0));
  33.                 Block block33 = block.getWorld().getBlockAt(block.getLocation().add(+3, +3, 0));
  34.                 Block block34 = block.getWorld().getBlockAt(block.getLocation().add(+3, +4, 0));
  35.                 Block block35 = block.getWorld().getBlockAt(block.getLocation().add(+3, +5, 0));
  36.                 Block block36 = block.getWorld().getBlockAt(block.getLocation().add(+3, +6, 0));
  37.                 Block block37 = block.getWorld().getBlockAt(block.getLocation().add(+3, -1, 0));
  38.  
  39.  
  40.                 Block block41 = block.getWorld().getBlockAt(block.getLocation().add(+4, +1, 0));
  41.                 Block block42 = block.getWorld().getBlockAt(block.getLocation().add(+4, +2, 0));
  42.                 Block block43 = block.getWorld().getBlockAt(block.getLocation().add(+4, +3, 0));
  43.                 Block block44 = block.getWorld().getBlockAt(block.getLocation().add(+4, +4, 0));
  44.                 Block block45 = block.getWorld().getBlockAt(block.getLocation().add(+4, +5, 0));
  45.                 Block block46 = block.getWorld().getBlockAt(block.getLocation().add(+4, +6, 0));
  46.                 Block block47 = block.getWorld().getBlockAt(block.getLocation().add(+4, -1, 0));
  47.  
  48.                 Block block51 = block.getWorld().getBlockAt(block.getLocation().add(-1, +1, 0));
  49.                 Block block52 = block.getWorld().getBlockAt(block.getLocation().add(-1, +2, 0));
  50.                 Block block53 = block.getWorld().getBlockAt(block.getLocation().add(-1, +3, 0));
  51.                 Block block54 = block.getWorld().getBlockAt(block.getLocation().add(-1, +4, 0));
  52.                 Block block55 = block.getWorld().getBlockAt(block.getLocation().add(-1, +5, 0));
  53.                 Block block56 = block.getWorld().getBlockAt(block.getLocation().add(-1, +6, 0));
  54.                 Block block57 = block.getWorld().getBlockAt(block.getLocation().add(-1, -1, 0));
  55.  
  56.                 Block block61 = block.getWorld().getBlockAt(block.getLocation().add(-2, +1, 0));
  57.                 Block block62 = block.getWorld().getBlockAt(block.getLocation().add(-2, +2, 0));
  58.                 Block block63 = block.getWorld().getBlockAt(block.getLocation().add(-2, +3, 0));
  59.                 Block block64 = block.getWorld().getBlockAt(block.getLocation().add(-2, +4, 0));
  60.                 Block block65 = block.getWorld().getBlockAt(block.getLocation().add(-2, +5, 0));
  61.                 Block block66 = block.getWorld().getBlockAt(block.getLocation().add(-2, +6, 0));
  62.                 Block block67 = block.getWorld().getBlockAt(block.getLocation().add(-2, -1, 0));
  63.  
  64.                 Block block71 = block.getWorld().getBlockAt(block.getLocation().add(-3, +1, 0));
  65.                 Block block72 = block.getWorld().getBlockAt(block.getLocation().add(-3, +2, 0));
  66.                 Block block73 = block.getWorld().getBlockAt(block.getLocation().add(-3, +3, 0));
  67.                 Block block74 = block.getWorld().getBlockAt(block.getLocation().add(-3, +4, 0));
  68.                 Block block75 = block.getWorld().getBlockAt(block.getLocation().add(-3, +5, 0));
  69.                 Block block76 = block.getWorld().getBlockAt(block.getLocation().add(-3, +6, 0));
  70.                 Block block77 = block.getWorld().getBlockAt(block.getLocation().add(-3, -1, 0));
  71.  
  72.                 Block block81 = block.getWorld().getBlockAt(block.getLocation().add(0, +1, 0));
  73.                 Block block82 = block.getWorld().getBlockAt(block.getLocation().add(0, +2, 0));
  74.                 Block block83 = block.getWorld().getBlockAt(block.getLocation().add(0, +3, 0));
  75.                 Block block84 = block.getWorld().getBlockAt(block.getLocation().add(0, +4, 0));
  76.                 Block block85 = block.getWorld().getBlockAt(block.getLocation().add(0, +5, 0));
  77.                 Block block86 = block.getWorld().getBlockAt(block.getLocation().add(0, +6, 0));
  78.                 Block block87 = block.getWorld().getBlockAt(block.getLocation().add(0, -1, 0));
  79.  
  80.  
  81.                 Block block91 = block.getWorld().getBlockAt(block.getLocation().add(+1, 0, 0));
  82.                 Block block92 = block.getWorld().getBlockAt(block.getLocation().add(+2, 0, 0));
  83.                 Block block93 = block.getWorld().getBlockAt(block.getLocation().add(+3, 0, 0));
  84.                 Block block94 = block.getWorld().getBlockAt(block.getLocation().add(+4, 0, 0));
  85.                 Block block95 = block.getWorld().getBlockAt(block.getLocation().add(-1, 0, 0));
  86.                 Block block96 = block.getWorld().getBlockAt(block.getLocation().add(-2, 0, 0));
  87.                 Block block97 = block.getWorld().getBlockAt(block.getLocation().add(-3, 0, 0));
  88.  
  89.                 if(block1.getType().equals(Material.BEDROCK))return;
  90.                 if(block2.getType().equals(Material.BEDROCK))return;
  91.                 if(block3.getType().equals(Material.BEDROCK))return;
  92.                 if(block4.getType().equals(Material.BEDROCK))return;
  93.                 if(block5.getType().equals(Material.BEDROCK))return;
  94.                 if(block6.getType().equals(Material.BEDROCK))return;
  95.                 if(block7.getType().equals(Material.BEDROCK))return;
  96.  
  97.                 if(block11.getType().equals(Material.BEDROCK))return;
  98.                 if(block12.getType().equals(Material.BEDROCK))return;
  99.                 if(block13.getType().equals(Material.BEDROCK))return;
  100.                 if(block14.getType().equals(Material.BEDROCK))return;
  101.                 if(block15.getType().equals(Material.BEDROCK))return;
  102.                 if(block16.getType().equals(Material.BEDROCK))return;
  103.                 if(block17.getType().equals(Material.BEDROCK))return;
  104.  
  105.                 if(block21.getType().equals(Material.BEDROCK))return;
  106.                 if(block22.getType().equals(Material.BEDROCK))return;
  107.                 if(block23.getType().equals(Material.BEDROCK))return;
  108.                 if(block24.getType().equals(Material.BEDROCK))return;
  109.                 if(block25.getType().equals(Material.BEDROCK))return;
  110.                 if(block26.getType().equals(Material.BEDROCK))return;
  111.                 if(block27.getType().equals(Material.BEDROCK))return;
  112.  
  113.                 if(block31.getType().equals(Material.BEDROCK))return;
  114.                 if(block32.getType().equals(Material.BEDROCK))return;
  115.                 if(block33.getType().equals(Material.BEDROCK))return;
  116.                 if(block34.getType().equals(Material.BEDROCK))return;
  117.                 if(block35.getType().equals(Material.BEDROCK))return;
  118.                 if(block36.getType().equals(Material.BEDROCK))return;
  119.                 if(block37.getType().equals(Material.BEDROCK))return;
  120.  
  121.                 if(block41.getType().equals(Material.BEDROCK))return;
  122.                 if(block42.getType().equals(Material.BEDROCK))return;
  123.                 if(block43.getType().equals(Material.BEDROCK))return;
  124.                 if(block44.getType().equals(Material.BEDROCK))return;
  125.                 if(block45.getType().equals(Material.BEDROCK))return;
  126.                 if(block46.getType().equals(Material.BEDROCK))return;
  127.                 if(block47.getType().equals(Material.BEDROCK))return;
  128.  
  129.                 if(block51.getType().equals(Material.BEDROCK))return;
  130.                 if(block52.getType().equals(Material.BEDROCK))return;
  131.                 if(block53.getType().equals(Material.BEDROCK))return;
  132.                 if(block54.getType().equals(Material.BEDROCK))return;
  133.                 if(block55.getType().equals(Material.BEDROCK))return;
  134.                 if(block56.getType().equals(Material.BEDROCK))return;
  135.                 if(block57.getType().equals(Material.BEDROCK))return;
  136.  
  137.                 if(block61.getType().equals(Material.BEDROCK))return;
  138.                 if(block62.getType().equals(Material.BEDROCK))return;
  139.                 if(block63.getType().equals(Material.BEDROCK))return;
  140.                 if(block64.getType().equals(Material.BEDROCK))return;
  141.                 if(block65.getType().equals(Material.BEDROCK))return;
  142.                 if(block66.getType().equals(Material.BEDROCK))return;
  143.                 if(block67.getType().equals(Material.BEDROCK))return;
  144.  
  145.                 if(block71.getType().equals(Material.BEDROCK))return;
  146.                 if(block72.getType().equals(Material.BEDROCK))return;
  147.                 if(block73.getType().equals(Material.BEDROCK))return;
  148.                 if(block74.getType().equals(Material.BEDROCK))return;
  149.                 if(block75.getType().equals(Material.BEDROCK))return;
  150.                 if(block76.getType().equals(Material.BEDROCK))return;
  151.                 if(block77.getType().equals(Material.BEDROCK))return;
  152.  
  153.                 if(block81.getType().equals(Material.BEDROCK))return;
  154.                 if(block82.getType().equals(Material.BEDROCK))return;
  155.                 if(block83.getType().equals(Material.BEDROCK))return;
  156.                 if(block84.getType().equals(Material.BEDROCK))return;
  157.                 if(block85.getType().equals(Material.BEDROCK))return;
  158.                 if(block86.getType().equals(Material.BEDROCK))return;
  159.                 if(block87.getType().equals(Material.BEDROCK))return;
  160.  
  161.                 if(block91.getType().equals(Material.BEDROCK))return;
  162.                 if(block92.getType().equals(Material.BEDROCK))return;
  163.                 if(block93.getType().equals(Material.BEDROCK))return;
  164.                 if(block94.getType().equals(Material.BEDROCK))return;
  165.                 if(block95.getType().equals(Material.BEDROCK))return;
  166.                 if(block96.getType().equals(Material.BEDROCK))return;
  167.                 if(block97.getType().equals(Material.BEDROCK))return;
  168.  
  169.                 block1.setType(Material.AIR);
  170.                 block2.setType(Material.AIR);
  171.                 block3.setType(Material.AIR);
  172.                 block4.setType(Material.AIR);
  173.                 block5.setType(Material.AIR);
  174.                 block6.setType(Material.AIR);
  175.                 block7.setType(Material.AIR);
  176.  
  177.                 block11.setType(Material.AIR);
  178.                 block12.setType(Material.AIR);
  179.                 block13.setType(Material.AIR);
  180.                 block14.setType(Material.AIR);
  181.                 block15.setType(Material.AIR);
  182.                 block16.setType(Material.AIR);
  183.                 block17.setType(Material.AIR);
  184.  
  185.                 block21.setType(Material.AIR);
  186.                 block22.setType(Material.AIR);
  187.                 block23.setType(Material.AIR);
  188.                 block24.setType(Material.AIR);
  189.                 block25.setType(Material.AIR);
  190.                 block26.setType(Material.AIR);
  191.                 block27.setType(Material.AIR);
  192.  
  193.                 block31.setType(Material.AIR);
  194.                 block32.setType(Material.AIR);
  195.                 block33.setType(Material.AIR);
  196.                 block34.setType(Material.AIR);
  197.                 block35.setType(Material.AIR);
  198.                 block36.setType(Material.AIR);
  199.                 block37.setType(Material.AIR);
  200.  
  201.                 block41.setType(Material.AIR);
  202.                 block42.setType(Material.AIR);
  203.                 block43.setType(Material.AIR);
  204.                 block44.setType(Material.AIR);
  205.                 block45.setType(Material.AIR);
  206.                 block46.setType(Material.AIR);
  207.                 block47.setType(Material.AIR);
  208.  
  209.                 block51.setType(Material.AIR);
  210.                 block52.setType(Material.AIR);
  211.                 block53.setType(Material.AIR);
  212.                 block54.setType(Material.AIR);
  213.                 block55.setType(Material.AIR);
  214.                 block56.setType(Material.AIR);
  215.                 block57.setType(Material.AIR);
  216.  
  217.                 block61.setType(Material.AIR);
  218.                 block62.setType(Material.AIR);
  219.                 block63.setType(Material.AIR);
  220.                 block64.setType(Material.AIR);
  221.                 block65.setType(Material.AIR);
  222.                 block66.setType(Material.AIR);
  223.                 block67.setType(Material.AIR);
  224.  
  225.                 block71.setType(Material.AIR);
  226.                 block72.setType(Material.AIR);
  227.                 block73.setType(Material.AIR);
  228.                 block74.setType(Material.AIR);
  229.                 block75.setType(Material.AIR);
  230.                 block76.setType(Material.AIR);
  231.                 block77.setType(Material.AIR);
  232.  
  233.                 block81.setType(Material.AIR);
  234.                 block82.setType(Material.AIR);
  235.                 block83.setType(Material.AIR);
  236.                 block84.setType(Material.AIR);
  237.                 block85.setType(Material.AIR);
  238.                 block86.setType(Material.AIR);
  239.                 block87.setType(Material.AIR);
  240.  
  241.                 block91.setType(Material.AIR);
  242.                 block92.setType(Material.AIR);
  243.                 block93.setType(Material.AIR);
  244.                 block94.setType(Material.AIR);
  245.                 block95.setType(Material.AIR);
  246.                 block96.setType(Material.AIR);
  247.                 block97.setType(Material.AIR);
  248.  
  249.             }
  250.             if(cardinal.equalsIgnoreCase("W") || cardinal.equalsIgnoreCase("E")){
  251.                 block.setType(Material.AIR);
  252.  
  253.                 Block block1 = block.getWorld().getBlockAt(block.getLocation().add(0, +1, 0));
  254.                 Block block2 = block.getWorld().getBlockAt(block.getLocation().add(0, +2, 0));
  255.                 Block block3 = block.getWorld().getBlockAt(block.getLocation().add(0, +3, 0));
  256.                 Block block4 = block.getWorld().getBlockAt(block.getLocation().add(0, +4, 0));
  257.                 Block block5 = block.getWorld().getBlockAt(block.getLocation().add(0, +5, 0));
  258.                 Block block6 = block.getWorld().getBlockAt(block.getLocation().add(0, +6, 0));
  259.                 Block block7 = block.getWorld().getBlockAt(block.getLocation().add(0, -1, 0));
  260.  
  261.  
  262.                 Block block11 = block.getWorld().getBlockAt(block.getLocation().add(0, +1, +1));
  263.                 Block block12 = block.getWorld().getBlockAt(block.getLocation().add(0, +2, +1));
  264.                 Block block13 = block.getWorld().getBlockAt(block.getLocation().add(0, +3, +1));
  265.                 Block block14 = block.getWorld().getBlockAt(block.getLocation().add(0, +4, +1));
  266.                 Block block15 = block.getWorld().getBlockAt(block.getLocation().add(0, +5, +1));
  267.                 Block block16 = block.getWorld().getBlockAt(block.getLocation().add(0, +6, +1));
  268.                 Block block17 = block.getWorld().getBlockAt(block.getLocation().add(0, -1, +1));
  269.  
  270.  
  271.                 Block block21 = block.getWorld().getBlockAt(block.getLocation().add(0, +1, +2));
  272.                 Block block22 = block.getWorld().getBlockAt(block.getLocation().add(0, +2, +2));
  273.                 Block block23 = block.getWorld().getBlockAt(block.getLocation().add(0, +3, +2));
  274.                 Block block24 = block.getWorld().getBlockAt(block.getLocation().add(0, +4, +2));
  275.                 Block block25 = block.getWorld().getBlockAt(block.getLocation().add(0, +5, +2));
  276.                 Block block26 = block.getWorld().getBlockAt(block.getLocation().add(0, +6, +2));
  277.                 Block block27 = block.getWorld().getBlockAt(block.getLocation().add(0, -1, +2));
  278.  
  279.  
  280.                 Block block31 = block.getWorld().getBlockAt(block.getLocation().add(0, +1, +3));
  281.                 Block block32 = block.getWorld().getBlockAt(block.getLocation().add(0, +2, +3));
  282.                 Block block33 = block.getWorld().getBlockAt(block.getLocation().add(0, +3, +3));
  283.                 Block block34 = block.getWorld().getBlockAt(block.getLocation().add(0, +4, +3));
  284.                 Block block35 = block.getWorld().getBlockAt(block.getLocation().add(0, +5, +3));
  285.                 Block block36 = block.getWorld().getBlockAt(block.getLocation().add(0, +6, +3));
  286.                 Block block37 = block.getWorld().getBlockAt(block.getLocation().add(0, -1, +3));
  287.  
  288.  
  289.                 Block block41 = block.getWorld().getBlockAt(block.getLocation().add(0, +1, +4));
  290.                 Block block42 = block.getWorld().getBlockAt(block.getLocation().add(0, +2, +4));
  291.                 Block block43 = block.getWorld().getBlockAt(block.getLocation().add(0, +3, +4));
  292.                 Block block44 = block.getWorld().getBlockAt(block.getLocation().add(0, +4, +4));
  293.                 Block block45 = block.getWorld().getBlockAt(block.getLocation().add(0, +5, +4));
  294.                 Block block46 = block.getWorld().getBlockAt(block.getLocation().add(0, +6, +4));
  295.                 Block block47 = block.getWorld().getBlockAt(block.getLocation().add(0, -1, +4));
  296.  
  297.                 Block block51 = block.getWorld().getBlockAt(block.getLocation().add(0, +1, -1));
  298.                 Block block52 = block.getWorld().getBlockAt(block.getLocation().add(0, +2, -1));
  299.                 Block block53 = block.getWorld().getBlockAt(block.getLocation().add(0, +3, -1));
  300.                 Block block54 = block.getWorld().getBlockAt(block.getLocation().add(0, +4, -1));
  301.                 Block block55 = block.getWorld().getBlockAt(block.getLocation().add(0, +5, -1));
  302.                 Block block56 = block.getWorld().getBlockAt(block.getLocation().add(0, +6, -1));
  303.                 Block block57 = block.getWorld().getBlockAt(block.getLocation().add(0, -1, -1));
  304.  
  305.                 Block block61 = block.getWorld().getBlockAt(block.getLocation().add(0, +1, -2));
  306.                 Block block62 = block.getWorld().getBlockAt(block.getLocation().add(0, +2, -2));
  307.                 Block block63 = block.getWorld().getBlockAt(block.getLocation().add(0, +3, -2));
  308.                 Block block64 = block.getWorld().getBlockAt(block.getLocation().add(0, +4, -2));
  309.                 Block block65 = block.getWorld().getBlockAt(block.getLocation().add(0, +5, -2));
  310.                 Block block66 = block.getWorld().getBlockAt(block.getLocation().add(0, +6, -2));
  311.                 Block block67 = block.getWorld().getBlockAt(block.getLocation().add(0, -1, -2));
  312.  
  313.                 Block block71 = block.getWorld().getBlockAt(block.getLocation().add(0, +1, -3));
  314.                 Block block72 = block.getWorld().getBlockAt(block.getLocation().add(0, +2, -3));
  315.                 Block block73 = block.getWorld().getBlockAt(block.getLocation().add(0, +3, -3));
  316.                 Block block74 = block.getWorld().getBlockAt(block.getLocation().add(0, +4, -3));
  317.                 Block block75 = block.getWorld().getBlockAt(block.getLocation().add(0, +5, -3));
  318.                 Block block76 = block.getWorld().getBlockAt(block.getLocation().add(0, +6, -3));
  319.                 Block block77 = block.getWorld().getBlockAt(block.getLocation().add(0, -1, -3));
  320.  
  321.                 Block block81 = block.getWorld().getBlockAt(block.getLocation().add(0, +1, 0));
  322.                 Block block82 = block.getWorld().getBlockAt(block.getLocation().add(0, +2, 0));
  323.                 Block block83 = block.getWorld().getBlockAt(block.getLocation().add(0, +3, 0));
  324.                 Block block84 = block.getWorld().getBlockAt(block.getLocation().add(0, +4, 0));
  325.                 Block block85 = block.getWorld().getBlockAt(block.getLocation().add(0, +5, 0));
  326.                 Block block86 = block.getWorld().getBlockAt(block.getLocation().add(0, +6, 0));
  327.                 Block block87 = block.getWorld().getBlockAt(block.getLocation().add(0, -1, 0));
  328.  
  329.  
  330.                 Block block91 = block.getWorld().getBlockAt(block.getLocation().add(0, 0, +1));
  331.                 Block block92 = block.getWorld().getBlockAt(block.getLocation().add(0, 0, +2));
  332.                 Block block93 = block.getWorld().getBlockAt(block.getLocation().add(0, 0, +3));
  333.                 Block block94 = block.getWorld().getBlockAt(block.getLocation().add(0, 0, +4));
  334.                 Block block95 = block.getWorld().getBlockAt(block.getLocation().add(0, 0, -1));
  335.                 Block block96 = block.getWorld().getBlockAt(block.getLocation().add(0, 0, -2));
  336.                 Block block97 = block.getWorld().getBlockAt(block.getLocation().add(0, 0, -3));
  337.  
  338.                 if(block1.getType().equals(Material.BEDROCK))return;
  339.                 if(block2.getType().equals(Material.BEDROCK))return;
  340.                 if(block3.getType().equals(Material.BEDROCK))return;
  341.                 if(block4.getType().equals(Material.BEDROCK))return;
  342.                 if(block5.getType().equals(Material.BEDROCK))return;
  343.                 if(block6.getType().equals(Material.BEDROCK))return;
  344.                 if(block7.getType().equals(Material.BEDROCK))return;
  345.  
  346.                 if(block11.getType().equals(Material.BEDROCK))return;
  347.                 if(block12.getType().equals(Material.BEDROCK))return;
  348.                 if(block13.getType().equals(Material.BEDROCK))return;
  349.                 if(block14.getType().equals(Material.BEDROCK))return;
  350.                 if(block15.getType().equals(Material.BEDROCK))return;
  351.                 if(block16.getType().equals(Material.BEDROCK))return;
  352.                 if(block17.getType().equals(Material.BEDROCK))return;
  353.  
  354.                 if(block21.getType().equals(Material.BEDROCK))return;
  355.                 if(block22.getType().equals(Material.BEDROCK))return;
  356.                 if(block23.getType().equals(Material.BEDROCK))return;
  357.                 if(block24.getType().equals(Material.BEDROCK))return;
  358.                 if(block25.getType().equals(Material.BEDROCK))return;
  359.                 if(block26.getType().equals(Material.BEDROCK))return;
  360.                 if(block27.getType().equals(Material.BEDROCK))return;
  361.  
  362.                 if(block31.getType().equals(Material.BEDROCK))return;
  363.                 if(block32.getType().equals(Material.BEDROCK))return;
  364.                 if(block33.getType().equals(Material.BEDROCK))return;
  365.                 if(block34.getType().equals(Material.BEDROCK))return;
  366.                 if(block35.getType().equals(Material.BEDROCK))return;
  367.                 if(block36.getType().equals(Material.BEDROCK))return;
  368.                 if(block37.getType().equals(Material.BEDROCK))return;
  369.  
  370.                 if(block41.getType().equals(Material.BEDROCK))return;
  371.                 if(block42.getType().equals(Material.BEDROCK))return;
  372.                 if(block43.getType().equals(Material.BEDROCK))return;
  373.                 if(block44.getType().equals(Material.BEDROCK))return;
  374.                 if(block45.getType().equals(Material.BEDROCK))return;
  375.                 if(block46.getType().equals(Material.BEDROCK))return;
  376.                 if(block47.getType().equals(Material.BEDROCK))return;
  377.  
  378.                 if(block51.getType().equals(Material.BEDROCK))return;
  379.                 if(block52.getType().equals(Material.BEDROCK))return;
  380.                 if(block53.getType().equals(Material.BEDROCK))return;
  381.                 if(block54.getType().equals(Material.BEDROCK))return;
  382.                 if(block55.getType().equals(Material.BEDROCK))return;
  383.                 if(block56.getType().equals(Material.BEDROCK))return;
  384.                 if(block57.getType().equals(Material.BEDROCK))return;
  385.  
  386.                 if(block61.getType().equals(Material.BEDROCK))return;
  387.                 if(block62.getType().equals(Material.BEDROCK))return;
  388.                 if(block63.getType().equals(Material.BEDROCK))return;
  389.                 if(block64.getType().equals(Material.BEDROCK))return;
  390.                 if(block65.getType().equals(Material.BEDROCK))return;
  391.                 if(block66.getType().equals(Material.BEDROCK))return;
  392.                 if(block67.getType().equals(Material.BEDROCK))return;
  393.  
  394.                 if(block71.getType().equals(Material.BEDROCK))return;
  395.                 if(block72.getType().equals(Material.BEDROCK))return;
  396.                 if(block73.getType().equals(Material.BEDROCK))return;
  397.                 if(block74.getType().equals(Material.BEDROCK))return;
  398.                 if(block75.getType().equals(Material.BEDROCK))return;
  399.                 if(block76.getType().equals(Material.BEDROCK))return;
  400.                 if(block77.getType().equals(Material.BEDROCK))return;
  401.  
  402.                 if(block81.getType().equals(Material.BEDROCK))return;
  403.                 if(block82.getType().equals(Material.BEDROCK))return;
  404.                 if(block83.getType().equals(Material.BEDROCK))return;
  405.                 if(block84.getType().equals(Material.BEDROCK))return;
  406.                 if(block85.getType().equals(Material.BEDROCK))return;
  407.                 if(block86.getType().equals(Material.BEDROCK))return;
  408.                 if(block87.getType().equals(Material.BEDROCK))return;
  409.  
  410.                 if(block91.getType().equals(Material.BEDROCK))return;
  411.                 if(block92.getType().equals(Material.BEDROCK))return;
  412.                 if(block93.getType().equals(Material.BEDROCK))return;
  413.                 if(block94.getType().equals(Material.BEDROCK))return;
  414.                 if(block95.getType().equals(Material.BEDROCK))return;
  415.                 if(block96.getType().equals(Material.BEDROCK))return;
  416.                 if(block97.getType().equals(Material.BEDROCK))return;
  417.  
  418.                 block1.setType(Material.AIR);
  419.                 block2.setType(Material.AIR);
  420.                 block3.setType(Material.AIR);
  421.                 block4.setType(Material.AIR);
  422.                 block5.setType(Material.AIR);
  423.                 block6.setType(Material.AIR);
  424.                 block7.setType(Material.AIR);
  425.  
  426.                 block11.setType(Material.AIR);
  427.                 block12.setType(Material.AIR);
  428.                 block13.setType(Material.AIR);
  429.                 block14.setType(Material.AIR);
  430.                 block15.setType(Material.AIR);
  431.                 block16.setType(Material.AIR);
  432.                 block17.setType(Material.AIR);
  433.  
  434.                 block21.setType(Material.AIR);
  435.                 block22.setType(Material.AIR);
  436.                 block23.setType(Material.AIR);
  437.                 block24.setType(Material.AIR);
  438.                 block25.setType(Material.AIR);
  439.                 block26.setType(Material.AIR);
  440.                 block27.setType(Material.AIR);
  441.  
  442.                 block31.setType(Material.AIR);
  443.                 block32.setType(Material.AIR);
  444.                 block33.setType(Material.AIR);
  445.                 block34.setType(Material.AIR);
  446.                 block35.setType(Material.AIR);
  447.                 block36.setType(Material.AIR);
  448.                 block37.setType(Material.AIR);
  449.  
  450.                 block41.setType(Material.AIR);
  451.                 block42.setType(Material.AIR);
  452.                 block43.setType(Material.AIR);
  453.                 block44.setType(Material.AIR);
  454.                 block45.setType(Material.AIR);
  455.                 block46.setType(Material.AIR);
  456.                 block47.setType(Material.AIR);
  457.  
  458.                 block51.setType(Material.AIR);
  459.                 block52.setType(Material.AIR);
  460.                 block53.setType(Material.AIR);
  461.                 block54.setType(Material.AIR);
  462.                 block55.setType(Material.AIR);
  463.                 block56.setType(Material.AIR);
  464.                 block57.setType(Material.AIR);
  465.  
  466.                 block61.setType(Material.AIR);
  467.                 block62.setType(Material.AIR);
  468.                 block63.setType(Material.AIR);
  469.                 block64.setType(Material.AIR);
  470.                 block65.setType(Material.AIR);
  471.                 block66.setType(Material.AIR);
  472.                 block67.setType(Material.AIR);
  473.  
  474.                 block71.setType(Material.AIR);
  475.                 block72.setType(Material.AIR);
  476.                 block73.setType(Material.AIR);
  477.                 block74.setType(Material.AIR);
  478.                 block75.setType(Material.AIR);
  479.                 block76.setType(Material.AIR);
  480.                 block77.setType(Material.AIR);
  481.  
  482.                 block81.setType(Material.AIR);
  483.                 block82.setType(Material.AIR);
  484.                 block83.setType(Material.AIR);
  485.                 block84.setType(Material.AIR);
  486.                 block85.setType(Material.AIR);
  487.                 block86.setType(Material.AIR);
  488.                 block87.setType(Material.AIR);
  489.  
  490.                 block91.setType(Material.AIR);
  491.                 block92.setType(Material.AIR);
  492.                 block93.setType(Material.AIR);
  493.                 block94.setType(Material.AIR);
  494.                 block95.setType(Material.AIR);
  495.                 block96.setType(Material.AIR);
  496.                 block97.setType(Material.AIR);
  497.  
  498.             }
  499.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement