Bludit Plugins Repository
Find a file
Edi 3a91bece9b
Merge pull request #449 from GreenEffect/master
Update username for Bludit Plugin Comments
2026-04-21 19:29:01 +02:00
authors Create green-effect.json 2026-04-17 15:22:31 +02:00
items Update username 2026-04-21 10:49:21 +02:00
templates [ImgBot] Optimize images 2025-11-23 01:51:51 +00:00
.gitignore Improves on database 2018-01-18 23:50:03 +01:00
README.md chore: adjust pricing 2026-04-12 17:19:41 +02:00

Bludit Plugins Repository

This repository keeps all the database for the sites:

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 username Max Power the filename is going to be max-power.json.
  • You can copy a template from /templates/author.json to 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 is Hello World the 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.json to generate the content of the file.
  • Create a screenshot of the plugin and placed next to the file metadata.json, the filename needs to be screenshot.png, size recommended 800x600px.

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.