Open ghermm opened 3 months ago
Exactly what would you like to do with vanilla advancement? Please explain better and give examples.
Things like editing the background, the advancements themselves, advancements, and stuff like that. I also think a way to automatically place advancements would be nice rather than having to manually place each advancement. A system like this already exists in the server and is used for the other tabs.
I am very sorry, but the ability to edit vanilla advancements may never be implemented in UltimateAdvancementAPI. The API was created for the purpose of facilitating the creation of advancements by exploiting game events, linking with other plugins or other logic given by the code.
Also, I don't think it is really feasible to do what you are asking for, since the spigot API allows you to read vanilla advancements, but not to mofify them. The only solution probably remains to use datapacks/resourcepacks.
Regarding the creation of an advancement builder without manually entering coordinates, I think this is an interesting feature that could be added, perhaps by simply specifying that you want to place the next advancement forward/above/backward.
I'm happy to share my layout code (once I fix displays) but it doesn't handle multi-parents (I haven't had a need for it yet). It's also a very different method of making advancements compared to the web builder.
If possible, I think the ability to interact with Bukkit advancements would be a game changer. (This would include any advancement registered on the server from the server itself, datapacks, etc.)