On World Init (Event) — Skript

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

Syntax

[on] world init[ialization] [of %-worlds%]

Description

Called when a world is initialized. As all default worlds are initialized before any scripts are loaded, this event is only called for newly created worlds. World management plugins might change the behaviour of this event though.

Event Values

  • event-world

Examples

on world init of "world_the_end":

View source