Skip to content

Creating Map Guide

Nicc0 edited this page Jun 18, 2017 · 2 revisions

How to create map?

<argument> - Required.
[argument] - Optional.

  1. Create map using /sp create <name> command.
    • Now you are added to editors of the map.
    • The map has been preset by default, more here.
  2. Get Bedrock block and build your path.
    • Path must be closed circuit (connected both side).
  3. Set path using /sp set path command.
    • You must stand on Bedrock block. Your position will be the starting point.
  4. If you want, you can change presets usings commands.
    • List of all edit commands available here.
  5. Now you can save your map using /sp save command.
    • If everything goes fine, your map will be started.
  6. Enjoy the fun! 😃

How to combine two or more maps?

Default Presets

block_id = 35; (WOOL)
block_data = 0; (WHITE)
path_id = 0; (AIR)
path_data = 0;
speed = 1.5;
length = 6;
frequency = 1;
inverted = false;
join = false;
timer = false;

Remember, you can always check current map sets using command /sp status [map-name], if you are a map editor.

See Also

Clone this wiki locally