Ultimate Links

Link all you want! Create custom in-game links easily and optional prefixes.

220

Quick challenge

How far can you run before the mobs catch you?

Ultimate Links

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 commands - `ultimatelinks.op` – allows admins to manage links - Short command alias `/ul` for 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

```yaml 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 ```

ADS