File Details
CuffsX 1.1 1.20.1
- R
- Apr 22, 2026
- 92.41 KB
- 177
- 1.20.1
- Fabric
File Name
cuffsx_1.20.1-1.1.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Bug Fix & New mechanics
- Reworked handcuff system mechanics:
- Added two cuff types: HANDS (blocks interaction, attacking, item use) and LEGS (sets movement speed to zero)
- Both cuff types can now be applied simultaneously
- Updated cuff application system:
- Introduced 3-second timed progress bar visible to both players
- Application cancels if the target moves or if clicked again
- Second cuff type applies instantly if one is already active
- Added restrictions for FTB Chunks claims and
cuffsx.bypasspermission
- Updated cuff removal system:
- Requires empty hands
- Added 2-second removal progress bar
- Removal can be cancelled mid-process
- Removal now depends on click position (upper body → HANDS, lower body → LEGS)
- Only uncuffed players can remove cuffs
- Added breaking system:
- Players can break cuffs via RMB (HANDS) or Space (LEGS)
- Each press deals 1 durability damage with random cooldown (0–40 ticks)
- Cuffs have 250 durability and are destroyed on break (no drop)
- Improved lead system:
- Players can leash cuffed players using a vanilla lead
- Automatic teleport if distance exceeds 3 blocks
- Proper handling on disconnect for both leader and target
- Added action bar HUD:
- Displays cuff status every second
- Added durability bars for HANDS and LEGS
- Expanded bypass system:
- Players with
cuffsx.bypasscannot be cuffed
- Players with
- Reworked log system:
- Logs now store APPLY and REMOVE events for 24 hours (per entry)
- APPLY entries are moved to archive after expiration
- REMOVE entries are deleted on expiration
- Added applies archive system:
- New commands:
/cuffsx applies info/cuffsx applies clear <player>
- Archive entries expire after 6 hours
- Expiration is checked every minute
- New commands:
- Updated commands:
- Split
/cuffsx enableand/cuffsx disable - Improved
/cuffsx listoutput - Updated
/cuffsx remove:- Now works for offline players
- Properly clears stored data
- Returns handcuffs to executor
- Split