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
Block 5zig mods
How to block 5zig mods
You can easily block them just opening the file
clients-config.yml
and adding them to the list like that:
1
5zig
:
2
enabled-check
:
true
3
description
:
"5zig"
4
brands
:
5
enabled-check
:
true
6
list
:
7
5zig
:
true
8
channels
:
9
enabled-check
:
true
10
list
:
11
5zig_Set
:
true
12
"the5zigmod:5zig_set"
:
true
13
forge-mods
:
14
enabled-check
:
true
15
list
:
16
5zig
:
true
17
5zig-mods
:
18
block
:
true
19
list
:
# <-------------------- HERE
20
PotionEffects
:
true
21
PotionIndicator
:
true
22
Armor
:
true
23
Saturation
:
true
24
EntityHealth
:
true
25
AutoReconnect
:
true
26
# ....
Copied!
This allows you to avoid blocking the client completely but block only the mods. This
turns
the client
into
a
normal Minecraft
.
If you want to
disable kicking
but disable
only the mods
you have to
disable
the
channels
and
brands blocking
like that:
1
5zig
:
2
enabled-check
:
true
3
description
:
"5zig"
4
brands
:
5
enabled-check
:
true
6
list
:
7
5zig
:
false
# <--- here false
8
channels
:
9
enabled-check
:
true
10
list
:
11
5zig_Set
:
false
# <--- here false
12
"the5zigmod:5zig_set"
:
false
# <--- here false
13
5zig-mods
:
14
block
:
true
# <--- here true
15
# ....
Copied!
Previous
Block custom clients using channel name
Next
Block Badlion mods
Last modified
1yr ago
Copy link