A simple and customizable donate plugin link with beautifully formatted messages.
A simple and customizable Paper 1.21+ plugin that lets players easily access your server’s donation link with beautiful formatted messages using MiniMessage.
config.yml)| 💻 Command | 📖 Description |
|---|---|
/donate |
Show the donate message |
/setdonate <url> |
Set the donation link |
/setdonatemessage <message> |
Set the donate message (MiniMessage supported) |
This plugin supports MiniMessage, allowing you to fully customize text with colors, styles, gradients, and more.
You can use named colors:
<red>Hello</red>
<green>Success</green>
<gold>Warning</gold>
<blue>Info</blue>
Or hex colors:
<#ff0000>Red Text</#ff0000>
<#00ff00>Green Text</#00ff00>
<bold>Bold</bold>
<italic>Italic</italic>
<underlined>Underlined</underlined>
<strikethrough>Strikethrough</strikethrough>
<obfuscated>Magic</obfuscated>
You can combine them:
<bold><red>Important!</red></bold>
Smooth color transitions:
<gradient:red:yellow>Gradient Text</gradient>
Multiple colors:
<gradient:#ff0000:#00ff00:#0000ff>Rainbow Text</gradient>
<rainbow>Colorful Text</rainbow>
Reset all styles:
<reset>Normal Text</reset>
MiniMessage supports nesting:
<bold><gradient:gold:yellow>Shiny Text</gradient></bold>
---
| Permission | Description |
|---|---|
donate.admin |
Allows use of admin commands |
Located in config.yml:
donate-link: "https://example.com/donate"
donate-message: "<gold>Support the server! </gold>"