Documentation

Learn how to install and use LiquidBounce with our comprehensive guides

PacketMine

Allows you to mine blocks by clicking them once.

Category: World
Enabled by default: No

Settings

Below is the complete tree of all configurable settings for this module.

├── Mode (Mode Selector | default: Normal | modes: Normal, Immediate, Civ)
   ├── [Mode: Normal]
      ├── ClientSideSet (Toggle | default: false)
      └── WaitForConfirm (Toggle | default: true)
   ├── [Mode: Immediate]
      └── WaitForConfirm (Toggle | default: true)
   └── [Mode: Civ]
       └── Switch (Toggle | default: false)
├── Range (Decimal | default: 4.5 | range: 1.0..6.0)
├── WallsRange (Decimal | default: 4.5 | range: 0.0..6.0)
├── KeepRange (Decimal | default: 25.0 | range: 0.0..200.0)
├── Swing (Choice | default: HIDE_CLIENT | options: DoNotHide, HideForBoth, HideForClient, HideForServer)
├── Switch (Mode Selector | default: OnStop | modes: Always, PostStart, OnStop, Never)
   ├── [Mode: Always]
      ├── AbortOnSwitch (Toggle | default: true)
      └── CancelAutomaticSwitching (Toggle | default: true)
   ├── [Mode: OnStop]
      └── SwitchMethod (Choice | default: NORMAL | options: Normal, Swap, Pick)
├── Rotate (Choice | default: NEVER | options: OnStart, OnStop, Both, Always, Never)
├── Rotations (Setting Group)
   ├── AngleSmooth (Mode Selector | default: Linear | modes: Linear, Sigmoid, Acceleration)
      ├── [Mode: Linear]
         ├── HorizontalTurnSpeed (Decimal Range | default: 180.0..180.0 | range: 0.0..180.0)
         └── VerticalTurnSpeed (Decimal Range | default: 180.0..180.0 | range: 0.0..180.0)
      ├── [Mode: Sigmoid]
         ├── HorizontalTurnSpeed (Decimal Range | default: 180.0..180.0 | range: 0.0..180.0)
         ├── VerticalTurnSpeed (Decimal Range | default: 180.0..180.0 | range: 0.0..180.0)
         ├── Steepness (Decimal | default: 10.0 | range: 0.0..20.0)
         └── Midpoint (Decimal | default: 0.3 | range: 0.0..1.0)
      └── [Mode: Acceleration]
          ├── YawAcceleration (Decimal Range | default: 20.0..25.0 | range: 1.0..180.0)
          ├── PitchAcceleration (Decimal Range | default: 20.0..25.0 | range: 1.0..180.0)
          ├── DynamicAccel (Toggleable Group | default: off)
             ├── Enabled (Toggle | default: false)
             ├── CoefDistance (Decimal | default: -1.393 | range: -2.0..2.0)
             ├── YawCrosshairAccel (Decimal Range | default: 17.0..20.0 | range: 1.0..180.0)
             └── PitchCrosshairAccel (Decimal Range | default: 17.0..20.0 | range: 1.0..180.0)
          ├── AccelerationError (Toggleable Group | default: on)
             ├── Enabled (Toggle | default: true)
             ├── YawAccelError (Decimal | default: 0.1 | range: 0.01..1.0)
             └── PitchAccelError (Decimal | default: 0.1 | range: 0.01..1.0)
          ├── ConstantError (Toggleable Group | default: on)
             ├── Enabled (Toggle | default: true)
             ├── YawConstantError (Decimal | default: 0.1 | range: 0.01..1.0)
             └── PitchConstantError (Decimal | default: 0.1 | range: 0.01..1.0)
          └── SigmoidDeceleration (Toggleable Group | default: off)
              ├── Enabled (Toggle | default: false)
              ├── Steepness (Decimal | default: 10.0 | range: 0.0..20.0)
              └── Midpoint (Decimal | default: 0.3 | range: 0.0..1.0)
   ├── MovementCorrection (Choice | default: SILENT | options: Off, Strict, Silent, ChangeLook)
   ├── ResetThreshold (Decimal | default: 2.0 | range: 1.0..180.0)
   └── TicksUntilReset (Integer | default: 5 | range: 1..30 | ticks)
├── IgnoreOpenInventory (Toggle | default: true)
├── BreakDamage (Decimal | default: 1.0 | range: 0.0..2.0)
├── AbortAlwaysDown (Toggle | default: false)
├── SelectDelay (Integer | default: 200 | range: 0..400 | ms)
└── TargetRendering (Toggleable Group | default: on)
    ├── Enabled (Toggle | default: true)
    ├── Clump (Toggle | default: false)
    ├── StartSize (Decimal | default: 1.0 | range: 0.0..2.0)
    ├── StartCurve (Choice | default: LINEAR | options: Linear, QuadIn, QuadOut, QuadInOut, ExponentialIn, ExponentialOut, None)
    ├── EndSize (Decimal | default: 0.8 | range: 0.0..2.0)
    ├── EndCurve (Choice | default: LINEAR | options: Linear, QuadIn, QuadOut, QuadInOut, ExponentialIn, ExponentialOut, None)
    ├── FadeInCurve (Choice | default: LINEAR | options: Linear, QuadIn, QuadOut, QuadInOut, ExponentialIn, ExponentialOut, None)
    ├── FadeOutCurve (Choice | default: LINEAR | options: Linear, QuadIn, QuadOut, QuadInOut, ExponentialIn, ExponentialOut, None)
    ├── InTime (Integer | default: 500 | range: 0..5000 | ms)
    ├── OutTime (Integer | default: 500 | range: 0..5000 | ms)
    ├── Color (Color)
    └── OutlineColor (Color)

