squaremap

squaremap

1.9k Downloads

order is not working

hkkongou opened this issue ยท 0 comments

commented

no matter i have

world-settings:
    default:
        map:
            enabled: true
            display-name: '{world}'
            order: 0
    minecraft:the_nether:
        map:
            enabled: true
            display-name: '{world}'
            order: 1

or

world-settings:
    default:
        map:
            enabled: true
            display-name: '{world}'
            order: 1
    minecraft:the_nether:
        map:
            enabled: true
            display-name: '{world}'
            order: 0

overworld is still displaying as the default map when map is loaded in any browser