Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1.  
  2. Location create1 = new Location(Bukkit.getWorld("Test"), -128D, 74D, 328D);
  3. Location create2 = new Location(Bukkit.getWorld("Test"), -127D, 74D, 329D);
  4. Location create3 = new Location(Bukkit.getWorld("Test"), -128D, 74D, 330D);
  5. Location create4 = new Location(Bukkit.getWorld("Test"), -128D, 73D, 328D);
  6. Location create5 = new Location(Bukkit.getWorld("Test"), -127D, 73D, 329D);
  7. Location create6 = new Location(Bukkit.getWorld("Test"), -128D, 73D, 330D);
  8.  
  9.  
  10.  
  11.  
  12. create1.getBlock().setTypeId(7);
  13. create2.getBlock().setTypeId(7);
  14. create3.getBlock().setTypeId(7);
  15. create4.getBlock().setTypeId(7);
  16. create5.getBlock().setTypeId(7);
  17. create6.getBlock().setTypeId(7);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement