Lilith
HomeDownloadsConfigurationDiscord
  • Welcome to Lilith!
  • Installation
    • Windows
    • macOS
    • Linux
  • Using Lilith
  • Configuration
    • Getting an API Key
    • Configuring Lilith
      • General Settings
      • Queuestats Settings
        • Duels
        • Bedwars
        • Skywars
        • Wool Wars
      • Autododge Settings
        • Javascript Conditions
      • AutoGG Settings
      • Lunar Spoof Settings
  • Legacy Perks
  • Features
    • Queuestats
    • Autododge
    • Statchecking
    • AutoGG
    • Lunar Spoof
    • Tags
    • Mod Bypassing
    • Denicking
    • Custom Ranks
    • Streamer Mode
    • Play Command Aliases
    • Game Logging
    • Miscellaneous Commands
  • Old Versions
    • Migrating from 0.6.0
Powered by GitBook
On this page
  • Variables
  • Duels
  • Bedwars
  • Skywars
  • Wool Wars

Was this helpful?

  1. Configuration
  2. Configuring Lilith
  3. Autododge Settings

Javascript Conditions

PreviousAutododge SettingsNextAutoGG Settings

Last updated 2 years ago

Was this helpful?

Javascript conditions allow for greater fine tuning of your dodging settings. Conditions support most of the comparison operators, which you can learn about here from .

Variables

Conditions also have access to several variables, depending on the gamemode:

Duels

Variable
Description

level

The opponent's network level

wins

The opponent's total wins (in the selected queuestats mode)

losses

The opponent's total losses (in the selected queuestats mode)

wlr

The opponent's win/loss ratio (in the selected queuestats mode)

kdr

The opponent's kill/death ratio (in the selected queuestats mode)

melee

The opponent's melee accuracy ratio (in the selected queuestats mode)

ranged

The opponent's ranged accuracy ratio (in the selected queuestats mode)

ws

The opponent's winstreak (in the selected queuestats mode)

bws

The opponent's best winstreak (in the selected queuestats mode)

Bedwars

Variable
Description

level

The opponent's network level

star

The opponent's star

fkdr

The opponent's final kill/death ratio (in the selected chat queuestats mode)

wins

The opponent's total wins (in the selected chat queuestats mode)

losses

The opponent's total losses (in the selected chat queuestats mode)

wlr

The opponent's win/loss ratio (in the selected chat queuestats mode)

ws

The opponent's winstreak (in the selected chat queuestats mode)

Skywars

Variable
Description

level

The opponent's network level

star

The opponent's star

wins

The opponent's total wins

losses

The opponent's total losses

wlr

The opponent's win/loss ratio

kdr

The opponent's kill/death ratio

ws

The opponent's winstreak

bws

The opponent's best winstreak

Wool Wars

Variable
Description

level

The opponent's network level

star

The opponent's star

wins

The opponent's total wins

losses

The opponent's total losses

wlr

The opponent's win/loss ratio

kdr

The opponent's kill/death ratio

games

The opponent's number of games played

assists

The opponent's total assists

MDN