Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
EzBanners - Minecraft server banner generation

EzBanners.org delivers dynamic Minecraft server banners powered by live plugin data. The plugin securely syncs your server stats to your banner API so you can embed up-to-date images across forums, vote pages, Discord, and listing sites.
✨ Highlights
- Live banner data: Push current server stats to your banner API on a timed sync.
- Secure syncing: Token + HMAC signatures on every request.
- Async networking: Non-blocking HTTP with retry/backoff logic.
- PlaceholderAPI support: Pull custom values when PlaceholderAPI is installed.
- Wide compatibility: Bukkit/Spigot/Paper 1.7–1.21+.
🚀 Quick Start
- Drop
EzBanners.jarinto yourplugins/folder. - Start the server once to generate
plugins/EzBanners/config.yml. - Configure
api.endpointandapi.token, or run/ezbanners link <token>. - (Optional) Configure
placeholderapi.mappingsif you use PlaceholderAPI. - Restart or reload and the sync will begin automatically.
🧰 Command
| Command | Description | Permission |
|---|---|---|
/ezbanners link <token> |
Link your server to the API token. | ezbanners.link |
🔗 Links
- EzBanners.org — Dashboard + banner designer: https://ezbanners.org
- EzPlugins Discord — Support, previews, and announcements: https://discord.gg/yWP95XfmBS
Example banner result

🧾 Sync Payload Notes
- Each sync sends the token, server UUID, timestamp, HMAC signature, and enabled data fields.
- TPS and PlaceholderAPI values are only sent when available.
- HTTP requests are async and never block the main thread.
Information
| Category | Developer Tools |
|---|---|
| Published on | December 28, 2025 |
| License | MIT |
| Downloads | 2 |
| Stars | 1 |
| Watchers | 1 |
Addon