You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
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
npmnpm
Version published
Maintainers
1
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