ServerLinksPlus

ServerLinksPlus

Clickable links players can access through commands

51 downloads

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.


EliminationPlus


โœจ Features

  • ๐Ÿ“ก Clickable links โ€” messages open URLs directly in the player's browser on click
  • ๐ŸŽจ Full color support โ€” legacy & codes and 24-bit &#RRGGBB hex colors
  • ๐Ÿ—’๏ธ Hover tooltips โ€” custom text shown when hovering over any link
  • โšก Live reload โ€” /serverplus reload applies all config changes instantly
  • ๐Ÿ”’ Per-command permissions โ€” enable or disable each command independently
  • ๐Ÿ“‹ Server rules โ€” numbered, fully customizable rule list
  • ๐Ÿ—ณ๏ธ Multiple vote sites โ€” list as many voting URLs as you want
  • ๐Ÿ“ฃ Socials panel โ€” 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.

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

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

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

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