/WSet
Appearance
| Command | |
| WSet Changes world settings. | |
|---|---|
| Usage |
/WSet <WorldName> <Property> <Value> |
| Category | World |
| Required permissions | ManageWorlds |
| Usable from console? | Yes |
| Introduced in | fCraft 0.620 |
Allows changing some of worlds' settings. Allows hiding/unhiding worlds, setting/changing/removing the greeting message, and controlling backup settings.
/WSet <WorldName> Hidden [True|False]
- Allows hiding worlds from the /Worlds list. Hidden worlds can still be joined normally. Set to
trueor1to hide, tofalseor0to unhide (default). This flag used to be set using /WHide and /WUnhide commands. Prior to fCraft 0.620, this functionality was available through two separate commands:/WHideand/WUnhide.
/WSet <WorldName> Greeting <Text>
- Sets a greeting message. Message is shown whenever someone joins the map, and can also be viewed in /WInfo. If no text is given, the greeting is removed.
/WSet <WorldName> Backups Default
- Sets the world to use default backup settings. DefaultBackupInterval config key provides the defaults.
/WSet <WorldName> Backups Off
- Turns backups off on the given world, regardless of default settings.
/WSet <WorldName> Backups
- Specifies a backup interval. Times should be given in the compact format. Note that backups are only done whenever the map is saved, so this value is constrained by the SaveInterval config key.