TechnicJelle / BlueMapFilteredEntities

Minecraft Paper plugin and BlueMap addon that allows you to track entities on your map, with lots of filtering options
2 stars 0 forks source link

Missing markers #13

Closed Nyxtorm closed 1 month ago

Nyxtorm commented 1 month ago

Hello,

Maybe I'm doing something wrong, but I can't get any marker on the map. I do have the toggle button, but for my test, no cow is displayed. No error during Blumap reload: [BlueMapFilteredEntities] Loading filter set: cows.

My simple test filter with cows :

filter-sets: {

    cows: {
        label: "Cows Test Filter"
        filters: [
            { type: cow }
        ]
    }

}

On my map, I should be able to see several cows here:

image

Sorry for my English.

TechnicJelle commented 1 month ago

Hi there! Thanks for trying my plugin! :)

Please note that this plugin does not support Spigot. Only Paper.

I just tried your config on my test server, and it seems to work: image

Minecraft servers only load mobs in chunks that are loaded. This plugin can't show mobs in unloaded chunks, due to that...¹ Try logging into the server and standing next to a cow, and seeing if it shows up?

1: Maybe I can solve that someday... I have an idea that might work...

Nyxtorm commented 1 month ago

Hi @TechnicJelle,

Yes, that was me doing something wrong. I migrated to PaperMC and no problem now.

Thank you for offering us all these tools and sorry for opening this issue for nothing! 😅

TechnicJelle commented 1 month ago

I'm glad to hear you've got it all working now! :D