Bound - Contains Location (Condition) — SkBee
Addon: SkBee · Category: Condition · Since: 1.0.0
Syntax
%locations% (is|are) [with]in [bound[s]] %bounds%Description
Check if a location is within the bounds of a bounding box.
Examples
on break:
if location of event-block is within bound with id "spawn.bound":
cancel event
on damage of a player:
if victim is within bound {spawn}:
cancel event