squaremap

squaremap

1.9k Downloads

Player skins are not rendering

RehabCZ opened this issue ยท 3 comments

commented

Squaremap is running great we really love this plugin, however instead of player skins it renders casual steve head
any ideas on fixing this issue ?

We tried changing skin url API to minotar and it didn't work either...

Attaching our config file

config-version: 1
settings:
    language-file: lang-en.yml
    debug-mode: false
    web-address: http://localhost:25578
    web-directory:
        path: web
        auto-update: false
    image-quality:
        compress-images: false
    internal-webserver:
        enabled: true
        bind: 0.0.0.0
        port: 25578
    ui:
        coordinates:
            enabled: true
        link:
            enabled: true
        sidebar:
            pinned: unpinned
    commands:
        main-command-label: squaremap
        main-command-aliases:
        - map
    render-progress-logging:
        enabled: true
        interval-seconds: 1
world-settings:
    world_nether:
        map:
            enabled: false
    world_the_end:
        map:
            enabled: false
    test:
        map:
            enabled: false
    eventy:
        map:
            enabled: false
    default:
        map:
            enabled: true
            display-name: '{world}'
            order: 0
            icon: ''
            max-render-threads: -1
            iterate-up: false
            max-height: -1
            biomes:
                enabled: true
                blend-biomes: 3
            glass:
                clear: true
            lava:
                checkerboard: true
            water:
                clear-depth: true
                checkerboard: false
            zoom:
                maximum: 3
                default: 3
                extra: 2
            background-render:
                enabled: true
                max-chunks-per-interval: 1024
                interval-seconds: 15
                max-render-threads: -1
            markers:
                update-interval-seconds: 5
                spawn-icon:
                    enabled: true
                    show-controls: true
                    default-hidden: false
                    layer-priority: 0
                    z-index: 0
                world-border:
                    enabled: true
                    show-controls: true
                    default-hidden: false
                    layer-priority: 1
                    z-index: 5000
            visibility-limits:
            -   enabled: 'true'
                type: world-border
        player-tracker:
            enabled: true
            update-interval-seconds: 1
            show-controls: true
            default-hidden: false
            layer-priority: 2
            z-index: 2
            nameplate:
                enabled: true
                show-head: true
                heads-url: https://minotar.net/helm/{name}/32.png
                show-armor: true
                show-health: true
            hide:
                invisible: true
                spectators: true
            use-display-names: true

commented

You can maybe get something working with https://github.com/jpenilla/squaremap-addons/tree/master/addons/skins, however I won't be able to help any further than that with issues resulting from offline mode usage

commented

Is your server using online-mode=true?

commented

sorry for late response
No we're running in offline mode...

So i used {name} tag instead of {uuid} but did not seems to work either.