mirror of
https://github.com/LordBoos/boosCooldowns.git
synced 2025-02-19 22:11:59 +01:00
.
This commit is contained in:
parent
4084a73437
commit
cac70e0a01
@ -7,6 +7,7 @@ import org.bukkit.event.entity.EntityListener;
|
||||
|
||||
import util.boosChat;
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
public class boosCoolDownEntityListener extends EntityListener {
|
||||
@SuppressWarnings("unused")
|
||||
private final boosCoolDown plugin;
|
||||
|
@ -14,6 +14,7 @@ import util.boosChat;
|
||||
|
||||
//import org.bukkit.event.entity.EntityDamageEvent;
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
public class boosCoolDownPlayerListener extends PlayerListener {
|
||||
private final boosCoolDown plugin;
|
||||
private static ConcurrentHashMap<String, Location> playerloc = new ConcurrentHashMap<String, Location>();
|
||||
|
Loading…
Reference in New Issue
Block a user