Block custom clients using channel name
Channels names
Some custom clients send a thing called payload to the server. This payload is identified by a channel name.
For example LabyMod sends: LMC
(and LABYMOD
in some versions).
For example I created a client setting named "VapedCracked" which blocks VapeCracked client based on channel detection.
How to find custom channel names
In order to check the channel names sent by the player you have to enable this option in config.yml
You will then see something similar in console:
Legit channels
There are some legit channels which are used by vanilla Minecraft.
They usually start with MC|
or minecraft:
Last updated