The event received when a player changes worlds.

Hierarchy

Properties

destination: string

The world the player is now in. It will be a Minecraft namespaced registry key, for example:

  • minecraft:overworld - The overworld
  • minecraft:the_nether - The Nether
  • minecraft:the_end - The End
event: string
id: number
ok: boolean
origin: string

The world the player has moved from. It will be a Minecraft namespaced registry key, for example:

  • minecraft:overworld - The overworld
  • minecraft:the_nether - The Nether
  • minecraft:the_end - The End
time: Date
type: string
user: User

The in-game player who changed worlds.

Generated using TypeDoc