#(szarkans) How to create maps? (minecraft items)

13 messages · Page 1 of 1 (latest)

worldly sandal
#

Hi! I want to make a map that looks like Explorer's map, so player can find some stuff on my server, but i can't understand how it works...
What i need is basic map like from the villager or from the sea treasure with marker and player cursor on it.

I tried to do this, but now i don't know how to give this map:

test_map:
    type: map
    auto update: true
    objects:
        1:
            type: cursor
            cursor: red_marker
            x: 350
            y: -650
            world_coordinates: true
            show_past_edge: true
young kelpBOT
#

(szarkans) How to create maps? (minecraft items)

young kelpBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

viscid quartz
#

!c map

stiff spokeBOT
# viscid quartz !c map
Group

item

Syntax

map [<#>/new:<world>] (reset:<location>) (scale:<value>) (tracking) (image:<file>) (resize) (script:<script>) (dot:<color>) (radius:<#>) (x:<#>) (y:<#>) (text:<text>)

Short Description

Modifies a new or existing map by adding images or text.

Description

This command modifies an existing map, or creates a new one. Using this will override existing non-Denizen map renderers with Denizen's custom map renderer.

You must specify at least one of 'reset', 'script', 'image', 'dot', 'text'. You can specify multiple at once if you prefer.

When using 'reset', you can specify optionally 'scale' and/or 'tracking'.
When using 'image' you can optionally specify 'resize'.
When using 'dot', you can specify any valid ColorTag (it will be compressed to map's co...

viscid quartz
#

Set the script argument of the map command

tacit crown
#

Also x and y are the position of the marker on the map, which is only 128x128 iirc

#

If this is resolved than

uneven lintelBOT
#
Thread Closing Reminder

Has your issue been resolved, or your question been answered?
If so, please use the </resolved:1028673926114594866> command to close your thread.
Or </invalid:1028673926898909185> if it's not possible to resolve.

If not yet resolved, please reply below to tell us what you still need.

(Note that if there is no reply for a few days, this thread will eventually close itself.)

#

@worldly sandal

worldly sandal