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