Bound - Exit (Event) — SkBee
Addon: SkBee · Category: Event · Since: 1.0.0, 1.12.2 (Bound IDs)
Syntax
[on] (bound exit|exit bound) [with id %-string%]Description
Called when a player exits a bound. Optional ID of bound. 'event-string' = bound ID.
Event Values
- event-bound
- event-boundmovereason
- event-player
- event-string
Examples
on bound exit:
send "You left a bound"
if event-bound = {bound}:
send "You left Spawn!"
on exit bound with id "spawn":
cancel event