Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyisa committed Feb 6, 2023
1 parent 292deb9 commit d3f9f44
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
...
</repositories>
```

Expand All @@ -40,9 +39,8 @@ Then add the following dependency
<dependency>
<groupId>com.github.DionaMC</groupId>
<artifactId>PluginHooker</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
</dependency>
...
</dependencies>
```

Expand Down
5 changes: 2 additions & 3 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ PluginHooker 是一个提供简单的方式来 hook 事件的 Bukkit 插件
* 分玩家 hook 事件
* Hook Bukkit 事件
* Hook ProtocolLib 事件
* Hook Netty pipeline

## 已测试版本

Expand All @@ -25,16 +26,14 @@ PluginHooker 是一个提供简单的方式来 hook 事件的 Bukkit 插件
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
...
</repositories>

<dependencies>
<dependency>
<groupId>com.github.DionaMC</groupId>
<artifactId>PluginHooker</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
</dependency>
...
</dependencies>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.diona</groupId>
<artifactId>PluginHooker</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
<packaging>jar</packaging>

<name>PluginHooker</name>
Expand Down

0 comments on commit d3f9f44

Please sign in to comment.