General Questions
What is LiquidBounce?
What is LiquidBounce?
Is LiquidBounce safe to use?
Is LiquidBounce safe to use?
Which Minecraft versions are supported?
Which Minecraft versions are supported?
Is LiquidBounce free?
Is LiquidBounce free?
Can I use LiquidBounce on servers?
Can I use LiquidBounce on servers?
Installation Questions
How do I install LiquidBounce?
How do I install LiquidBounce?
- Install Fabric for your Minecraft version
- Download LiquidBounce from the official website
- Place the
.jarfile in your.minecraft/modsfolder - Launch Minecraft with the Fabric profile
Do I need Fabric or Forge?
Do I need Fabric or Forge?
Where do I put the LiquidBounce file?
Where do I put the LiquidBounce file?
.jar file in your .minecraft/mods folder:- Windows:
%appdata%/.minecraft/mods - macOS:
~/Library/Application Support/minecraft/mods - Linux:
~/.minecraft/mods
LiquidBounce isn't showing up in my mods list
LiquidBounce isn't showing up in my mods list
- You’re using Fabric, not Forge or Vanilla
- The
.jarfile is in the correctmodsfolder - You’re using a compatible Minecraft version
- Check the logs for any errors (see Troubleshooting)
Can I use LiquidBounce with other mods?
Can I use LiquidBounce with other mods?
Module Usage
How do I enable modules?
How do I enable modules?
How do I bind modules to keys?
How do I bind modules to keys?
- Open the ClickGUI (Right Shift)
- Right-click or hover over a module
- Click on the bind option
- Press the key you want to bind
How do I change module settings?
How do I change module settings?
What's the difference between modules and scripts?
What's the difference between modules and scripts?
- Modules are built-in features coded in Kotlin/Java
- Scripts are custom modules written in JavaScript that extend functionality
My modules aren't working properly
My modules aren't working properly
- Check if the module is enabled
- Review the module settings - some require specific configurations
- Check for mod conflicts
- Verify you’re on a compatible server/version
- Check logs for errors (
.minecraft/logs/latest.log)
Configuration Questions
Where are my settings saved?
Where are my settings saved?
- Windows:
%appdata%/.minecraft/LiquidBounce/ - macOS:
~/Library/Application Support/minecraft/LiquidBounce/ - Linux:
~/.minecraft/LiquidBounce/
How do I backup my configuration?
How do I backup my configuration?
LiquidBounce folder from your .minecraft directory to a safe location. This includes all settings, scripts, and configurations.Can I share my configuration with friends?
Can I share my configuration with friends?
How do I reset to default settings?
How do I reset to default settings?
LiquidBounce folder in your .minecraft directory. The client will create a new folder with default settings on next launch.What are the main configuration files?
What are the main configuration files?
accounts.json- Saved alt accountssettings.json- Module settingsbinds.json- Keybindsscripts/- Custom scripts folder
Commands
How do I use commands?
How do I use commands?
. (dot) followed by the command. For example:What's the command prefix?
What's the command prefix?
. (dot). You can change it in the settings if needed.How do I see all available commands?
How do I see all available commands?
.help in chat to see a list of all available commands and their usage.Can I create custom commands?
Can I create custom commands?
Scripting
What scripting language does LiquidBounce use?
What scripting language does LiquidBounce use?
Where do I put script files?
Where do I put script files?
.js) in the LiquidBounce/scripts/ folder in your .minecraft directory.How do I reload scripts?
How do I reload scripts?
Where can I find example scripts?
Where can I find example scripts?
My script isn't loading
My script isn't loading
- Check the file extension is
.js - Verify it’s in the correct folder (
LiquidBounce/scripts/) - Check for syntax errors in your script
- Look at the console/logs for error messages
- Try using
.reloadto reload scripts
Performance
LiquidBounce is causing lag
LiquidBounce is causing lag
- Disable unused modules
- Reduce render distance
- Lower graphics settings
- Disable resource-intensive modules (ESP, Tracers, etc.)
- Check for mod conflicts
How do I improve FPS?
How do I improve FPS?
- Install performance mods like Sodium or Iris
- Disable visual modules you don’t need
- Reduce particle effects
- Lower Minecraft’s graphics settings
- Allocate more RAM to Minecraft (2-4GB recommended)
Can I use LiquidBounce with Sodium/Iris?
Can I use LiquidBounce with Sodium/Iris?
Troubleshooting
Game crashes on startup
Game crashes on startup
- Check you’re using the correct Minecraft version
- Verify Fabric is properly installed
- Check for mod conflicts
- Review crash logs in
.minecraft/crash-reports/ - Try removing other mods to isolate the issue
Where do I find log files?
Where do I find log files?
- Latest log:
.minecraft/logs/latest.log - Crash reports:
.minecraft/crash-reports/
How do I enable debug mode?
How do I enable debug mode?