JailsPlus
  • 📖Getting Started
  • 🚀Usage
    • Commands
    • Permissions
  • ⚙️Configuration
    • Basic Configuration
    • General Settings
    • Jail Settings
    • Escape Punishments
    • Handcuff Configuration
    • Blocked Commands
    • Jail Restrictions
    • Other
  • 👋Support
    • Discord
    • Our Webstore
Powered by GitBook
On this page
  • Configuration Options
  • Configuration
  • Notes
  1. Configuration

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

This section controls various restrictions applied to handcuffed players.

Option
Default
Description

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

handcuff-settings:
  slow-movement: true
  blindness: true
  disable-items: true
  disable-block-place: true
  disable-block-break: true
  disable-pvp: true
  handcuff-speed: 0.05
  broadcast-on-handcuff: true
  broadcast-message: "{prefix} &c{player} has been handcuffed by {handcuffer}"

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.


PreviousEscape PunishmentsNextBlocked Commands

Last updated 3 months ago

For broadcast message color formatting, visit .

⚙️
this website