enter_region) and Exit Region Event (exit_region) allow you to execute TypeWriter actions when a player crosses into or out of a protected zone.
Configuration
| Parameter | Type | Description |
|---|---|---|
region | Ref<RegionDefinition> | The region to monitor. |
actions | List<Ref<Action>> | Actions to execute (titles, sounds, commands, etc). |
Common Uses
- Welcome Messages: Show a “Entering Spawn” title when players arrive.
- Ambiance: Play a specific sound or change lighting (via other extensions) when entering a cave region.
- Security: Teleport players back if they lack permission to enter a restricted zone.