-
Notifications
You must be signed in to change notification settings - Fork 0
Creating Map Guide
Nicc0 edited this page Jun 18, 2017
·
2 revisions
<argument>
- Required.
[argument]
- Optional.
- 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.
- Get Bedrock block and build your path.
- Path must be closed circuit (connected both side).
- Set path using
/sp set path
command.- You must stand on Bedrock block. Your position will be the starting point.
- If you want, you can change presets usings commands.
- List of all edit commands available here.
- Now you can save your map using
/sp save
command.- If everything goes fine, your map will be started.
- Enjoy the fun! 😃
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.