Gives cool badges to players depending on their in-game statistics! https://geode-sdk.org/mods/m336.stats-badges
  • C++ 92%
  • CMake 8%
Find a file
2026-07-17 22:23:41 +02:00
.github/workflows Initial commit 2026-02-24 17:28:55 +01:00
src Made the mod independent of Badgify 2026-07-17 22:23:41 +02:00
.gitignore Initial commit 2026-02-24 17:28:55 +01:00
changelog.md Made the mod independent of Badgify 2026-07-17 22:23:41 +02:00
CMakeLists.txt Fixed some logic issues with the badge requirements 2026-07-03 18:50:44 +02:00
LICENSE Initial commit 2026-02-24 17:28:55 +01:00
logo.png Initial commit 2026-02-24 17:28:55 +01:00
mod.json Made the mod independent of Badgify 2026-07-17 22:23:41 +02:00
README.md Made the mod independent of Badgify 2026-07-17 22:23:41 +02:00

Stats Badges

Gives cool badges to players depending on their in-game statistics!

Badges requirements

Each badge's requirements will be displayed below. Note that the demon badges are cumulated; there can only be one of them appearing.

  • Star collector: at least 3,000 stars.
  • Moon collector: at least 3,000 moons.
  • Creator: at least 1 creator point.
  • Secret coin collector: at least 100 secret coins.
  • User coin collector: at least 1,000 user coins.
  • Demon slayer: beaten at least 100 demon levels.
  • Demon master: beaten at least 50 demon levels.
  • Demon chaser: beaten at least 25 demon levels.

Use Badges API or Badgify to show more than one badge per profile!

Want to help?

Feel free to open a Pull Request on GitHub!