World (Type) — Skript

Addon: Skript · Category: Type · Since: 1.0, 2.2 (alternate syntax)

Syntax

world

Description

One of the server's worlds. Worlds can be put into scripts by surrounding their name with double quotes, e.g. "world_nether", but this might not work reliably as text uses the same syntax.

Examples

broadcast "Hello!" to the world "world_nether"

View source