FakeMC

Build Status Gitter

Description

FakeMC is a fake minecraft server that shows false information in the server list. You can configure specific information using a .properties file. You are also able to use a webinterface to configure the fake data and view statistics.

This is what a fake ping response looks like: Example Entry

How does this work?

This server implementation handles specific minecraft packets (handshake, ping etc.) to provide fake information to a client. It handles the following minecraft packets:

  • Handshake
  • Status Request
  • Ping
  • Login

Credits

  • Several handler and en/decoder classes have been taken from BungeeCord.
  • @michidk implemented a similar version of this project but without Netty. FakeMCServer
  • I took other relevant protocol data from this wiki.