Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/CCBlueX/LiquidBounce/llms.txt

Use this file to discover all available pages before exploring further.

World modules help you interact with the game world more efficiently, from automated building to block breaking.

Building Modules

Automatically places blocks beneath you.Source: world/scaffold/ModuleScaffold.kt

Key Features

  • Intelligent block placement
  • Multiple building techniques
  • Smart rotation system
  • Auto-block selection
  • Tower modes for vertical building
  • SafeWalk integration

Building Techniques

  • Normal - Standard placement
  • Expand - Extended reach placement
  • GodBridge - Fast bridging technique
  • Breezily - Smooth bridging

Tower Modes

  • None - No towering
  • Motion - Motion-based tower
  • Pulldown - Pulldown tower
  • Karhu - Karhu bypass
  • Vulcan - Vulcan bypass
  • Hypixel - Hypixel bypass

Configuration Options

  • Delay - Placement delay (ticks)
  • MinDist - Minimum distance for placement
  • Timer - Game timer speed
  • Technique - Building technique
  • Tower - Tower mode
  • SameY - Maintain Y level
  • SafeWalk - Edge protection
  • Rotations - Rotation settings
  • Sprint - Sprint control
  • AutoSpeed - Enable speed module
Automatically builds structures.Source: world/autobuild/ModuleAutoBuild.kt

Features

  • Schematic loading
  • Automatic placement
  • Multi-block structures
Surrounds player with blocks.Source: world/ModuleSurround.kt

Features

  • Automatic obsidian placement
  • Anti-crystal protection
  • Center player
Traps player in blocks.Source: world/ModuleBlockIn.kt
Traps enemies in blocks.Source: world/ModuleBlockTrap.kt
Automatically traps enemies.Source: world/traps/ModuleAutoTrap.kt
Fills holes automatically.Source: world/ModuleHoleFiller.kt
Protects your bed.Source: world/ModuleBedDefender.kt

Breaking Modules

Breaks blocks around you.Source: world/nuker/ModuleNuker.kt

Features

  • Configurable radius
  • Block filtering
  • Automatic tool selection
  • Through-wall breaking
Breaks specific block types.Source: world/fucker/ModuleFucker.kt

Features

  • Target specific blocks (beds, chests, etc.)
  • Range configuration
  • Auto-tool selection
Advanced mining with packet manipulation.Source: world/packetmine/ModulePacketMine.kt

Features

  • Instant break exploits
  • Multi-mine support
  • Packet-based breaking
Breaks blocks faster.Source: world/ModuleFastBreak.kt

Features

  • Configurable break speed
  • Damage multiplier
Prevents breaking slowdown.Source: world/ModuleNoSlowBreak.kt

Farming Modules

Automatically farms crops.Source: world/autofarm/ModuleAutoFarm.kt

Features

  • Crop harvesting
  • Automatic replanting
  • Multi-crop support
Puts out fires.Source: world/ModuleExtinguish.kt

Placement Utilities

Places blocks faster.Source: world/ModuleFastPlace.kt

Features

  • Remove placement delay
  • Configurable speed
Place blocks in mid-air.Source: world/ModuleAirPlace.kt
Place blocks in liquids.Source: `world/ModuleLiquidPlace.kt”>

Utility Modules

Automatically selects best tool.Source: world/ModuleAutoTool.kt

Features

  • Smart tool selection
  • Efficiency priority
  • Auto-switch back
Adjusts game speed.Source: world/ModuleTimer.kt

Features

  • Configurable speed multiplier
  • Bypass modes
Automatically disables modules.Source: world/ModuleAutoDisable.kt
Punches projectiles.Source: world/ModuleProjectilePuncher.kt

Features

  • Auto-deflect arrows
  • Fireball reflection
Finds strongholds.Source: `world/ModuleStrongholdFinder.kt”>

Module Directory

All world modules are located in:
src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/world/