Skip to content

Commit 76a8813

Browse files
author
lukas81298
committed
update README.md
1 parent 68ce7e8 commit 76a8813

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
[![Build](https://github.com/lukalt/PacketWrapper/actions/workflows/build.yml/badge.svg)](https://github.com/lukalt/PacketWrapper/actions/workflows/build.yml)
44
[![Javadoc](https://img.shields.io/badge/JavaDoc-Online-green)](https://lukalt.github.io/PacketWrapper/javadocs/apidocs)
55
![GitHub](https://img.shields.io/github/license/lukalt/PacketWrapper)
6-
[![ProtocolLib](https://img.shields.io/badge/ProtocolLib-%3E%3D%205.1.0--SNAPSHOT-blue)](https://ci.dmulloy2.net/job/ProtocolLib/645/)
7-
[![ProtocolLib](https://img.shields.io/badge/Minecraft-1.20-green)](https://papermc.io/downloads/paper)
6+
[![ProtocolLib](https://img.shields.io/badge/ProtocolLib-%3E%3D%205.2.0--SNAPSHOT-blue)](https://github.com/lukalt/ProtocolLib/suites/13444204825/artifacts/737170295)
7+
[![ProtocolLib](https://img.shields.io/badge/Minecraft%201.20-green)](https://papermc.io/downloads/paper)
8+
9+
*This version requires an unofficial version of ProtocolLib that works with 1.20: https://github.com/lukalt/ProtocolLib/suites/13444204825/artifacts/737170295*
810

911
This is an unofficial continuation of PacketWrapper by dmulloy2 and aadnk. The original versions can be found [here](https://github.com/dmulloy2/PacketWrapper) and [here](https://github.com/aadnk/PacketWrapper).
1012

@@ -66,8 +68,11 @@ dependencies {
6668

6769
Either install PacketWrapper as a plugin on the server or shadow it into your plugin. Alternatively, you can copy just the required classes (AbstractPacket and the Wrappers you are using) directly to your project.
6870

71+
### Older Versions
72+
* Latest Release for 1.19.4: https://github.com/lukalt/PacketWrapper/releases/tag/2.1.2-1.19.4
73+
6974
### Dependencies
70-
* [ProtocolLib 5.1.0-SNAPSHOT or later](https://hangar.papermc.io/dmulloy2/ProtocolLib)
75+
* [ProtocolLib 5.2.0-SNAPSHOT or later](https://github.com/lukalt/ProtocolLib/suites/13444204825/artifacts/737170295)
7176

7277
### Resources
7378
* [Downloads](https://github.com/lukalt/PacketWrapper/releases)

0 commit comments

Comments
 (0)