Settings Details

Mode

Select a mode for this feature. Available modes: Normal, Immediate, Civ. Default: Normal.

Mode: Normal
  • ClientSideSet (Toggle) — default: false
  • WaitForConfirm (Toggle) — default: true
Mode: Immediate
  • WaitForConfirm (Toggle) — default: true
Mode: Civ
  • Switch (Toggle) — default: false

  • Range (Decimal) — default: 4.5; range: 1.06.0

  • WallsRange (Decimal) — default: 4.5; range: 0.06.0

  • KeepRange (Decimal) — default: 25.0; range: 0.0200.0

  • Swing (Choice) — default: HIDE_CLIENT; options: DoNotHide, HideForBoth, HideForClient, HideForServer

Switch

Select a mode for this feature. Available modes: Always, PostStart, OnStop, Never. Default: OnStop.

Mode: Always
  • AbortOnSwitch (Toggle) — default: true
  • CancelAutomaticSwitching (Toggle) — default: true
Mode: OnStop
  • SwitchMethod (Choice) — default: NORMAL; options: Normal, Swap, Pick

  • Rotate (Choice) — default: NEVER; options: OnStart, OnStop, Both, Always, Never

Rotations

A group of related settings.

AngleSmooth

Select a mode for this feature. Available modes: Linear, Sigmoid, Acceleration. Default: Linear.

Mode: Linear
  • HorizontalTurnSpeed (Decimal Range) — default: 180.0180.0; range: 0.0180.0
  • VerticalTurnSpeed (Decimal Range) — default: 180.0180.0; range: 0.0180.0
Mode: Sigmoid
  • HorizontalTurnSpeed (Decimal Range) — default: 180.0180.0; range: 0.0180.0
  • VerticalTurnSpeed (Decimal Range) — default: 180.0180.0; range: 0.0180.0
  • Steepness (Decimal) — default: 10.0; range: 0.020.0
  • Midpoint (Decimal) — default: 0.3; range: 0.01.0
Mode: Acceleration
  • YawAcceleration (Decimal Range) — default: 20.025.0; range: 1.0180.0
  • PitchAcceleration (Decimal Range) — default: 20.025.0; range: 1.0180.0
DynamicAccel

A toggleable group of settings (default: disabled).

  • Enabled (Toggle) — default: false
  • CoefDistance (Decimal) — default: -1.393; range: -2.02.0
  • YawCrosshairAccel (Decimal Range) — default: 17.020.0; range: 1.0180.0
  • PitchCrosshairAccel (Decimal Range) — default: 17.020.0; range: 1.0180.0
AccelerationError

A toggleable group of settings (default: enabled).

  • Enabled (Toggle) — default: true
  • YawAccelError (Decimal) — default: 0.1; range: 0.011.0
  • PitchAccelError (Decimal) — default: 0.1; range: 0.011.0
ConstantError

A toggleable group of settings (default: enabled).

  • Enabled (Toggle) — default: true
  • YawConstantError (Decimal) — default: 0.1; range: 0.011.0
  • PitchConstantError (Decimal) — default: 0.1; range: 0.011.0
SigmoidDeceleration

A toggleable group of settings (default: disabled).

  • Enabled (Toggle) — default: false

  • Steepness (Decimal) — default: 10.0; range: 0.020.0

  • Midpoint (Decimal) — default: 0.3; range: 0.01.0

  • MovementCorrection (Choice) — default: SILENT; options: Off, Strict, Silent, ChangeLook

  • ResetThreshold (Decimal) — default: 2.0; range: 1.0180.0

  • TicksUntilReset (Integer) — default: 5; range: 130; unit: ticks

  • IgnoreOpenInventory (Toggle) — default: true

  • BreakDamage (Decimal) — default: 1.0; range: 0.02.0

  • AbortAlwaysDown (Toggle) — default: false

  • SelectDelay (Integer) — default: 200; range: 0400; unit: ms

TargetRendering

A toggleable group of settings (default: enabled).

  • Enabled (Toggle) — default: true
  • Clump (Toggle) — default: false
  • StartSize (Decimal) — default: 1.0; range: 0.02.0
  • StartCurve (Choice) — default: LINEAR; options: Linear, QuadIn, QuadOut, QuadInOut, ExponentialIn, ExponentialOut, None
  • EndSize (Decimal) — default: 0.8; range: 0.02.0
  • EndCurve (Choice) — default: LINEAR; options: Linear, QuadIn, QuadOut, QuadInOut, ExponentialIn, ExponentialOut, None
  • FadeInCurve (Choice) — default: LINEAR; options: Linear, QuadIn, QuadOut, QuadInOut, ExponentialIn, ExponentialOut, None
  • FadeOutCurve (Choice) — default: LINEAR; options: Linear, QuadIn, QuadOut, QuadInOut, ExponentialIn, ExponentialOut, None
  • InTime (Integer) — default: 500; range: 05000; unit: ms
  • OutTime (Integer) — default: 500; range: 05000; unit: ms
  • Color (Color)
  • OutlineColor (Color)

Screenshots

Screenshots for PacketMine will be added in a future update.


Last updated: 2026-02-13 — Based on source code