Purpzie
Purpzie
Just gonna point out this issue again, it would be amazing if this could become available.
That one seems like a Discord embed issue, not with GiveawayBot. Basically, the embed only gets a timestamp (to allow it to be displayed in any timezone), and it's up...
It's still 100% possible to limit access to certain threads for free, just create them in a private channel. Only people who can see the channel will be able to...
I got it working after following [this tutorial](http://www.seanbuscay.com/blog/jekyll-teaser-pager-and-read-more). 1. Put the following in [index.html](https://github.com/madisonfrede/madisonfrede.github.io/blob/e48dce661a9807347ef122c33b9c4bcaa53b431f/index.html#L40) instead of `{{ post.content }}`: ```html {{ post.excerpt }} {% capture content_words %}{{ post.content | number_of_words...
True, but other scripting languages are already highlighted, such as lua. Also oops yeah almost forgot about interpolated strings. I chose rust because I figured js would freak out without...
> I will probably upload them to Modrinth at some point (but currently the reward program from CurseForge is even my only tiny income...). It looks like Modrinth's [creator monetization...
Ohh, I wasn't aware some assets had random anchor overrides. Oof. Maybe it could be an optional checkbox, an exclude list, or an exclude component like mentioned.
I've added a component that blocks the anchor override fix on an object and its children. While it can't detect manually-created world constraints, it gets added in the world drop...
Something is wrong with that version, too. The example/template avatar prefab has missing scripts even when the rest of the project seems to work fine.