On Experience Spawn (Event) — Skript

Addon: Skript · Category: Event · Since: 2.0

Syntax

[on] [e]xp[erience] [orb] spawn

Description

Called whenever experience is about to spawn. Please note that this event will not fire for xp orbs spawned by plugins (including Skript) with Bukkit.

Event Values

  • event-experience
  • event-location

Examples

on xp spawn:
	world is "minigame_world"
	cancel event

View source