服务端插件
英文名称: 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
本帖最后由 1582952890 于 2017-9-16 08:51 编辑
  • PlugMan是一个简单易用的插件,可让服务器管理员在游戏或者控制台中管理插件,无需重新启动服务器。

  • 从游戏或者控制台中启用,禁用,重设,加载,重载,卸载插件
  • 按照字母顺序列出插件(可指定版本获取插件的信息(例如命令,版本,作者)
  • 轻松管理插件,无需不断重启服务器 列出插件已注册的命令
  • 查找指定命令的所属插件
  • Tab补全插件名字和命令名字
  • 传储带有版本的插件列表到文件
  • 插件一个插件是否在 dev.bukkit.org 上有更新
  • 权限支持 - 所有命令默认为OP












    命令 描述
    /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命令检查所有插件

    1. [list]
    2. ###
    3. # 在启用,禁用,重新启动,加载,重载和卸载时应该忽略的插件列表
    4. #
    5. # 这里采用括号内逗号分隔列表的形式.
    6. ###
    7. ignored-plugins: [PlugMan]

    8. ###
    9. # 是否要使用Metrics统计信息。
    10. # 收集的信息可以在这里找到: http://mcstats.org/plugin/PlugMan
    11. #
    12. # 这里的形式可以设置为 "true" 或者 "false".
    13. ###
    14. use-metrics: true

    15. ###
    16. # 如果更新模式设置为check时我们是否给拥有plugman.update权限的玩家发送更新消息?
    17. #
    18. # 这里的形式可以设置为 "true" 或者 "false".
    19. ###
    20. update-alerts: true

    21. ###
    22. # 更新模式类型
    23. #
    24. # download: 自动下载新版本,并在服务器重新启动后加载。
    25. # check: 仅检查是否有新版本可用,并通知特定的玩家
    26. # force: 每次强制下载最新的版本,让你始终拥有最新版本。
    27. # none: 忽略更新程序。
    28. ###
    29. updater-type: download
    复制代码

    1. ###
    2. # 自定义消息文件.
    3. #
    4. # 消息可以包括的格式代码可以在这里找到: http://minecraft.gamepedia.com/Formatting_codes
    5. # 并且必须使用“&”字符来表示
    6. # 确保在自定义消息的前后使用单引号 '
    7. # 随着版本的更新,配置文件可能会发生改变,以前的版本可能无法正确显示信息
    8. # 更改将会在更新日志中注明
    9. ###

    10. prefix: '&7[&aPlugMan&7] '
    11. check:
    12. header: '&9检查插件版本...'
    13. not-found: '&9插件未安装 - 最新版本为 "{0}".'
    14. not-found-spigot: '&c无法获取插件数据 - 插件在Spigot上存在吗?'
    15. out-of-date: '&c当前版本 (&4{0}&c) 不是最新版本,最新版本为 (&2{1}&c).'
    16. out-of-date-player: '&c过期: {0}'
    17. up-to-date: '&9插件是最新版本 "{0}".'
    18. up-to-date-player: '&aUp-do-date: {0}'
    19. file-done: '&9文件转储完成: {0}'
    20. unknown: '&c版本信息未知.'
    21. unknown-player: '&c未知 (已安装): {0}'
    22. not-available: '&c版本信息 {0} 不可用.'
    23. disable:
    24. all: '&9所有插件已经关闭 (不包括 PlugMan).'
    25. already-disabled: '&c{0} 已经处于关闭状态了.'
    26. disabled: '&9{0} 已经关闭.'
    27. dump:
    28. dumped: '&9插件转储到 {0}.'
    29. error: '&4无法转储文件.'
    30. enable:
    31. all: '&9所有插件已经开启.'
    32. already-enabled: '&c{0} 已经处于开启状态了.'
    33. enabled: '&9{0} 已经开启.'
    34. error:
    35. ignored: '&c配置文件中已经忽略该插件.'
    36. invalid-plugin: '&c这不是一个有效的插件.'
    37. no-permission: '&c你没有这个权限.'
    38. specify-plugin: '&c你必须指定一个插件.'
    39. specify-command: '&c你必须指定一个命令.'
    40. usage:
    41. command: '&7- &9命令: &7{0}'
    42. description: '&7- &9描述: &7{0}'
    43. usage: '&7- &9用法: &7{0}'
    44. help:
    45. header: '&7--------------------- [&a PlugMan &7] ------------- 汉化:XJue_DaDa'
    46. help: '&7- &a/plugman help &f- &7显示这段信息.'
    47. list: '&7- &a/plugman list [-v] &f- &7列出所有插件 (-v 显示版本).'
    48. dump: '&7- &a/plugman dump &f- &7将插件名称和版本转储为文件.'
    49. info: '&7- &a/plugman info <插件名> &f- &7获取插件信息.'
    50. usage: '&7- &a/plugman usage <插件名> &f- &7列出插件所注册的指令列表.'
    51. lookup: '&7- &a/plugman lookup <命令> &f- &7查找此命令的插件.'
    52. enable: '&7- &a/plugman enable <插件名|all> &f- &7开启插件.'
    53. disable: '&7- &a/plugman disable <插件名|all> &f- &7关闭插件.'
    54. restart: '&7- &a/plugman restart <插件名|all> &f- &7重设插件.'
    55. load: '&7- &a/plugman load <插件名> &f- &7加载插件.'
    56. reload: '&7- &a/plugman reload <插件名|all> &f- &7重载插件.'
    57. unload: '&7- &a/plugman unload <插件名> &f- &7卸载插件.'
    58. check: '&7- &a/plugman check <插件名|all> [-f] &f- &7检查插件是否为最新版本 (-f 转储文件).'
    59. info:
    60. header: '插件信息: {0}'
    61. version: '&7- 版本: &a{0}'
    62. authors: '&7- 作者: &a{0}'
    63. status: '&7- 状态: {0}'
    64. list:
    65. list: '&9插件列表 (数量: {0}): {1}'
    66. load:
    67. already-loaded: '&c{0} 已经加载了.'
    68. cannot-find: '&c找不到此插件.'
    69. invalid-description: '&c这个插件的描述是无效的.'
    70. invalid-plugin: '&c该文件不是一个有效的插件文件.'
    71. loaded: '&9{0} 成功载入并开启.'
    72. plugin-dir: '&cP未找到插件目录.'
    73. lookup:
    74. found: '&9/{0} 命令的注册插件为 {1}.'
    75. not-found: '&c命令 "/{0}" 没有在任何一个插件的 plugin.yml 中找到'
    76. reload:
    77. all: '&9所有插件已经成功重载.'
    78. reloaded: '&9{0} 插件已经成功重载.'
    79. restart:
    80. all: '&9所有插件已经成功重设.'
    81. restarted: '&9{0} 插件已经重设.'
    82. unload:
    83. failed: '&c无法卸载 {0}.'
    84. unloaded: '&9{0} 插件已经卸载.'
    85. updater:
    86. available: '&9检测到更新: &ahttp://dev.bukkit.org/bukkit-plugins/plugman/'
    87. usage:
    88. usage: '&9命令: &7{0}'
    复制代码





      Version 2.1.3 适用于 Minecraft 1.11 版本
  • 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.1 适用于 Minecraft 1.10 版本


      链接: 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.0 适用于 Minecraft 1.9 版本:
  • 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




    • Version 2.0.8 适用于 Minecraft 1.8 版本:


    • 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.0.0 适用于 Minecraft 1.7 版本:
        PlugMan 2.0.1 - 1.7.2.jar (65.5 KB, 下载次数: 256)