Skip to content

Commit

Permalink
Porting from bitbucket.
Browse files Browse the repository at this point in the history
  • Loading branch information
dscalzi committed Mar 8, 2018
1 parent 133330e commit 41c3993
Show file tree
Hide file tree
Showing 4 changed files with 665 additions and 4 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![# Header](http://i.imgur.com/NNwBkWb.png)

[![](http://ci.aventiumsoftworks.com/jenkins/job/ZipExtractor/badge/icon)](http://ci.aventiumsoftworks.com/jenkins/job/ZipExtractor/) [![](https://img.shields.io/badge/license-AGPL-blue.svg)](https://bitbucket.org/AventiumSoftworks/zip-extractor/src/3b445af5293f3638493cccf50c11f38f1eaf9902/src/com/dscalzi/zipextractor/resources/License.txt) ![](https://img.shields.io/badge/Spigot-1.8--1.12-orange.svg) ![](https://img.shields.io/badge/Java-8+-ec2025.svg) [![](https://discordapp.com/api/guilds/211524927831015424/widget.png)](https://discordapp.com/invite/Fcrh6PT)
[![](http://ci.aventiumsoftworks.com/jenkins/job/ZipExtractor/badge/icon)](http://ci.aventiumsoftworks.com/jenkins/job/ZipExtractor/) [![](https://img.shields.io/badge/license-AGPL-blue.svg)](https://github.com/dscalzi/ZipExtractor/blob/master/LICENSE) ![](https://img.shields.io/badge/Spigot-1.8--1.12-orange.svg) ![](https://img.shields.io/badge/Java-8+-ec2025.svg) [![](https://discordapp.com/api/guilds/211524927831015424/widget.png)](https://discordapp.com/invite/Fcrh6PT)

ZipExtractor is an administrative utility plugin allowing the compression/extraction of archived files through minecraft command. This plugin is extremely useful for dealing with archives over FTP, which does not provide support for neither compression nor extraction. While using this plugin please note that **there is no undo button**. Overridden files **cannot** be recovered.

Expand Down Expand Up @@ -40,7 +40,7 @@ Since the main purpose of this plugin deals with archive manipulation, the plugi

[thread_pools]: http://tutorials.jenkov.com/java-util-concurrent/threadpoolexecutor.html "Thread Pool Information"
[bStats]: https://bstats.org/plugin/bukkit/ZipExtractor "bStats page"
[wiki]: https://bitbucket.org/AventiumSoftworks/zip-extractor/wiki/Home "Wiki page"
[wiki]: https://github.com/dscalzi/ZipExtractor/wiki "Wiki page"
[spigot]: https://www.spigotmc.org/resources/zipextractor.43482/ "Spigot"
[devbukkit]: https://dev.bukkit.org/projects/zipextractor "DevBukkit"
[issues]: https://bitbucket.org/AventiumSoftworks/zip-extractor/issues?status=new&status=open "Issue Tracker"
[issues]: https://github.com/dscalzi/ZipExtractor/issues "Issue Tracker"
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ public void cmdStatus(CommandSender sender) {

public void cmdVersion(CommandSender sender){
sendMessage(sender, "Zip Extractor version " + plugin.getDescription().getVersion() +
"\n" + cPrimary + "| " + cTrim + "Source" + cPrimary + " | " + ChatColor.RESET + "bitbucket.org/AventiumSoftworks/zip-extractor" +
"\n" + cPrimary + "| " + cTrim + "Source" + cPrimary + " | " + ChatColor.RESET + "https://github.com/dscalzi/ZipExtractor" +
"\n" + cPrimary + "| " + cTrim + "Metrics" + cPrimary + " | " + ChatColor.RESET + "https://bstats.org/plugin/bukkit/ZipExtractor");
}

Expand Down
Loading

0 comments on commit 41c3993

Please sign in to comment.