mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
826 B
826 B
icon
| icon |
|---|
| dot |
MineSkin API Key
When you have many npcs with skins (especially skins by file or url), you will notice that it takes a while once they are all loaded. The reason for that is the rate-limit by MineSkin. We use MineSkin to generate the necessary skin data. At the moment they have a limit of 10 skins per minute. Using an MineSkin API Key does increase the limit to 30 skins per minute. So if you have many skins, I recommend to get a MineSkin API key and use it.
How to get a MineSkin API Key
- Login on the MineSkin Website
- Click on the plus icon to create a new key
- Give the key a name (can be anything)
- Copy the key
- Open the
plugins/FancyNpcs/config.ymlconfig file - Set the key at
mineskin_api_key - Restart the Minecraft server