Wraith
  • 👋🏻Welcome
  • ⚙️First install
  • 📖Plugin usage
    • 👌Permissions
    • Blocking hacks/custom clients
      • Block custom clients using brand name
      • Blocking Forge mods
      • Block custom clients using channel name
      • Block 5zig mods
      • Block Badlion mods
      • Block LunarClient mods
    • Manual killaura check
    • Disabling punishments
    • Fix Fabric/Forge kick
  • 🏁Disclaimer
Powered by GitBook
On this page

Was this helpful?

  1. 📖Plugin usage
  2. Blocking hacks/custom clients

Block Badlion mods

How to block Badlion mods

You can easily block them just opening the file clients-config.yml and adding them to the list like that:

    badlion:
      enabled-check: true
      description: "Badlion"
      brands:
        enabled-check: true
        list:
          badlion: true
      channels:
        enabled-check: true
        list:
          "badlion:mods": true
      badlion-mods:
        block: true
        list: #             <-------------------- HERE
          Animations: false
          ArmorStatus: true
          AutoFriend: true
          AutoGG: false
          AutoText: true
          # ....

This allows you to avoid blocking the client completely but block only the mods. This turns the client into a normal Minecraft.

Last updated 3 years ago

Was this helpful?

Red mods are disabled and can't be enabled by the player