英文名称: | PlugMan |
---|---|
中文名称: | 插件管理 |
插件来源: | 转载 |
适用服务端: | |CraftBukkit| |Spigot| |
插件类型: | 管理 |
语言支持: | English 非官方汉化 |
适用版本: | 1.11 1.10 1.9 1.8 1.7.10 |
前置Mod|插件: | 无 |
下载地址: | https://dev.bukkit.org/projects/plugman |
原帖地址: | https://dev.bukkit.org/projects/plugman |
-
PlugMan是一个简单易用的插件,可让服务器管理员在游戏或者控制台中管理插件,无需重新启动服务器。
- 从游戏或者控制台中启用,禁用,重设,加载,重载,卸载插件
- 按照字母顺序列出插件(可指定版本获取插件的信息(例如命令,版本,作者)
- 轻松管理插件,无需不断重启服务器 列出插件已注册的命令
- 查找指定命令的所属插件
- Tab补全插件名字和命令名字
- 传储带有版本的插件列表到文件
- 插件一个插件是否在 dev.bukkit.org 上有更新
-
权限支持 - 所有命令默认为OP
-
[list]
-
###
-
# 在启用,禁用,重新启动,加载,重载和卸载时应该忽略的插件列表
-
#
-
# 这里采用括号内逗号分隔列表的形式.
-
###
-
ignored-plugins: [PlugMan]
-
-
###
-
# 是否要使用Metrics统计信息。
-
# 收集的信息可以在这里找到: http://mcstats.org/plugin/PlugMan
-
#
-
# 这里的形式可以设置为 "true" 或者 "false".
-
###
-
use-metrics: true
-
-
###
-
# 如果更新模式设置为check时我们是否给拥有plugman.update权限的玩家发送更新消息?
-
#
-
# 这里的形式可以设置为 "true" 或者 "false".
-
###
-
update-alerts: true
-
-
###
-
# 更新模式类型
-
#
-
# download: 自动下载新版本,并在服务器重新启动后加载。
-
# check: 仅检查是否有新版本可用,并通知特定的玩家
-
# force: 每次强制下载最新的版本,让你始终拥有最新版本。
-
# none: 忽略更新程序。
-
###
- updater-type: download
-
###
-
# 自定义消息文件.
-
#
-
# 消息可以包括的格式代码可以在这里找到: http://minecraft.gamepedia.com/Formatting_codes
-
# 并且必须使用“&”字符来表示
-
# 确保在自定义消息的前后使用单引号 '
-
# 随着版本的更新,配置文件可能会发生改变,以前的版本可能无法正确显示信息
-
# 更改将会在更新日志中注明
-
###
-
-
prefix: '&7[&aPlugMan&7] '
-
check:
-
header: '&9检查插件版本...'
-
not-found: '&9插件未安装 - 最新版本为 "{0}".'
-
not-found-spigot: '&c无法获取插件数据 - 插件在Spigot上存在吗?'
-
out-of-date: '&c当前版本 (&4{0}&c) 不是最新版本,最新版本为 (&2{1}&c).'
-
out-of-date-player: '&c过期: {0}'
-
up-to-date: '&9插件是最新版本 "{0}".'
-
up-to-date-player: '&aUp-do-date: {0}'
-
file-done: '&9文件转储完成: {0}'
-
unknown: '&c版本信息未知.'
-
unknown-player: '&c未知 (已安装): {0}'
-
not-available: '&c版本信息 {0} 不可用.'
-
disable:
-
all: '&9所有插件已经关闭 (不包括 PlugMan).'
-
already-disabled: '&c{0} 已经处于关闭状态了.'
-
disabled: '&9{0} 已经关闭.'
-
dump:
-
dumped: '&9插件转储到 {0}.'
-
error: '&4无法转储文件.'
-
enable:
-
all: '&9所有插件已经开启.'
-
already-enabled: '&c{0} 已经处于开启状态了.'
-
enabled: '&9{0} 已经开启.'
-
error:
-
ignored: '&c配置文件中已经忽略该插件.'
-
invalid-plugin: '&c这不是一个有效的插件.'
-
no-permission: '&c你没有这个权限.'
-
specify-plugin: '&c你必须指定一个插件.'
-
specify-command: '&c你必须指定一个命令.'
-
usage:
-
command: '&7- &9命令: &7{0}'
-
description: '&7- &9描述: &7{0}'
-
usage: '&7- &9用法: &7{0}'
-
help:
-
header: '&7--------------------- [&a PlugMan &7] ------------- 汉化:XJue_DaDa'
-
help: '&7- &a/plugman help &f- &7显示这段信息.'
-
list: '&7- &a/plugman list [-v] &f- &7列出所有插件 (-v 显示版本).'
-
dump: '&7- &a/plugman dump &f- &7将插件名称和版本转储为文件.'
-
info: '&7- &a/plugman info <插件名> &f- &7获取插件信息.'
-
usage: '&7- &a/plugman usage <插件名> &f- &7列出插件所注册的指令列表.'
-
lookup: '&7- &a/plugman lookup <命令> &f- &7查找此命令的插件.'
-
enable: '&7- &a/plugman enable <插件名|all> &f- &7开启插件.'
-
disable: '&7- &a/plugman disable <插件名|all> &f- &7关闭插件.'
-
restart: '&7- &a/plugman restart <插件名|all> &f- &7重设插件.'
-
load: '&7- &a/plugman load <插件名> &f- &7加载插件.'
-
reload: '&7- &a/plugman reload <插件名|all> &f- &7重载插件.'
-
unload: '&7- &a/plugman unload <插件名> &f- &7卸载插件.'
-
check: '&7- &a/plugman check <插件名|all> [-f] &f- &7检查插件是否为最新版本 (-f 转储文件).'
-
info:
-
header: '插件信息: {0}'
-
version: '&7- 版本: &a{0}'
-
authors: '&7- 作者: &a{0}'
-
status: '&7- 状态: {0}'
-
list:
-
list: '&9插件列表 (数量: {0}): {1}'
-
load:
-
already-loaded: '&c{0} 已经加载了.'
-
cannot-find: '&c找不到此插件.'
-
invalid-description: '&c这个插件的描述是无效的.'
-
invalid-plugin: '&c该文件不是一个有效的插件文件.'
-
loaded: '&9{0} 成功载入并开启.'
-
plugin-dir: '&cP未找到插件目录.'
-
lookup:
-
found: '&9/{0} 命令的注册插件为 {1}.'
-
not-found: '&c命令 "/{0}" 没有在任何一个插件的 plugin.yml 中找到'
-
reload:
-
all: '&9所有插件已经成功重载.'
-
reloaded: '&9{0} 插件已经成功重载.'
-
restart:
-
all: '&9所有插件已经成功重设.'
-
restarted: '&9{0} 插件已经重设.'
-
unload:
-
failed: '&c无法卸载 {0}.'
-
unloaded: '&9{0} 插件已经卸载.'
-
updater:
-
available: '&9检测到更新: &ahttp://dev.bukkit.org/bukkit-plugins/plugman/'
-
usage:
- usage: '&9命令: &7{0}'
命令 | 描述 |
/plugman help | 展示帮助信息 |
/plugman list [-v] | 按照字母顺序列出插件,使用 “-v” 包括版本 |
/plugman info [插件名] | 显示插件相关信息 |
/plugman dump | 将插件名称和版本转储为文件 |
/plugman usage [插件名] | 列出插件所注册的指令列表 |
/plugman lookup [命令] | 查找此命令的插件 |
/plugman enable [插件名|all] | 开启插件 |
/plugman disable [插件名|all] | 关闭插件 |
/plugman restart [插件名|all] | 重设插件 * 特别强调,命令属于清空插件数据然后重载 |
/plugman load [插件名|all] | 加载插件 |
/plugman reload [插件名|all] | 重载插件 |
/plugman unload [插件名|all] | 卸载插件 |
/plugman check [插件名|all] [-f] | 检查插件是否为最新版本 (-f 转储文件) |
权限 | 默认拥有 | 描述 |
plugman.admin | OP | 使用所有命令 |
plugman.update | OP | 查看更新消息 |
plugman.help | OP | 使用help命令 |
plugman.list | OP | 使用list命令 |
plugman.info | OP | 使用命令 |
plugman.dump | OP | 使用命令 |
plugman.usage | OP | 使用usage命令 |
plugman.lookup | OP | 使用lookup命令 |
plugman.enable | OP | 使用enable命令 |
plugman.enable.all | OP | 使用enable命令开启所有插件 |
plugman.disable | OP | 使用disable命令 |
plugman.disable.all | OP | 使用disable命令关闭所有插件 |
plugman.restart | OP | 使用restart命令 |
plugman.restart.all | OP | 使用restart命令重设所有插件 |
plugman.load | OP | 使用load命令 |
plugman.reload | OP | 使用reload命令 |
plugman.reloadl.all | OP | 使用reload命令重设所有插件 |
plugman.unload | OP | 使用unload命令 |
plugman.check | OP | 使用check命令 |
plugman.check.all | OP | 使用check命令检查所有插件 |
- https://dev.bukkit.org/projects/plugman/files/2412148
- The last version uploaded seemed to throw a ZipException complaining of invalid plugin.yml (the locally tested version did not)... a re-build seems to have fixed it.
- 更新于 2017-4-26
Version 2.1.3 适用于 Minecraft 1.11 版本
链接: http://pan.baidu.com/s/1o7ZnmQm 密码:bs7u
- https://dev.bukkit.org/projects/plugman/files/917066
- Fix instances where the alias is a single String rather than a List in the lookup command.
- If multiple plugins register the same command, return all the corresponding plugins rather than the first for the lookup command.
- Leading slash is now ignored in the command name for the lookup command.
-
更新于 2016-5-3
Version 2.1.1 适用于 Minecraft 1.10 版本
链接: http://pan.baidu.com/s/1o7ZnmQm 密码:bs7u
附件出错 等待修复
- https://dev.bukkit.org/projects/plugman/files/915746
- Add the lookup command - this allows you to find which plugin a command is registered to.
- Remove the old implementation of getting the player count from Metrics - this was causing errors.
- 更新于 2016-4-18
- https://dev.bukkit.org/projects/plugman/files/905773
- Lots of project clean-up.
- Include Metrics directly as the Maven repo is down.
- Update Bukkit API version to 1.8.8.
- Remove a config option and add some default values to the config calls to prevent NPEs.
-
更新于 2015-12-20
Version 2.1.0 适用于 Minecraft 1.9 版本:
链接: http://pan.baidu.com/s/1pL7GYuB 密码:wyyt
Version 2.0.8 适用于 Minecraft 1.8 版本:
链接: http://pan.baidu.com/s/1jHVr9kE 密码:ga3l
Version 2.0.0 适用于 Minecraft 1.7 版本:PlugMan 2.0.1 - 1.7.2.jar (65.5 KB, 下载次数: 256)