[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:fCraft.WorldChangeReason"]

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public enum WorldChangeReason

Members

MemberValueDescription
FirstWorld0
First world that the player joins upon entering the server (main).
Rejoin1
Rejoining the same world (e.g. after /wflush or /wload).
ManualJoin2
Manually by typing /join.
Tp3
Teleporting to a player on another map.
Bring4
Bring brought by a player on another map. Also used by /bringall, /wbring, and /setspawn.
SpectateTargetJoined5
Following the /spectate target to another world.
WorldRemoved6
Previous world was removed with /wunload.
PermissionChanged7
Previous world's access permissions changed, and player was forced to main.

See Also