• 欢迎来到Minecraft插件百科!
  • 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
  • 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289

“ZipExtractor”的版本间的差异

来自Minecraft插件百科
跳转至: 导航搜索
(创建页面,内容为“ Category:娱乐 <!--HEAD--> <div style="float:none;-webkit-border-image: none;color: #333;height: auto;margin: 0 0 35px 0;min-height: 20px;background-color:…”)
 
第38行: 第38行:
 
         <p style="color:#ffffff;font-size: 22px;text-align: center;margin:0; padding:16px;background-color: #3385ff;">特点 {{·}} Features</p>
 
         <p style="color:#ffffff;font-size: 22px;text-align: center;margin:0; padding:16px;background-color: #3385ff;">特点 {{·}} Features</p>
 
         <div style="padding:10px 20px;">
 
         <div style="padding:10px 20px;">
* Extraction of ZIP, RAR, JAR, PACK, and XZ archives.
+
* 解压 ZIP、 RAR、JAR、PACK和XZ格式的压缩包.
* Compression of any file or directory into the ZIP format.
+
* 压缩任何文件和根目录的文件到ZIP压缩包内.
* Compression of any JAR file to the PACK format, and any non-directory file to the XZ format.
+
* 把JAR格式的压缩包和非目录文件转换为XZ格式。
* Queueable operations if you have many extractions/compressions to perform.
+
* 如果有多项解压任务将会自动按队列执行解压.
* Configurable Thread Pool Executor allowing you to set a maximum queue size and maximum number of threads to run at once. Incase of an emergency the Thread Pool can be shutdown at anytime.
+
* 可配置线程池执行器(Thread Pool Executor)来设置一次性可运行的最大和最小队列线程数。在紧急情况下,线程池可以在任何时候关闭
* Option to be warned if an extraction/compression would result in files being overriden.
+
* 可设置在提取/压缩将导致文件被覆盖时发出警告消息。
** If enabled, users will require an additional permission in order to proceed with the process.
+
** 如果启用,用户需要额外的权限才能执行进程。
** For extractions, you can view every file which would be overriden prior to proceeding with the process.
+
** 对于解压, 您可以查看在进行该过程之前将被覆盖的每个文件
* Metrics by bStats
+
* 由bStats记录插件数据
  
 
         </div>
 
         </div>

2018年12月1日 (六) 20:29的版本

欢迎来到ZipExtracter插件词条

插件名
ZipExtracter-压缩包解压器

作者
TheKraken7

版本
2.0.0

兼容版本
1.8-1.13

下载地址
Spigot.png

介绍  · Introduction

Ze1.png

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 many safeguards are in place, please note that there is no undo button. Overridden files cannot be recovered.

The source and destination file paths are saved inside of the config.yml. This means that only one can be set at a time. If you edit these values directly in the config.yml you must reload the plugin for the new values to take effect.

特点  · Features

  • 解压 ZIP、 RAR、JAR、PACK和XZ格式的压缩包.
  • 压缩任何文件和根目录的文件到ZIP压缩包内.
  • 把JAR格式的压缩包和非目录文件转换为XZ格式。
  • 如果有多项解压任务将会自动按队列执行解压.
  • 可配置线程池执行器(Thread Pool Executor)来设置一次性可运行的最大和最小队列线程数。在紧急情况下,线程池可以在任何时候关闭
  • 可设置在提取/压缩将导致文件被覆盖时发出警告消息。
    • 如果启用,用户需要额外的权限才能执行进程。
    • 对于解压, 您可以查看在进行该过程之前将被覆盖的每个文件
  • 由bStats记录插件数据

Commands · 指令 & 权限  · Permissions

指令

/

权限

  • xweather.admin:

配置  · Configuration

config.yml

翻译中...



链接  · Links

Github源码