[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:fCraft.WorldChangeReason"]
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)
Syntax
| C# |
public enum WorldChangeReason
Members
| Member | Value | Description |
|---|---|---|
| FirstWorld | 0 | First world that the player joins upon entering the server (main). |
| Rejoin | 1 | Rejoining the same world (e.g. after /wflush or /wload). |
| ManualJoin | 2 | Manually by typing /join. |
| Tp | 3 | Teleporting to a player on another map. |
| Bring | 4 | Bring brought by a player on another map. Also used by /bringall, /wbring, and /setspawn. |
| SpectateTargetJoined | 5 | Following the /spectate target to another world. |
| WorldRemoved | 6 | Previous world was removed with /wunload. |
| PermissionChanged | 7 | Previous world's access permissions changed, and player was forced to main. |