https://github.com/alexprogrammerde/pistonserverlinks
Custom server links plugin for Minecraft 1.21+
https://github.com/alexprogrammerde/pistonserverlinks
Last synced: 27 days ago
JSON representation
Custom server links plugin for Minecraft 1.21+
- Host: GitHub
- URL: https://github.com/alexprogrammerde/pistonserverlinks
- Owner: AlexProgrammerDE
- License: apache-2.0
- Created: 2026-02-03T19:18:25.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-28T15:49:18.000Z (about 1 month ago)
- Last Synced: 2026-04-28T17:29:01.728Z (about 1 month ago)
- Language: Java
- Homepage: https://pistonmaster.net
- Size: 129 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# PistonServerLinks
Custom server links plugin for Minecraft 1.21+. Adds configurable links to the multiplayer server menu and pause screen.
## Features
- Global and per-player server links with permission-based visibility
- 10 predefined Minecraft link types (Website, Discord, Bug Report, etc.) + custom links
- [MiniMessage](https://docs.advntr.dev/minimessage/index.html) formatting for link names
- [PlaceholderAPI](https://github.com/PlaceholderAPI/PlaceholderAPI) and [MiniPlaceholders](https://github.com/MiniPlaceholders/MiniPlaceholders) support
- YAML configuration via [ConfigLib](https://github.com/Exlll/ConfigLib)
- Supports **Paper**, **Spigot**, and **Velocity**
## Downloads
- [Modrinth](https://modrinth.com/plugin/pistonserverlinks)
- [GitHub Releases](https://github.com/AlexProgrammerDE/PistonServerLinks/releases)
## Building
Requires Java 21+.
```bash
git clone https://github.com/AlexProgrammerDE/PistonServerLinks.git
cd PistonServerLinks
./gradlew build
```
Artifacts will be in `build/libs/`.
## Commands
| Command | Permission | Description |
|---------|-----------|-------------|
| `/pistonserverlinks` | - | Shows plugin version |
| `/pistonserverlinks reload` | `pistonserverlinks.reload` | Reloads configuration |
Alias: `/psl`
## License
[GPL-3.0](LICENSE)