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

ZipExtractor:修订间差异

来自Minecraft插件百科
跳转到导航 跳转到搜索
无编辑摘要
无编辑摘要
第1行: 第1行:
 
= =
[[Category:娱乐]]
[[Category:娱乐]]
<!--HEAD-->
<!--HEAD-->
第31行: 第31行:
         <div style="padding:10px 20px;">
         <div style="padding:10px 20px;">
<center>[[image:ze1.png|1000px]]</center><br>
<center>[[image:ze1.png|1000px]]</center><br>
 
= =
ZipExtractor可以让你在游戏里通过指令进行解压和压缩服务器文件。<br>
ZipExtractor可以让你在游戏里通过指令进行解压和压缩服务器文件。<br>
因为你无法在FTP内解压和压缩文件,所以这个插件非常有用。 虽然插件准备了许多安全措施,但请注意,你的操作无法撤销。<br>
因为你无法在FTP内解压和压缩文件,所以这个插件非常有用。 虽然插件准备了许多安全措施,但请注意,你的操作无法撤销。<br>
第47行: 第47行:
** 对于解压, 您可以查看在进行该过程之前将被覆盖的每个文件
** 对于解压, 您可以查看在进行该过程之前将被覆盖的每个文件
* 由[https://bstats.org/plugin/bukkit/ZipExtractor bStats]记录插件数据
* 由[https://bstats.org/plugin/bukkit/ZipExtractor bStats]记录插件数据
 
= =
         </div>
         </div>
     </div>
     </div>
第83行: 第83行:
<tr>
<tr>
<td align="left"><strong>/ze compress</strong></td>
<td align="left"><strong>/ze compress</strong></td>
<td align="left">Begin a compression process. The source file/directory will be compressed to the destination path. The compression type depends on the extension of the destination. If you use <code>.zip</code>, it will be compressed to <code>zip</code> archive.</td>
<td align="left">开始压缩文件. 目标文件/目录将会压缩到指定路径. 压缩类型取决于 the extension of the destination. 如果你使用的是 <code>.zip</code>, 就会压缩我 <code>zip</code> 格式.</td>
<td align="left"><code>zipextractor.admin.compress</code></td>
<td align="left"><code>zipextractor.admin.compress</code></td>
</tr>
</tr>
<tr>
<tr>
<td align="left"><strong>/ze src [-absolute]</strong></td>
<td align="left"><strong>/ze src [-absolute]</strong></td>
<td align="left">View the currently defined source path. If you pass the <code>-absolute</code> parameter the path will be an absolute path as defined by the File System.</td>
<td align="left">查看当前设置的目标路径. 如果你跳过了 <code>-absolute</code> 参数,路径就会变为absolute path.</td>
<td align="left"><code>zipextractor.admin.src</code></td>
<td align="left"><code>zipextractor.admin.src</code></td>
</tr>
</tr>
<tr>
<tr>
<td align="left"><strong>/ze dest [-absolute]</strong></td>
<td align="left"><strong>/ze dest [-absolute]</strong></td>
<td align="left">View the currently defined destination path. If you pass the <code>-absolute</code> parameter the path will be an absolute path as defined by the File System.</td>
<td align="left">查看当前设置的解压路径. 如果你跳过了 <code>-absolute</code> 参数,路径就会变为absolute path.</td>
<td align="left"><code>zipextractor.admin.dest</code></td>
<td align="left"><code>zipextractor.admin.dest</code></td>
</tr>
</tr>
第108行: 第108行:
<tr>
<tr>
<td align="left"><strong>/ze status</strong></td>
<td align="left"><strong>/ze status</strong></td>
<td align="left">This command will display the status of the executor service. If the service has not been terminated, the number of active and queued processes will be displayed.</td>
<td align="left">显示解压状态. 如果解压未结束,就会显示进行中和队列中的解压任务.</td>
<td align="left"><code>zipextractor.harmless.status</code></td>
<td align="left"><code>zipextractor.harmless.status</code></td>
</tr>
</tr>
第118行: 第118行:
<tr>
<tr>
<td align="left"><strong>/ze terminate</strong></td>
<td align="left"><strong>/ze terminate</strong></td>
<td align="left">This command will initiate the shutdown proccess for the plugin's execution servicer. Any queued tasks at the time of shutdown will be allowed to finish. It is recommended not to shutdown or restart the server until this has finished.</td>
<td align="left">这个指令将会开始插件的execution servicer. 关闭时的任何队列中的任务都将被允许完成. 推荐在压缩任务完成后再关服.</td>
<td align="left"><code>zipextractor.admin.terminate</code></td>
<td align="left"><code>zipextractor.admin.terminate</code></td>
</tr>
</tr>
<tr>
<tr>
<td align="left"><strong>/ze forceterminate</strong></td>
<td align="left"><strong>/ze forceterminate</strong></td>
<td align="left">This command will forcibly shutdown the plugin's execution servicer and send a request to interrupt and terminate any queued and proccessing tasks. This type of termination is not recommended.</td>
<td align="left">强制关闭插件的execution servicer 并发送终止所有队列中和进行中的任务的请求.不推荐使用.</td>
<td align="left"><code>zipextractor.admin.forceterminate</code></td>
<td align="left"><code>zipextractor.admin.forceterminate</code></td>
</tr>
</tr>
<tr>
<tr>
<td align="left"><strong>/ze reload</strong></td>
<td align="left"><strong>/ze reload</strong></td>
<td align="left">This command will reload the configuration file. It's necessary to do this after you edit the config file directly. If you use the built-in commands it's automatically reloaded after each edit.</td>
<td align="left">重载插件配置.</td>
<td align="left"><code>zipextractor.admin.reload</code></td>
<td align="left"><code>zipextractor.admin.reload</code></td>
</tr>
</tr>
<tr>
<tr>
<td align="left"><strong>/ze version</strong></td>
<td align="left"><strong>/ze version</strong></td>
<td align="left">Displays the plugin's version information and provides links to the source code and metrics page.</td>
<td align="left"显示插件版本信息和相关链接.</td>
<td align="left">-</td>
<td align="left">-</td>
</tr>
</tr>

2018年12月1日 (六) 15:05的版本

欢迎来到ZipExtracter插件词条

插件名
ZipExtracter-压缩包解压器

作者
TheKraken7

版本
2.0.0

兼容版本
1.8-1.13

下载地址

介绍  · Introduction


ZipExtractor可以让你在游戏里通过指令进行解压和压缩服务器文件。
因为你无法在FTP内解压和压缩文件,所以这个插件非常有用。 虽然插件准备了许多安全措施,但请注意,你的操作无法撤销。
源文件和目标文件路径可在config.yml内设置。 一次只能设置一个路径. 如果你直接在 config.yml 内修改数值,你必须重载插件才能应用新数值。

特点  · Features

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

Commands · 指令 & 权限  · Permissions

指令

<td align="left"显示插件版本信息和相关链接. </tbody>
指令 描述 所需权限
/ze help [cmd] 查看指令帮助. zipextractor.admin.use
/ze extract 开始解压.目标文件将会解压指定目录内. zipextractor.admin.extract
/ze extract view [page] 如果一个进程因为可能导致覆盖文件而被迫停止,你可以使用此命令精确查看要重写哪些文件.
The files are listed as relative paths with respect to the destination directory.
zipextractor.admin.extract
/ze compress 开始压缩文件. 目标文件/目录将会压缩到指定路径. 压缩类型取决于 the extension of the destination. 如果你使用的是 .zip, 就会压缩我 zip 格式. zipextractor.admin.compress
/ze src [-absolute] 查看当前设置的目标路径. 如果你跳过了 -absolute 参数,路径就会变为absolute path. zipextractor.admin.src
/ze dest [-absolute] 查看当前设置的解压路径. 如果你跳过了 -absolute 参数,路径就会变为absolute path. zipextractor.admin.dest
/ze setsrc 定义目标文件路径. 这可以是 relative or absolute path. zipextractor.admin.setsrc
/ze setdest 定义目标文件存储路径.这可以是 relative or absolute path. zipextractor.admin.setdest
/ze status 显示解压状态. 如果解压未结束,就会显示进行中和队列中的解压任务. zipextractor.harmless.status
/ze plugindir 查看插件配置目录的路径. zipextractor.admin.plugindir
/ze terminate 这个指令将会开始插件的execution servicer. 关闭时的任何队列中的任务都将被允许完成. 推荐在压缩任务完成后再关服. zipextractor.admin.terminate
/ze forceterminate 强制关闭插件的execution servicer 并发送终止所有队列中和进行中的任务的请求.不推荐使用. zipextractor.admin.forceterminate
/ze reload 重载插件配置. zipextractor.admin.reload
/ze version -

权限

权限 描述 默认
zipextractor.* 所有ZipExtractor的权限. OP
zipextractor.admin.* Access to administrator commands. OP
zipextractor.admin.use 允许使用/ZipExtractor OP
zipextractor.admin.extract 允许使用/ZipExtractor extract OP
zipextractor.admin.compress 允许使用/ZipExtractor compress OP
zipextractor.admin.override.extract 如果已启用 warn_on_conflicts, 允许使用/ZipExtractor extract -override OP
zipextractor.admin.override.compress 如果已启用 warn_on_conflicts, 允许使用/ZipExtractor compress -override OP
zipextractor.admin.src 允许使用/ZipExtractor src OP
zipextractor.admin.dest 允许使用/ZipExtractor dest OP
zipextractor.admin.setsrc 允许使用/ZipExtractor setsrc OP
zipextractor.admin.setdest 允许使用/ZipExtractor setdest OP
zipextractor.admin.plugindir 允许使用/ZipExtractor plugindir OP
zipextractor.admin.terminate 允许使用/ZipExtractor terminate OP
zipextractor.admin.forceterminate 允许使用/ZipExtractor forceterminate OP
zipextractor.admin.reload 允许使用/ZipExtractor reload OP
zipextractor.harmless.* 允许使用安全的指令. OP
zipextractor.harmless.status 允许使用 /ZipExtractor status OP
zipextractor.harmless.notify 玩家

配置  · Configuration

config.yml

翻译中...



链接  · Links

Github源码
Github源码
Paypal
Paypal