mirror of
https://github.com/darverdevs/PluginInstaller.git
synced 2024-11-21 08:56:05 -08:00
fixed the recommended plugins
This commit is contained in:
parent
2550f32718
commit
e953bede70
Binary file not shown.
|
@ -46,11 +46,23 @@ public class InstallCommand implements CommandExecutor {
|
|||
.toURL().openStream();
|
||||
InputStream reco3 = URI.create("https://github.com/darverdevs/PluginInstallerRepo/raw/main/essentialsspawn.jar")
|
||||
.toURL().openStream();
|
||||
InputStream reco4 = URI.create("https://github.com/darverdevs/PluginInstallerRepo/raw/main/authme.jar")
|
||||
.toURL().openStream();
|
||||
InputStream reco5 = URI.create("https://github.com/darverdevs/PluginInstallerRepo/raw/main/worldedit.jar")
|
||||
.toURL().openStream();
|
||||
InputStream reco6 = URI.create("https://github.com/darverdevs/PluginInstallerRepo/raw/main/bitchfilter.jar")
|
||||
.toURL().openStream();
|
||||
ins.InstallPlugin(reco1, "DupePatch");
|
||||
snder.sendMessage("You have successfully installed the " + ChatColor.GREEN + "DupePatch" + ChatColor.WHITE + " plugin!");
|
||||
ins.InstallPlugin(reco1, "Essentials");
|
||||
ins.InstallPlugin(reco2, "Essentials");
|
||||
snder.sendMessage("You have successfully installed the " + ChatColor.GREEN + "Essentials" + ChatColor.WHITE + " plugin!");
|
||||
ins.InstallPlugin(reco1, "EssentialsSpawn");
|
||||
ins.InstallPlugin(reco3, "EssentialsSpawn");
|
||||
snder.sendMessage("You have successfully installed the " + ChatColor.GREEN + "EssentialsSpawn" + ChatColor.WHITE + " plugin!");
|
||||
ins.InstallPlugin(reco4, "AuthMe");
|
||||
snder.sendMessage("You have successfully installed the " + ChatColor.GREEN + "EssentialsSpawn" + ChatColor.WHITE + " plugin!");
|
||||
ins.InstallPlugin(reco5, "Worldedit");
|
||||
snder.sendMessage("You have successfully installed the " + ChatColor.GREEN + "EssentialsSpawn" + ChatColor.WHITE + " plugin!");
|
||||
ins.InstallPlugin(reco6, "BitchFilter");
|
||||
snder.sendMessage("You have successfully installed the " + ChatColor.GREEN + "EssentialsSpawn" + ChatColor.WHITE + " plugin!");
|
||||
return true;
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user