ServerLinksPlus
Clickable links players can access through commands
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
ServerLinksPlus
ServerPlus
> Clickable links, server rules, socials & more, all fully customizable from one clean config.
ServerPlus gives your server a polished, professional feel with a set of essential player-facing commands. Every message, color, URL, hover tooltip and header is editable in `config.yml`, no restarts needed thanks to `/serverplus reload`.
---
---
✨ Features
- 📡 Zero dependencies — messages open URLs directly in the player's browser on click - 🎨 Zero dependencies — legacy `&` codes *and* 24-bit `&#RRGGBB` hex colors - 🗒️ Zero dependencies — custom text shown when hovering over any link - ⚡ Zero dependencies — `/serverplus reload` applies all config changes instantly - 🔒 Zero dependencies — enable or disable each command independently - 📋 Zero dependencies — numbered, fully customizable rule list - 🗳️ Zero dependencies — list as many voting URLs as you want - 📣 Zero dependencies — show all your links in one neat command - 🧩 Zero dependencies — no other plugins required
---
📜 Commands
| Command | Description | Permission | Default | |---|---|---|---| | `/website` | Clickable link to your website | `serverplus.website` | Everyone | | `/discord` | Clickable Discord invite link | `serverplus.discord` | Everyone | | `/store` | Clickable donation/store link | `serverplus.store` | Everyone | | `/vote` | All voting site links at once | `serverplus.vote` | Everyone | | `/rules` | Displays your server rules | `serverplus.rules` | Everyone | | `/socials` | All social media links at once | `serverplus.socials` | Everyone | | `/serverplus reload` | Reloads config.yml live | `serverplus.reload` | OP only |
---
⚙️ Configuration
Everything lives in a single `config.yml`. Each command has its own section with full control over every line sent to the player.
```yaml website: url: "https://yourwebsite.com" header: "&8&m----&r &6&lServerPlus &8&m----" message: "&7Visit our website: &b&n{url}" hover: "&eClick to open our website!" footer: "&8&m-------------------" ```
Color code reference
| Code | Result | |---|---| | `&a` – `&f` | Standard Minecraft colors | | `&#FF5733` | Any 24-bit hex color | | `&l` | Bold | | `&n` | Underline *(recommended for links)* | | `&o` | *Italic* | | `&r` | Reset formatting |
Vote sites — add as many as you want
```yaml vote: sites: - name: "Planet Minecraft" url: "https://planetminecraft.com/server/yourserver" message: "&a➜ &7Planet Minecraft: &a&n{url}" hover: "&eVote on Planet Minecraft!" - name: "TopG" url: "https://topg.org/minecraft-servers/server-yourserver" message: "&a➜ &7TopG: &a&n{url}" ```
Rules — fully customizable list
```yaml rules: number-format: " &c{number}&7. " list: - "&fBe respectful to all players." - "&fNo hacking, cheating or exploiting." - "&fNo spamming or excessive caps." ```
Socials — all your links in one place
```yaml socials: links: - message: " &5Discord &8» &5&n{url}" url: "https://discord.gg/yourserver" hover: "&eJoin our Discord!" - message: " &9Twitter &8» &9&n{url}" url: "https://twitter.com/yourserver" hover: "&eFollow us on Twitter!" ```
---
🚀 Installation
1. Drop `ServerPlus.jar` into your server's `/plugins` folder 2. Start or restart the server 3. Edit `plugins/ServerPlus/config.yml` with your real links and messages 4. Run `/serverplus reload` in-game — done!
> Requires: PaperMC 1.21+ · Java 21+
---
*Made with ❤️ by rradajbi*