Wraith
Search…
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
Blocking Forge mods
How to block FORGE mods
Limitations (ViaVersion + Bungeecord)
Precise mods list may not be available on Bungeecord networks. It may be a Bungeecord limitation or bug, I'm currently investigating.
1.8 to 1.12.2 server
won't
detect mods of 1.13 to 1.16 client
1.13 to 1.16 server
will
detect mods of 1.13 to 1.16 client
1.8 to 1.16 server
will
detect mods of 1.8 to 1.12.2 client
You can easily block them just opening the file
clients-config.yml
and adding them to the list like that:
1
block-clients
:
2
forge
:
3
enabled-check
:
true
4
description
:
"Forge"
5
brands
:
6
enabled-check
:
true
7
list
:
8
forge
:
true
9
fml
:
true
10
channels
:
11
enabled-check
:
true
12
list
:
13
FORGE
:
true
14
l:forge
:
true
15
FML
:
true
16
l:fml
:
true
17
"FML|HS"
:
true
18
"fml:hs"
:
true
19
"fml:loginwrapper"
:
true
20
"fml:handshake"
:
true
21
"fml:play"
:
true
22
forge-mods
:
23
enabled-check
:
true
24
list
:
# <-------------------- HERE
25
5zig
:
true
26
forgewurst
:
true
27
schematica
:
true
28
worlddownloader
:
true
29
# ....
Copied!
Previous
Block custom clients using brand name
Next
Block custom clients using channel name
Last modified
6mo ago
Copy link