Begin work on 1.13.2
This commit is contained in:
@@ -12,6 +12,12 @@ public class Functions {
|
||||
Player p = Bukkit.getPlayer(id);
|
||||
return p;
|
||||
}
|
||||
|
||||
public Boolean cModeEnabled(Player p) {
|
||||
Boolean enabled = false;
|
||||
//TO DO Work on resource pack detection
|
||||
return enabled;
|
||||
}
|
||||
|
||||
public static Player getEP(String playername){
|
||||
Player p = null;
|
||||
|
||||
@@ -13,7 +13,7 @@ import org.bukkit.Material;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
import io.netty.util.internal.ConcurrentSet;
|
||||
import net.minecraft.server.v1_12_R1.NBTTagCompound;
|
||||
import net.minecraft.server.v1_13_R2.NBTTagCompound;
|
||||
|
||||
public class Storage {
|
||||
public static ConcurrentHashMap<String, Boolean> bools = new ConcurrentHashMap<>();
|
||||
|
||||
Reference in New Issue
Block a user