Jump to content

/WLoad: Difference between revisions

From fCraft Wiki
No edit summary
No edit summary
Line 9: Line 9:
|cat=World
|cat=World
|aliases=WAdd
|aliases=WAdd
|perm=ManageWorlds
|perm={{rperm|ManageWorlds}}
|console=Yes
|console=Yes
|v=0.400
|v=0.400
Line 22: Line 22:


==<code>/WLoad FromWorld ToWorld</code>==
==<code>/WLoad FromWorld ToWorld</code>==
:Copies map from FromWorld to ToWorld. If ToWorld does not yet exist, it is created. Since maps are named after their worlds, this is essentially same as loading FromWorld.fcm
:Copies map from FromWorld to ToWorld. If ToWorld does not yet exist, it is created. Since maps are named after their worlds, this is essentially same as loading <code>FromWorld.fcm</code>


==Supported map formats==
==Supported map formats==
Line 35: Line 35:
* Opticraft (.save)
* Opticraft (.save)


{{LastUpdated|1082}}
==Related commands==
*{{cmd|Gen}} - Generates a new map file.
*{{cmd|WUnload}} - Unloads a world.
 
{{LastUpdated|1650}}

Revision as of 03:02, 22 August 2012

Command
WLoad

Loads maps and creates new worlds.

AliasesWAdd
Usage

/WLoad FileName

/WLoad FileName WorldName

/WLoad FromWorld ToWorld

CategoryWorld
Required permissionsManageWorlds
Usable from console?Yes
Introduced infCraft 0.400

Load map from file into a world. Can be used to create new worlds. Asks for confirmation in case anything is about to be overwritten.

/WLoad FileName

Replaces the current world's map with contents of the given map file. The current map is lost. Cannot be used from console.

/WLoad FileName WorldName

If a world with the given name exists, its map is replaced. Otherwise, a new world is created using this name and map.

/WLoad FromWorld ToWorld

Copies map from FromWorld to ToWorld. If ToWorld does not yet exist, it is created. Since maps are named after their worlds, this is essentially same as loading FromWorld.fcm

Supported map formats

  • fCraft (.fcm) - format versions 2, 3, and 4
  • MCSharp, MCZall, and MCLawl (.lvl)
  • D3 (.map)
  • Default/vanilla server (.dat)
  • MinerCPP, and LuaCraft (.dat)
  • JTE's (.gz)
  • Indev (.mclevel) - finite maps only
  • Myne, MyneCraft, Hyvebuild, and iCraft (directory)
  • Opticraft (.save)
  • /Gen - Generates a new map file.
  • /WUnload - Unloads a world.