diff --git a/README.md b/README.md index 5170111..13339d8 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ PluginHooker is a Bukkit plugin that aims to provide an ultimately simple and be * Hook events for every player. * Bukkit events included. * ProtocolLib events/packets included. +* Hook Netty pipeline ## Tested Versions @@ -23,13 +24,11 @@ PluginHooker is a Bukkit plugin that aims to provide an ultimately simple and be Add the following repository to your pom.xml: ```xml - jitpack.io https://jitpack.io - ... ``` @@ -40,9 +39,8 @@ Then add the following dependency com.github.DionaMC PluginHooker - 1.0.2 + 1.1.0 - ... ``` diff --git a/README_zh_CN.md b/README_zh_CN.md index 3d0c722..6161872 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -11,6 +11,7 @@ PluginHooker 是一个提供简单的方式来 hook 事件的 Bukkit 插件 * 分玩家 hook 事件 * Hook Bukkit 事件 * Hook ProtocolLib 事件 +* Hook Netty pipeline ## 已测试版本 @@ -25,16 +26,14 @@ PluginHooker 是一个提供简单的方式来 hook 事件的 Bukkit 插件 jitpack.io https://jitpack.io - ... com.github.DionaMC PluginHooker - 1.0.2 + 1.1.0 - ... ``` diff --git a/pom.xml b/pom.xml index c67c69a..a8ccf93 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ dev.diona PluginHooker - 1.0.2 + 1.1.0 jar PluginHooker