Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Creators
Details
Licensed MIT
Published 7 hours ago
๐ฐ DonatePlugin
A simple and customizable Paper 1.21+ plugin that lets players easily access your serverโs donation link with beautiful formatted messages using MiniMessage.
โจ Features
- ๐ฌ Fully customizable donate message
- ๐ Clickable donation link
- ๐จ Supports MiniMessage formatting (colors, hover, click events)
- โ๏ธ Config-based storage (
config.yml) - ๐ Permission-based admin commands
๐ฆ Commands
| ๐ป Command | ๐ Description |
|---|---|
/donate |
Show the donate message |
/setdonate <url> |
Set the donation link |
/setdonatemessage <message> |
Set the donate message (MiniMessage supported) |
๐จ MiniMessage Formatting Guide
This plugin supports MiniMessage, allowing you to fully customize text with colors, styles, gradients, and more.
๐ Colors
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>
โจ Text Decorations
<bold>Bold</bold>
<italic>Italic</italic>
<underlined>Underlined</underlined>
<strikethrough>Strikethrough</strikethrough>
<obfuscated>Magic</obfuscated>
You can combine them:
<bold><red>Important!</red></bold>
๐ Gradient Text
Smooth color transitions:
<gradient:red:yellow>Gradient Text</gradient>
Multiple colors:
<gradient:#ff0000:#00ff00:#0000ff>Rainbow Text</gradient>
๐ Rainbow Effect
<rainbow>Colorful Text</rainbow>
๐ฏ Reset Formatting
Reset all styles:
<reset>Normal Text</reset>
๐งฑ Nested Formatting
MiniMessage supports nesting:
<bold><gradient:gold:yellow>Shiny Text</gradient></bold>
๐ Permissions
| Permission | Description |
|---|---|
donate.admin |
Allows use of admin commands |
โ๏ธ Configuration
Located in config.yml:
donate-link: "https://example.com/donate"
donate-message: "<gold>Support the server! </gold>"


