Map Editor
Last updated
Last updated
JSST adds a survival-friendly map decoration editor, giving players the ability to mark maps with several icons, rotate them, and add labels.
Place a map in an item frame, then right click with a feather to start editing. Right click on a blank area to select an existing marking or add a new one.
Name tag: add, update or remove a label
Arrows: change icon
Barrier: remove icon
Swords: rotate icon
Left click to deselect the current icon; left click again to finish editing.
Whether this feature should be enabled or not.
Options: true
, false
Default: true
Whether the map editor requires players have operator permissions.
Options: true
, false
Default: false
Item or item tag used to start editing maps with.
Options: an item ID (minecraft:feather
) or item tag (#c:dyes
).
Default: minecraft:feather
By default, Minecraft does not keep map markers on save / load. JSST slightly changes map serialization to allow this; this option is intended to be a debug option to disable this.
Options: true
, false
Default: false
JSST will by default not allow players to edit locked maps. This setting lets you edit them.
Options: true
, false
Default: false