Today we have not one, but two major updates for mod creators: advanced analytics and full Issues support on project pages.
Analytics helps you understand how your mod is actually being used, and Issues helps you collect ideas and bug reports from the community in one place.
Seeing total downloads is useful, but it is even more important to understand how many people are actually playing with your mod.
We built the Modifold Analytics Plugin. After integration, your project on Modifold gets expanded charts for player count and active servers.
The source code is open on GitHub: modifold-website/analytics
After integration, you get expanded analytics on the Analytics page. You will see current online players (how many users are playing with your mod right now), a daily player chart, and an active servers chart.

For the demo mod, we used:
src/main/java/com/modifold/ModifoldAnalytics.java from modifold-website/analytics into your mod source code.package line if your project uses a different package structure.Gson is available in your mod runtime/build.new ModifoldAnalytics("your-project-slug", "1.0.0");
Replace the placeholders:
your-project-slug - your Modifold project slug1.0.0 - your current mod versionAfter this, expanded analytics will appear on your project page in Modifold.
If you want, you can also add the chart directly to your project description:

Dark theme:

Here, optimized-somehow is your project slug.
Projects on Modifold now have a dedicated Issues section.
There, users can:
Any user can comment on open Issues. The project author or organization members can manage these Issues by editing, pinning, and closing them when needed.

Project settings now include a separate Issues section.

There you can:
These templates are shown to users when they create a new Issue on your project page.
Thank you for building Modifold with us.