aresrpg icon indicating copy to clipboard operation
aresrpg copied to clipboard

Custom achievements

Open DeltaEvo opened this issue 5 years ago • 6 comments

The minecraft protocol seems to allow to create custom achievements

  • Try to create a custom achievement tree
  • Make utility functions to do it

DeltaEvo avatar Nov 14 '20 20:11 DeltaEvo

If custom achievements allow to display a client side popup, could we use this to display push notifications ?

Sceat avatar Aug 20 '21 19:08 Sceat

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

DeltaEvo avatar Aug 20 '21 21:08 DeltaEvo

https://www.spigotmc.org/threads/advancementapi-create-1-12-advancements.240462/ the community showcase videos show the notification idea in action

DeltaEvo avatar Aug 20 '21 21:08 DeltaEvo

oh if it's actually stored in the client ui then it can't be used as simple notification

Sceat avatar Aug 20 '21 22:08 Sceat

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

ToufouMaster avatar Nov 24 '22 03:11 ToufouMaster

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

bdpnt avatar Feb 24 '23 19:02 bdpnt