mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-04 18:02:36 +01:00
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:
parent
358dab345a
commit
cedc097efa
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lib/iConomy.jar
BIN
lib/iConomy.jar
Binary file not shown.
@ -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
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user