Important for new members!
All future posts from members with a reputation of less than 1 will be queued for manual review to prevent forum spam. We will review your posts as soon as possible!
I really want to ask for help, and ask a master who knows Liquid Bounce Legacy B100 JavaScript to help me solve this problem.My JavaScript:
*
var script = registerScript({
name: "TestScript",
version: "1.0",
authors: ["test"]
})
var C03PacketPlayer = Java.type("net.minecraft.network.play.client.C03PacketPlayer")
script.registerModule({
name: "TestScript",
description: "testscrpit",
category: "Combat"
}, function(module) {
module.on("packet", function(e) {
try {
if (e.getPacket() instanceof C03PacketPlayer) {
e.cancelEvent()
}
} catch (err) {
Chat.print(err);
}
})
})
Why can't liquidbounce b100 call packet event? It doesn't work and outputs many errors, such as TypeError: null has no such function "get packet". I'm sure there are many other errors, but I don't understand. How can I call packet event now?
LiquidBounce Branch
Nextgen
LiquidBounce Build/Version
LiquidBounce v0.33.0
Operating System
Windows 11
Minecraft Version
Minecraft 1.21.4 Fabric
Describe the bug
Hi, I've been using LiquidBounce for a long time ... great client, especially for visuals and utility. I love the AutoF5 and Extended F5 modules. I was previously on version v0.30.0, where everything worked fine, but after updating to v0.33.0, AutoF5 no longer activates when opening Shulker Boxes. Just wanted to report this, as many servers use Shulker Boxes.
soo normals chest it puts you in F5 view
in shulkers stay normal view :c
( P.S. I don’t want to bother, but it would be awesome if you could also add support for more GUIs like beacons, hoppers, etc. That would be amazing! )
Steps to reproduce
enable "autof5" module
place shulker box
open shulker box
Server List Explorer Installer for LiquidBounce NextGen
What this script does
This script lets you install, update, run, and quickly find where Server List Explorer is installed. It serves as a lightweight installation manager within LiquidBounce NextGen, allowing you to install, update, and manage Server List Explorer seamlessly inside the client.
About Server List Explorer
Server List Explorer is a Compose Desktop application (Windows, Linux, macOS) for viewing and managing your Minecraft multiplayer server list with a reliable user-interface. For source, releases and license, see the project repository: https://github.com/SpoilerRules/server-list-explorer
️ Server List Explorer Gallery
[image: q3eO9L4.png]
[image: KnhzN9P.png]
Commands
Use these commands inside LiquidBounce NextGen after loading the script:
️ Install / Update
.sle install
Installs or updates Server List Explorer to the latest release.
Uninstall
.sle uninstall
Removes all Server List Explorer files and cleans up.
️ Run
.sle run
Launches Server List Explorer (if installed).
Path
.sle path
Prints the full installation path on your system.
Download: server-list-explorer_installer-1.0.0.zip
️ Installation
Follow the official LiquidBounce instructions for installing scripts: https://liquidbounce.net/docs/script-api/installation
Hello. I'm experiencing issues with LiquidBounce NextGen on Minecraft 1.21.4 (all builds).
Recently, I started noticing severe frame rate drops during interactions with the client's visual elements(for example, in menu). An example is shown in the attached video.
The only temporary fix is enabling the "Accelerated BETA" option in the HUD settings. This solves the problem for about 30 seconds.
I've tried launching without any third-party mods, using different drivers, and on various systems—the problem persists.
However, on builds for version 1.21.1, everything runs smoothly.
Log: latest.txt
Video: boink
Please help me solve this problem. Thank you!