A Spigot/Paper plugin that integrates with the Feather Client - Discord Rich Presence with live player count compatibility, server list background, and join messages.
A Paper/Spigot/Folia plugin that integrates your Minecraft server with the
Feather client. It adds Discord Rich Presence with a live
player count, a custom server-list background for Feather users, and a configurable
join message when a Feather player connects.
online/max player count that updates automatically.folia-supported, so it runs natively on all three)FeatherUtils.jar into your server's plugins/ folder.plugins/ as well (FeatherUtils depends on it).plugins/FeatherUtils/config.yml, then run /featherutils reload.All options live in plugins/FeatherUtils/config.yml:
| Key | Description |
|---|---|
background |
File name of the PNG placed in plugins/FeatherUtils/backgrounds/. |
discord-activity.enabled |
Toggle Discord Rich Presence on/off. |
discord-activity.image |
Direct link to the image shown in the activity. |
discord-activity.image-text |
Hover text for the image. |
discord-activity.state |
Top line; supports %player_count% and %max_players%. |
discord-activity.details |
Second line; supports the same placeholders. |
join-message.enabled |
Toggle the Feather join broadcast. |
join-message.message |
Message text; supports %player% and & color codes. |
join-message.permission |
If set, only players with this permission see the message. |
prefix |
Prefix used in command output. |
Place your background image at plugins/FeatherUtils/backgrounds/<background> (PNG only).
| Command | Description |
|---|---|
/featherutils reload |
Reloads the config and re-applies the background. |
/featherutils help |
Shows the help menu. |
| Permission | Description | Default |
|---|---|---|
featherutils.commands.use |
Use FeatherUtils commands. | op |
featherutils.receivemessages |
Receive Feather join messages. | true |
Veqtora