Hi all!
If you’ve visited here before, you’ve probably noticed the website looks a lot different. For the last view months, I’ve been working on a rebuild of the website that would include both the mod workshop and asset browser along with other features including communities, collections, articles, and more! This rebuild has taken a lot longer than expected, but
WARNING: There are still bugs and things that need to be tuned. If you’re having issues, please let me know!
Here are some general changes. However, the website was completely rebuilt so everything has pretty much changed other than some view page components from the server view pages and such. I’d recommend just checking everything out if you’re interested!
Redesign
- A complete redesign including a dark and light theme (easy toggle in the header).
- Includes 8 additional languages you can choose from (most static text translations included).
Users
- Added more login providers including GitHub, Steam, and Google.
- Users may sign up/in using email (sends a verification login code, we do not store passwords).
- Introduced user profiles.
- A new notification system.
Engagement
- Users can now comment, rate (like/dislike), and review (5-star rating) content items.
- We track engagement stats for all content items over time and display daily, weekly, monthly, and yearly graphs displaying said stats.
Content API
- A full API for content items that allows you to list, edit, and delete content items and its relations.
- You must generate a user API token with proper permissions.
- You may restrict API tokens to certain IP(s) and IP ranges!
- API rate limits are NOT finalized right now and will change in the future
- Includes uploading files (useful for CI/CD integration with mods for example
)