event onPlayerChangeWorld (server-side)
Available since version: 0.3.0
Triggered when player tries to change the played world (ZEN).
Parameters
void onPlayerChangeWorld(int player_id, string world, string waypoint)
intplayer_id: The id of the player who tries to change the played world.stringworld: The filename of the world.stringwaypoint: The name of the waypoint that the player will be teleported to.