On World Load (Event) — Skript

Addon: Skript · Category: Event · Since: 1.0, 2.8.0 (defining worlds)

Syntax

[on] world load[ing] [of %-worlds%]

Description

Called when a world is loaded. As with the world init event, this event will not be called for the server's default world(s).

Event Values

  • event-world

Examples

on world load of "world_nether":
	broadcast "The world %event-world% has been loaded!"

View source