Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yogu/minecraft-sniffer
Node.js Minecraft Proxy which displays packets. 1.7-compatible
https://github.com/yogu/minecraft-sniffer
minecraft
Last synced: about 2 months ago
JSON representation
Node.js Minecraft Proxy which displays packets. 1.7-compatible
- Host: GitHub
- URL: https://github.com/yogu/minecraft-sniffer
- Owner: Yogu
- License: mit
- Created: 2014-01-12T14:38:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T08:16:42.000Z (over 3 years ago)
- Last Synced: 2023-03-13T22:45:37.258Z (almost 2 years ago)
- Topics: minecraft
- Language: JavaScript
- Size: 172 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
minecraft-sniffer
=================Node.js Minecraft Proxy which displays packets. Supports Minecraft >= 1.7.4
How To
------1. Start a local minecraft server (>= 1.7.4) at localhost on 25565. **Important:** Disable *online-mode*, as this proxy does not support encryption.
2. Install node and npm
3. Run `npm install`
4. Run `npm start`
5. Open your Minecraft client and connect to localhost:25566You will be able to play minecraft as usual. All packages sent by the client and the server will be sent to stdout. Server packets will be in blue, client packets in green.
License
-------
[MIT](LICENSE)Author
------
[Jan Melcher](https://github.com/Yogu)Credits
-------
* Using the [minecraft-protocol](https://github.com/superjoe30/node-minecraft-protocol) package for parsing the packages
* Special thanks to the contributors to the [MinecraftCoalition Wiki](http://wiki.vg/)