mirror of
https://github.com/bludit/plugins-repository.git
synced 2026-04-25 12:15:49 +03:00
Bludit Plugins Repository
|
|
||
|---|---|---|
| authors | ||
| items | ||
| templates | ||
| .gitignore | ||
| README.md | ||
Bludit Plugins Repository
This repository keeps all the database for the sites:
- (English) https://plugins.bludit.com
- (Deutsch) https://plugins.bludit.com/de/
- (Español) https://plugins.bludit.com/es/
- (Русский) https://plugins.bludit.com/ru/
You can add your free or paid plugin here!
How to add a plugin
1) Create your username
- Create a new file inside the folder
/authors/. - The filename is the username and the file extension is
.json. Please use lowercase without spaces. For example, the usernameMax Powerthe filename is going to bemax-power.json. - You can copy a template from
/templates/author.jsonto generate the content of the file.
2) Create the plugin metadata
- Create a new folder with the name of the plugin inside the folder
/items/. Please use lowercase without spaces. For example, the plugin name isHello Worldthe folder is going to be/items/hello-world. - Create a file for the metadata inside the previous folder created, the filename needs to be
metadata.json, you can copy a template from/templates/item.jsonto generate the content of the file. - Create a screenshot of the plugin and placed next to the file
metadata.json, the filename needs to bescreenshot.png, size recommended800x600px.
If your plugin is free, the field price_usd needs to be 0, otherwise set the price (only the number without the coin type) or set it to -1 for paid plugins with variable or external pricing.