Skip to content

Minecraft plugin that allows servers to add custom links that appear in the game pause menu.

Notifications You must be signed in to change notification settings

CptbeffHeart/CustomServerLinks

Repository files navigation

Custom Server Links

Overview

CustomServerLinks Plugin is a simple yet powerful tool that allows servers to send custom links to players. With this plugin, you can enhance player interaction by providing easy access to external resources such as documentation, tutorials, or community links.

Usage

You can add "named links" or "typed links".

Named links

Named links name is customizable and support colors.
Named link exemple :

Site:
  name: "Site"
  link: "https://domain.com/"

Typed links

Typed links type is defined by mojang.
Generic-use link labels have native translations.
REPORT_BUG links which may appear on disconnect/crash screens.
Typed link exemple :

Site:
  type: "WEBSITE"
  link: "https://domain.com/"

Available types : REPORT_BUG, COMMUNITY_GUIDELINES, SUPPORT, STATUS, FEEDBACK, COMMUNITY, WEBSITE, FORUMS, NEWS, ANNOUNCEMENTS.
Default config.yml

Translation key Name
known_server_link.announcements Announcements
known_server_link.community Community
known_server_link.community_guidelines Community Guidelines
known_server_link.feedback Feedback
known_server_link.forums Forums
known_server_link.news News
known_server_link.report_bug Report Server Bug
known_server_link.status Status
known_server_link.support Support
known_server_link.website Website

Provided Services

Service type Availability
Updates for new MC versions
Bug fixes
Wiki updates
Feature requests
Customer support
Free user support
Optimization