/WSet: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
| Line 11: | Line 11: | ||
Allows editing of worlds' properties. | Allows editing of worlds' properties. | ||
==<code>/WSet <WorldName> Hidden [True|False]</code>== | |||
:Allows hiding worlds from the [[/Worlds]] list. Hidden worlds can still be [[/Join|joined]] normally. Set to <code>true</code> or <code>1</code> to hide, to <code>false</code> or <code>0</code> to unhide (default). This flag used to be set using [[/WHide]] and [[/WUnhide]] commands. | :Allows hiding worlds from the [[/Worlds]] list. Hidden worlds can still be [[/Join|joined]] normally. Set to <code>true</code> or <code>1</code> to hide, to <code>false</code> or <code>0</code> to unhide (default). This flag used to be set using [[/WHide]] and [[/WUnhide]] commands. | ||
==<code>/WSet <WorldName> Greeting <Text></code>== | |||
: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. | :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. | ||
==<code>/WSet <WorldName> Backups Default</code>== | |||
:Sets the world to use default backup settings. [[List_of_config_keys#Saving_and_Backup|DefaultBackupInterval]] config key provides the defaults. | :Sets the world to use default backup settings. [[List_of_config_keys#Saving_and_Backup|DefaultBackupInterval]] config key provides the defaults. | ||
==<code>/WSet <WorldName> Backups Off</code>== | |||
:Turns backups off on the given world, regardless of default settings. | :Turns backups off on the given world, regardless of default settings. | ||
==<code>/WSet <WorldName> Backups <Time></code>== | |||
:Specifies a backup interval. Times should be given in the [[Time formatting|compact format]]. Note that backups are only done whenever the map is saved, so this value is constrained by the [[List_of_config_keys#Saving_and_Backup|SaveInterval]] config key. | :Specifies a backup interval. Times should be given in the [[Time formatting|compact format]]. Note that backups are only done whenever the map is saved, so this value is constrained by the [[List_of_config_keys#Saving_and_Backup|SaveInterval]] config key. | ||
{{LastUpdated|1575}} | {{LastUpdated|1575}} | ||
Revision as of 04:37, 2 June 2012
| 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 editing of worlds' properties.
/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.
/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.