Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/nmsprotocol

Gradle:
```groovy
compile 'me.skybeast.nmsprotocol:nmsprotocol:1.0.0'
```
Maven:
```xml

me.skybeast.nmsprotocol
nmsprotocol
1.0.0
pom

```
Ivy:
```xml

```