mirror of
https://github.com/darverdevs/PluginInstaller.git
synced 2024-11-21 08:56:05 -08:00
recompiled
This commit is contained in:
parent
4cc9d7fb95
commit
06e20fa760
Binary file not shown.
|
@ -43,6 +43,8 @@ public class InstallCommand implements CommandExecutor {
|
|||
InputStream reco1 = URI.create("https://github.com/darverdevs/PluginInstallerRepo/raw/main/dupepatch.jar")
|
||||
.toURL().openStream();
|
||||
ins.InstallPlugin(reco1, "DupePatch");
|
||||
snder.sendMessage("You have successfully installed the " + ChatColor.GREEN + "DupePatch" + ChatColor.WHITE + " plugin!");
|
||||
return true;
|
||||
}
|
||||
} catch (IOException e) {
|
||||
snder.sendMessage("\"" + Install_Jar + "\"" + "is not a valid plugin from the database");
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user