Custom achievements
The minecraft protocol seems to allow to create custom achievements
- Try to create a custom achievement tree
- Make utility functions to do it
If custom achievements allow to display a client side popup, could we use this to display push notifications ?
If custom achievements allow to display a client side popup, could we use this to display push notifications ?
:o good idea, we need to try that :), we can use the https://github.com/aresrpg/aresrpg/tree/upd4ting/achievements to test
https://www.spigotmc.org/threads/advancementapi-create-1-12-advancements.240462/ the community showcase videos show the notification idea in action
oh if it's actually stored in the client ui then it can't be used as simple notification
if it can be added we should be able to remove it, and if not let's add a LOG advancement page with every notification received and the date in it
achievements can be seperated into tabs and shown/hidden, which makes it possible to create quests within the achievement system. It would be possible to have a tab for the main quest (slaying the major bosses) and one tab per floor or per area for the local quests. Also would make it possible to create specific GUI for each (?) tab or at least for the main tab