Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 ⭐