Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dscalzi/pluginbadges
Download badges for plugins hosted on Spigot, DevBukkit, Ore, and GitHub.
https://github.com/dscalzi/pluginbadges
badge bukkit devbukkit ore spigot sponge
Last synced: about 1 month ago
JSON representation
Download badges for plugins hosted on Spigot, DevBukkit, Ore, and GitHub.
- Host: GitHub
- URL: https://github.com/dscalzi/pluginbadges
- Owner: dscalzi
- License: mit
- Created: 2019-01-13T01:44:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:40:45.000Z (about 2 years ago)
- Last Synced: 2024-11-02T05:50:30.328Z (3 months ago)
- Topics: badge, bukkit, devbukkit, ore, spigot, sponge
- Language: JavaScript
- Homepage: https://pluginbadges.glitch.me/
- Size: 187 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Plugin Badges
Download badges for plugins hosted on Spigot, DevBukkit, Ore, and GitHub.
Create badges using the following website. https://pluginbadges.glitch.me/
### How it Works
The download numbers will be pulled from each site specified and combined. The total value will be displayed on the badge.
### Format
`https://pluginbadges.glitch.me/api/v1/dl/-.svg`
Supports:
* **DevBukkit** (`https://dev.bukkit.org/projects/`)
* `?bukkit=`
* **Spigot** (`https://www.spigotmc.org/resources/`)
* `?spigot=`
* **Ore (Sponge)** ([Plugin Id](https://docs.spongepowered.org/stable/en/ore/routes/project.html))
* `?ore=`
* **GitHub** (`https://github.com//`)
* `?github=/`You can connect multiple parameters with `&`. Supports most https://shields.io/ parameters. Please file an issue if any are missing.
#### Example
```
https://pluginbadges.glitch.me/api/v1/dl/SkyChanger-limegreen.svg?spigot=skychanger.37524&bukkit=skychanger&ore=skychanger&github=dscalzi/SkyChanger&style=for-the-badge
```![Example Image](https://pluginbadges.glitch.me/api/v1/dl/SkyChanger-limegreen.svg?spigot=skychanger.37524&bukkit=skychanger&ore=skychanger&github=dscalzi/SkyChanger&style=for-the-badge)
### Supported Query Terms
* `?style=` `[plastic, flat, flat-square, for-the-badge, social]`
* Demos can be viewed on https://shields.io/#styles* `?labelColor=` The color of the left side of the badge.
---
#### Using PluginBadges? Add a ⭐