Various fixes for Blast Mining.

This commit is contained in:
GJ
2012-02-07 15:28:41 -05:00
parent b4b0bbd081
commit 86e373b493
4 changed files with 98 additions and 23 deletions

View File

@ -19,7 +19,6 @@ package com.gmail.nossr50.config;
import java.util.*;
import java.util.logging.Logger;
import org.bukkit.Location;
import org.bukkit.block.Block;
import org.bukkit.entity.Entity;
import org.bukkit.entity.LivingEntity;
@ -37,7 +36,7 @@ public class Misc
public ArrayList<Block> treeFeller = new ArrayList<Block>();
public HashMap<Entity, Integer> arrowTracker = new HashMap<Entity, Integer>();
public ArrayList<LivingEntity> bleedTracker = new ArrayList<LivingEntity>();
public HashMap<Location, Integer> tntTracker = new HashMap<Location, Integer>();
public HashMap<Block, Integer> tntTracker = new HashMap<Block, Integer>();
mcMMO plugin = null;
//BLEED QUE STUFF