-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
Description
(This is a draft)
- Add various listeners for achievements (See VaultCompleteListener.java for example)
It would look something like that:
// Handle division by zero error
user.getStats().addToStringSet("achievements", "division-by-zero");
user.getSet("achievements"); // ["division-by-zero", ... ]- Add an column in the
/leaderboardpage with the number of achievements + a list on click or hover
Reactions are currently unavailable