There's no crystal-specific config — the community configs are made per server/anticheat, not per playstyle. Run .config list in-game to see what exists and .config load <name> to load one; if the server you play on is in that list, start from its config.
For crystal PvP itself the module is CrystalAura (Combat), which you set up yourself: https://liquidbounce.net/docs/modules/combat/crystalaura
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.
@kawaiinekololis i can work on a guide for how to use fabulously optimized with liquidbounce and push it to the documentation like i did about notebot too if you want.
[image: 1771294997878-2026-02-17_04-23.png]
[image: 1771295090009-fo-lb.png]
I need a script so that killaura hits everyone at once instead of one player at a time, and a script that increases reach and killaura reach to 20. Please send me such scripts urgently!!!
it not Disabler might disable anticheat, it use to exploit anticheat, so u can cheat perfectly without being detected, but u got ban instantly because staff is too active, try cheat on some times that staff it won't active, u don't get ban instantly
@kawaiinekololis You could make a list of servers, along with metadata (avg. players, staff activity, anti-cheats), but that seems difficult to maintain.
Yes the currently script API can be sometimes very annoying to work with, like the calling a api that accepts a float with a number in js, etc. and the error usually is not very straight forward and needs a lot of experience to understand what's going on. we are still trying to improve it. At least you have https://liquidbounce.net/docs/script-api/debugging now, although you cannot create any named variable in the console. btw the docs looks much better than before.
You can check here how to work with Minecraft: https://maven.fabricmc.net/docs/yarn-1.21.4+build.8/index.html
Script API has access to every Class and Method that Minecraft provides, as well as the Fabric API (if installed).