Javascript Conditions

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 MDN.

Variables

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

Duels

VariableDescription

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

VariableDescription

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

VariableDescription

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

VariableDescription

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

Last updated