Internet Explorer
Internet Explorer is not supported. Please upgrade to a more modern browser.
Good day,
I wanted to ask how to add an avatar API at "/panel/core/avatars/"?
With kind regards
Hi,
In order to do this, you need to create a custom module. This requires PHP knowledge - we have documentation available for module creation here: https://docs.namelessmc.com/en/module-documentation
You can then create an avatar source like this: https://github.com/NamelessMC/Nameless/blob/v2.0.0-pr12/modules/Core/classes/CrafatarAvatarSource.php
Then require it in your module.php and register it like this: https://github.com/NamelessMC/Nameless/blob/v2.0.0-pr12/modules/Core/module.php#L290