powercasgamer / mServerLinks

MIT License
3 stars 2 forks source link

mServerLinks

This plugin allows you to add custom links to the Server Links feature added in 1.21. MiniMessage can be used in the names.

Get DEV builds here

Support

Everything should be self explanatory, but if you have any issues please open up an issue or ask me in my (test) discord here

Screenshots

Example config:

# mServerLinks | by powercas_gamer

# Possible values Type:
#  - REPORT_BUG
#  - COMMUNITY_GUIDELINES
#  - SUPPORT
#  - STATUS
#  - FEEDBACK
#  - COMMUNITY
#  - WEBSITE
#  - FORUMS
#  - NEWS
#  - ANNOUNCEMENTS
links {
  example {
    name="<red>Example"
    uri="https://example.com"
  }
  bug {
    name="Report a Bug"
    uri="https://example.com"
    type="REPORT_BUG"
  }
}
# Links that are only visible to players with the specified permission
# This currently works but is not recommended to use due to Spigot's implementation of the event.
player-links {
  staff-guide {
    name="Staff Guide"
    uri="https://example.com"
    permission="mserverlinks.staff"
  }
}
update-checker=false
bStats=true