-
Notifications
You must be signed in to change notification settings - Fork 1
Configuration
Where do I put my MongoDB connection url?
- Create a file named
mongodb.secretin the plugin's folder if it does not exist - Paste your connection url inside
- Done
Default value: false
Description: Toggle if MongoDB should be used to store the favicons
Default value: personalized_favicon
Description: The name of the database
Default value: true
Description: Toggle if the favicons should be cached
Default value: 100
Description: The duration in SECONDS for how long the favicons are cached
Default value: true
Description: Toggle if the plugin should check for new versions
Default value: false
Description: Toggle if (probably unstable) development builds should also be checked for
Default values:
console: true
user: true
Description: Toggle who should be notified about new versions
Description: The platforms which provide the favicons
You can find more details on adding new favicon providers here
Default Providers
{
"url": "https://crafatar.com/avatars/%uuid%?overlay\u0026size\u003d64",
"name": "crafatar",
"replacer": [
{
"key": "%uuid%",
"value": "UUID"
}
]
}
{
"url": "https://minepic.org/head/%name%/64",
"name": "minepic",
"replacer": [
{
"key": "%name%",
"value": "NAME"
}
]
}