Advertisement
ZP4RKER

Untitled

Sep 19th, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. for (Location block : vault) {
  2. Bukkit.getScheduler().scheduleSyncRepeatingTask(plugin, new Runnable() {
  3. public void run() {
  4. block.getBlock().setType(Material.STONE);
  5. }
  6. }, 0, 20);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement