On WorldBorder - on Change/Center Change (Event) — Lusk

Addon: Lusk · Category: Event · Since: 1.0.2

Syntax

[on] world[ ]border start[ing|ed] [to] chang(e|ing)

Description

Called when a world border's center is changed or when a world border starts (either over time or instantly) or stops moving.

Event Values

  • event-location
  • event-number
  • event-timespan
  • event-world
  • event-worldborder
  • past event-location
  • past event-number

Examples

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

View source