1.5.0
- (Add)
php flarum mcmigrate
to migrate username -> UUID.
If you are updating or have already updated from versions <=1.2.0
, you may have noticed that some minecraft avatars (if not all) were not showing. That's because i switched to the Crafatar
API, that only supports UUID. I'm sorry, i've not thought about it much with the previous versions and just realized that i killed most of the forum. In this version i added a command to replace usernames with the respective UUID.
After the update, run the command
php flarum mcmigrate
Depending on the size of your forum, this could take a bit.
My apologies.