Handcuff Configuration
The Handcuff configuration allows you to define penalties for players who are handcuffed. These settings determine movement restrictions, item usage limitations, and other constraints to enh
Configuration Options
handcuff-settings
handcuff-settings
This section controls various restrictions applied to handcuffed players.
slow-movement
true
Reduces the movement speed of handcuffed players.
blindness
true
Applies a blindness effect to handcuffed players.
disable-items
true
Prevents handcuffed players from using items.
disable-block-place
true
Prevents handcuffed players from placing blocks.
disable-block-break
true
Prevents handcuffed players from breaking blocks.
disable-pvp
true
Prevents handcuffed players from engaging in PvP combat.
handcuff-speed
0.05
Sets the movement speed of handcuffed players. Lower values mean slower movement.
broadcast-on-handcuff
true
Sends a broadcast message when a player is handcuffed.
broadcast-message
"{prefix} &c{player} has been handcuffed by {handcuffer}"
The message format for the handcuff broadcast.
Configuration
Notes
{player}
represents the handcuffed player's name.{handcuffer}
represents the player who issued the handcuff command.{prefix}
can be customized to match the plugin's prefix for consistency.
⚠ Warning
The
handcuff-speed
value must not exceed 0.1, as higher values can break the game mechanics.
Last updated