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).

This plugin already comes with some channel names of known cheats, but you can add your own if you find any.

For example I created a client setting named "VapedCracked" which blocks VapeCracked client based on channel detection.

  block-clients:
    VapeCracked:
      enabled-check: true
      description: "VapeCracked"
      channels:
        enabled-check: true
        list:
          CPS_BAN_THIS_NIGGER: true
          L0LIMAHCKER: true
          LOLIMAHCKER: true
          EROUAXWASHERE: true
          EARWAXWASHERE: true
          "#unbanearwax": true
          "194620356vv0": true
          "Created By ": true

How to find custom channel names

If you are using Viaversion and server is 1.13+

In order to check the channel names sent by the player you have to enable this option in config.yml

log-custompayload: true

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

Was this helpful?