https://github.com/rfresh2/packetlib
A library for packet-based networking between clients and servers.
https://github.com/rfresh2/packetlib
Last synced: 3 months ago
JSON representation
A library for packet-based networking between clients and servers.
- Host: GitHub
- URL: https://github.com/rfresh2/packetlib
- Owner: rfresh2
- License: mit
- Archived: true
- Created: 2023-07-07T01:59:19.000Z (almost 3 years ago)
- Default Branch: mainline
- Last Pushed: 2024-01-15T02:24:56.000Z (over 2 years ago)
- Last Synced: 2025-02-11T19:13:15.594Z (over 1 year ago)
- Language: Java
- Size: 422 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# PacketLib
PacketLib is a library for packet-based networking between clients and servers.
This project is forked from [MCProtocolLib](https://github.com/GeyserMC/PacketLib)
## Differences Between GeyserMC/PacketLib
* Supports Java 1.12.2
* JDK17
* Native compression and encryption support using [Velocity-native](https://github.com/PaperMC/Velocity/tree/dev/3.0.0/native)
## Building the Source
PacketLib uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory.
## License
PacketLib is licensed under the **[MIT license](http://www.opensource.org/licenses/mit-license.html)**.