Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mcpd

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcpd

![screenshot](https://i.imgur.com/wFDjg2Q.png)

  • 1.0.0-alpha.11
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-94.59%
Maintainers
1
Weekly downloads
 
Created
Source

minecraft-packet-debugger

screenshot

:warning: WARNING: minecraft packet debugger is currently in alpha so expect frequent breaking changes and bugs

Installation

with yarn

yarn global add mcpd

with npm

npm install -g mcpd

Simply run mcpd command after installation and navigate to http://localhost:3000/

$ mcpd -h
Usage: mcpd [options]

Options:
  -V, --version        output the version number
  -p, --port <number>  Port to run on. Default: 3000
  -h, --help           output usage information

Configuration

All Settings are stored in $HOME/.config/mcpd/config.json

Custom target server

You can change that in settings

Proxy port

You can change that in settings

Ignoring packets

You have to go to the settings and in there, you can choose which packets should be ignored by the server. ignore settings

Packet monitoring

To start monitoring packets click on the 'Record' button. record button

Buffer

The buffer size for the application is 2048 packets. Too many packets may be slowing down performance. To change the buffer size use --buffer. (Not implemented yet.)

Filtering packets

Client side

You can use the filter button on a packet.

Server side

See Ignoring packets

FAQs

Package last updated on 03 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc