Remove libs, updated the update script

So we're not dependent on other people's failing websites (iConomy *cough* *cough*)
This commit is contained in:
Eric Stokes 2011-06-26 10:51:51 -06:00
parent 358dab345a
commit cedc097efa
6 changed files with 8 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1,8 @@
wget -N http://ci.bukkit.org/job/dev-CraftBukkit/lastSuccessfulBuild/artifact/target/craftbukkit-0.0.1-SNAPSHOT.jar
wget -N http://www.theyeticave.net/downloads/permissions/3.1.5/Permissions.jar
wget -N http://earth2me.net:8001/artifactory/essentials-2.2/Essentials.jar
wget -N http://mirror.nexua.org/iConomy/JARS/5.0/1/iConomy.jar
wget -N http://mirror.onarandombox.com/Permissions.jar
wget -N http://mirror.onarandombox.com/Essentials.jar
wget -N http://mirror.onarandombox.com/iConomy.jar
#wget -N http://www.theyeticave.net/downloads/permissions/3.1.5/Permissions.jar
#wget -N http://earth2me.net:8001/artifactory/essentials-2.2/Essentials.jar
#wget -N http://mirror.nexua.org/iConomy/JARS/5.0/1/iConomy.jar

View File

@ -443,6 +443,7 @@ public class MultiverseCore extends JavaPlugin {
return true;
}
private boolean pluginExists(String generator) {
Plugin plugin = getServer().getPluginManager().getPlugin(generator);
return plugin != null;