Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cchudant/nmsprotocol
Lib for packet manipulation for Minecraft
https://github.com/cchudant/nmsprotocol
Last synced: 14 days ago
JSON representation
Lib for packet manipulation for Minecraft
- Host: GitHub
- URL: https://github.com/cchudant/nmsprotocol
- Owner: cchudant
- Created: 2017-08-21T11:43:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T15:12:48.000Z (over 7 years ago)
- Last Synced: 2024-11-08T18:53:14.217Z (2 months ago)
- Language: Java
- Size: 72.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NMSProtocol
Lib for packet manipulation for Minecraft.
Uses NMS with a little Reflection, so this lib is update-friendly and should work for a wide range of versions.## Reload-friendly
You can use the /reload with this plugin.## WIP
Performances not tested, althrough I used very little Reflection which will be only called on server startup.
Per-connection protocol injection is done only with direct calls.## Repo
https://bintray.com/skybeastmc/maven/nmsprotocolGradle:
```groovy
compile 'me.skybeast.nmsprotocol:nmsprotocol:1.0.0'
```
Maven:
```xmlme.skybeast.nmsprotocol
nmsprotocol
1.0.0
pom```
Ivy:
```xml
```