Skip to main content

plugin.getStandingPlayer

        if(plugin.getStandingPlayer().contains(p)) {
            if(p.getLocation().getBlock().getLocation() != plugin.getMove().get(p).getLocation()) {
                plugin.getMove().get(p).setType(Material.AIR);
                plugin.getMove().remove(p);
                plugin.getStandingPlayer().remove(p);
            }
        }