Skip to content

Ker35-dev/LinksGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

LinksGUI | Easily Share Server Links in a Clean GUI

LinksGUI is a lightweight, fully customizable plugin that lets you share your server’s website, Discord, social links, store, or anything else — all from a simple and beautiful GUI menu.


✨ Features

  • /links command opens a GUI with configurable icons and URLs
  • Supports clickable items that open web pages
  • Easy configuration via config.yml and messages.yml
  • Works with all modern Paper/Folia forks (1.16+)
  • Lightweight and optimized for performance
  • Supports Bungee and Velocity networks with placeholders

📦 Download

Grab the latest release from: 👉 SpigotMC Resource Page
👉 ker35.com


🧪 How It Works

  1. Player runs /links (or /link)
  2. A GUI menu opens with links/icons you define in config.yml
  3. Clicking an icon opens the associated URL in their browser

You can fully customize:

  • GUI title & size
  • Icon material & display name
  • URLs
  • Per-item lore/descriptions

⚙️ Installation

  1. Place the .jar in your server's /plugins folder.
  2. Start your server to generate config files.
  3. Edit config.yml and messages.yml to your liking.
  4. Reload the plugin with /links reload (or restart the server).

🧾 Commands & Permissions

Command Description Permission
/links Opens the links menu linksgui.use
/links reload Reloads plugin config/messages linksgui.reload

🛠️ Configuration

Example config.yml:

guiSize: 9
title: "&bUseful Server Links"
links:
  discord:
    slot: 0
    material: ENDER_EYE
    displayName: "&9Join our Discord"
    lore:
      - "&7Click to connect"
    url: "https://discord.gg/yourserver"
  store:
    slot: 1
    material: EMERALD
    displayName: "&aVisit Our Store"
    lore:
      - "&7Support t

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published