ModulesUtility¶
PartyDetector default off¶
Detects a party joining your lobby by watching for a burst of join lines, since Hypixel never tells clients who is partied. Warns you, and feeds AutoRequeue's party dodge. Detection is a quiet period rather than a fixed window: join lines accumulate and the group is reported once nothing new has arrived for BurstQuietMs.
| setting | type | default | description |
|---|---|---|---|
MinSize |
Auto · 2 · 3 · 4 |
Auto |
Auto uses the mode's team size: 2 in doubles, 3 in trios, 4 in squads. |
Sound |
toggle | on | Play a ping when a party turns up. |
BurstQuietMs advanced |
20–500 ms | 60 |
How long joins must go quiet before counting as one party. |
AntiCheat default on¶
Read-only, informational detection of other players cheating. Prints ⚠ <name> failed <check> in chat, optionally plays a sound, and hands the flag to PartyNotifier and PlayerTags. Four checks, each individually switchable. It never acts on the flag.
| setting | type | default | description |
|---|---|---|---|
Violations |
1–15 | 1 |
How many times a player must fail a check before it is reported. |
SkipTeammates |
toggle | on | Never flag someone on your own team. |
FlagSound |
toggle | on | Play a sound when someone is flagged. |
AutoBlock |
toggle | on | Swinging a sword while still blocking with it. |
NoSlow |
toggle | on | Moving at full speed while blocking. |
Killaura |
toggle | on | Attacking while eating, which a vanilla client cannot do. |
LegitScaffold |
toggle | on | The sneak-tap rhythm a legit-scaffold cheat places blocks with. |
OnlyInGames advanced |
toggle | off | Only run once a game is recognised. Off is safer; see /bitchos ac. |
Range advanced |
0–64 | 0 |
Only watch players this close. 0 watches everyone loaded. |
DecayTicks advanced |
20–400 | 60 |
Ticks of clean play before a violation is forgiven. |
Diagnostic: /bitchos ac (also /bitchos anticheat) dumps per-player state to chat and to the log so it can be pasted.
PartyNotifier default off¶
Relays alerts from other modules into party chat. This is a real outgoing message, queued and rate-limited so several flags at once do not become a spam burst. See server safety.
| setting | type | default | description |
|---|---|---|---|
AntiCheatAlerts |
toggle | on | Tell the party when someone is flagged for cheating. |
PartyAlerts |
toggle | off | Tell the party when another party joins the lobby. |
ShowPrefix |
toggle | on | Put [bitchos] in front of the message. |
CheatMessage advanced |
text | #player failed #check |
Template. #player and #check are filled in. |
PartyMessage advanced |
text | Warning: party of #amount joined |
Template. #amount and #names are filled in. |
CooldownMs advanced |
1000–10000 ms | 2500 |
Minimum gap between party-chat messages. |
Diagnostic: /bitchos party says whether alerts can be sent and why not.
Sprint default off¶
Sets sprinting whenever you are moving forward, not sneaking and not walking into a wall. No settings.
NoTitles default off¶
Skips the render call for Hypixel's full-screen centre titles (kill, bed and countdown banners). Nothing is touched at the network level, so the packets still arrive and other features still see them.
| setting | type | default | description |
|---|---|---|---|
AlsoSubtitles |
toggle | on | Hide the smaller line underneath as well. |