WorldBorder - Change is Instant (Condition) — Lusk

Addon: Lusk · Category: Condition · Since: 1.0.2

Syntax

[the] world[ ]border change is[n('|o)t] instant

Description

This Condition requires Paper.

Checks whether or not the worldborder change is instant in the worldborder change event

Examples

on world border start changing:
  if the world border change is instant:
    broadcast "instant"
  else:
    broadcast "not instant"

View source