Boolean (Type) — Skript

Addon: Skript · Category: Type · Since: 1.0

Syntax

boolean

Description

A boolean is a value that is either true or false. Other accepted names are 'on' and 'yes' for true, and 'off' and 'no' for false.

Examples

set {config.%player%.use mod} to false

View source