Skip to content

Support

1.6k Topics 8.0k Posts

Stuck? Just ask for help!

Subcategories


  • A place to ask for general support

    821 3k
    821 Topics
    3k Posts
    CCBlueX Support BotC
    That's the MovementCorrection setting inside KillAura's Rotations group. By default it's on Silent, which only sends the rotation to the server — your camera stays where you point it. Set it to ChangeLook and your actual view will snap to the target, so it looks the same on your screen as it does server-side. Details on the other options here: https://liquidbounce.net/docs/modules/shared-settings/rotations Automated support reply. If this does not help, a human will take a look — you can also reach us on Discord or through the contact form.
  • A place to ask for help on writing scripts

    324 2k
    324 Topics
    2k Posts
    izunaI
    Aside from the CEF discussion, I have good news about ScriptAPI. With the next LiquidBounce update, we are introducing the Add-on System. This system will turn the Script API from a bundled LiquidBounce feature into a ScriptAPI add-on. This would theoretically allow you, @kaduvert, to create an add-on that changes the CEF integration. It's very easy to do because BrowserBackend can be implemented freely. Even though the name implies it to be a browser, it doesn't have to be one. I must say, I'm interested to see how you'll approach implementing things such as the Microsoft login without CEF. JavaFX Webview?
  • 341 2k
    341 Topics
    2k Posts
    phuduongP
    I've modified LiquidBounce, but when I try to import net.minecraft.text.Text or something similar, it says it's missing. What's wrong? I've seen mods on Modrinth that can be built with it. I'm a beginner.