Elytra-Server / Elytra

A Cleanroom minecraft server API in kotlin
MIT License
51 stars 6 forks source link

Achievements and Statistics #18

Open chicoferreira opened 4 years ago

chicoferreira commented 4 years ago

Description Implement achievements and statistics, found on minecraft settings, to keep track of the player goals. That SHOULD BE DONE in a separated module and not incorporated in the player object, so it can be easily disabled for servers that do not need it.

Checklist