On Beacon Effect (Event) — Skript

Addon: Skript · Category: Event · Since: 2.10

Syntax

[on] [primary|secondary] beacon effect [of %-potioneffecttypes%]

Description

Called when a player gets an effect from a beacon.

Event Values

  • event-block
  • event-location
  • event-player
  • event-potioneffecttype
  • event-world

Examples

on beacon effect:
	broadcast applied effect
	broadcast event-player
	broadcast event-block
on primary beacon effect apply of haste:
on application of secondary beacon effect:
on beacon effect of speed:

View source