EventAction - acrimi/Raven GitHub Wiki

EventAction broadcasts an entity event when triggered. The event will be a standard EntityEvent initialized with the same entity that triggered this action.

Configuration

The following parameters can be used to configure the action's behavior:

Key Type Description
eventName string The name of the event to broadcast

Example:

"eventName": {
  "action": "EventAction",
  "eventName": "unlockedItem"
}