Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
Platforms
Creators
Details
Licensed Apache-2.0
Published 4 months ago
Updated 2 weeks ago
UltimateLinks
UltimateLinks is a lightweight Minecraft plugin that allows server admins and players to create, manage, and share custom links in-game. It is designed for simplicity, flexibility, and multilingual support.
Tested on Minecraft 1.18+
Features
- Add, remove, and reload links directly in-game
- Customizable prefixes for each link
- Supports tab completion for commands
- Multilingual messages automatically detected from the player's client language
- Permissions support:
ultimatelinks.use– allows players to use link commandsultimatelinks.op– allows admins to manage links
- Short command alias
/ulfor faster access - GUI with all links
- configurable slots and items
Supported Languages
Currently supported languages (automatic detection):
- English (US) –
en_us.json(default) - German –
de_de.json
You can easily add more languages by creating a new JSON file in the lang/ folder following the same structure.
Usage
Commands
| Command | Description |
|---|---|
/ultimatelinks reload or /ul reload |
Reload the plugin configuration and links |
/ultimatelinks add <name> <link> [prefix] |
Add a new link. Optional prefix sets the chat message before the link |
/ultimatelinks remove <name> |
Remove an existing link |
/[linkname] |
Send the link in chat (e.g., /dc for Discord) |
/[guicommand] |
Opens a GUI with all links. |
Config Example
prefix:
enabled: true
default: "&aLink: &f"
gui-enabled: true
gui-command: links
slots: 7
# Beispiel-Links
dc: "https://discord.gg/yourserver"
dc-prefix: "&bOur Discord: &f"
dc-item: "diamond_sword" # or "player_head:Notch"
dc-slot: 2



