frengor / UltimateAdvancementAPI

A powerful API to create custom advancements for your Minecraft server.
https://modrinth.com/plugin/ultimateadvancementapi
GNU General Public License v3.0
116 stars 13 forks source link

Wrong overlap between advancements tabs #94

Closed shaokeyibb closed 1 month ago

shaokeyibb commented 1 month ago

Image

I'm trying to create a second progress tab, but I'm seeing the two progress tabs overlap incorrectly. I'm pretty sure the namespaces and keys for the two progress tabs are completely different.

EscanorTargaryen commented 1 month ago

Hi, could you tell us how to reproduce the bug?

shaokeyibb commented 1 month ago

Hi, could you tell us how to reproduce the bug?

Hello, please just create two advancement tabs, create some advancement on them, open advancements gui and you will see them.

I'm using Paper 1.21..4#231 with UltimateAdvancementAPI 2.5.1

EscanorTargaryen commented 1 month ago

I am sorry that you are experiencing this problem but it is most likely not related to us. This is a main feature of the plugin and we always check that it works before each release. The problem could be:

shaokeyibb commented 1 month ago

Hello Davide, thank you for your reminder. After checking, I found that it was because my plugin would automatically update the advancements progress regularly, which caused the problem of tab update, and it had nothing to do with this plugin.