本帖最后由 1175507842 于 2020-2-22 20:31 编辑

ProtocolLib 4.2.0  ProtocolLib为部分插件的必要前置插件。       最新版本已更新!!!
  
  功能:
  • 配置:重新加载配置文件。
  • 检查:检查对BukkitDev新版本。
  • 更新:检查新版本并自动下载的JAR
  • 计时:切换测量每个插件的CPU时间。
  • 监视:显示插件使用ProtocolLib在做什么,他们截获的数据包类型。
  指令:
/protocol [参数值]
  1. ·config 重新加载配置文件
复制代码



     权限:
- protocol.admin
  其他:监视器具体使用方:
  1. <font size="2">Packet

  2. Add or remove a debug packet listener. This is useful for plugin authors who just wants to see when a packet is sent, and with what content.

  3. Sub commands:

  4. add: Add a packet listener with a given packet ID.
  5. remove: Remove one or every packet listener with the given packet IDs.
  6. names: Print the name of every given packet ID.
  7. Parameters (in order):

  8. Connection side: Either client or server.
  9. Multiple ID ranges: Can be a single packet ID like 14, or a range like 10 - 15. Defaults to 0 - 255 if not specified.
  10. Detailed: If TRUE, prints the full packet content.
  11. Example:

  12. /packet add client 10-13 true
  13. For 3.0.0 and above, you should specify the protocol, sender and name instead:

  14. /packet add play server chat true
  15. In 3.4.0-SNAPSHOT and above, you can also display the packet before its modified by any packet listeners:

  16. /packet add play server chat compare
  17. Remove all listeners:

  18. /packet remove client
  19. /packet remove server
  20. Note that this command should rarely be used on a production server. Listening to too many packets may crash the server.</font>
复制代码





     下载

R4.4.0

支持:1.13,1.12,1.11,1.9

下载地址:
原帖下载 百度云备份(提取码1qng)



早期版本

MC1.11 : R4.2.0

MC1.10 : R4.1.0  R4.0.2

MC1.9  : R4.0.1  R4.0.0

MC1.8  : R3.6.5

MC1.7.9/1.7.10 :R3.4.0

MC1.7.4 : R3.1.2

MC1.7.2 : R3.2.0

MC1.6.4 : R2.7.3

MC1.6.2 : R2.6.0

早期版本已失效




已知Bug:
· 部分版本与Colormotd插件冲突。(感谢@860723244 提供)
·R-4.0.0版本有时自动更新会导致内存溢出(下载已关闭)


若有使用的问题请在下方留言。欢迎评分支持!谢谢。