4️Customizing Messages

In the third configuration file (messages.json), you can fully customize all messages displayed by the plugin. The plugin supports MiniMessage formatting for colors and clickable text.

Example message:

"linked": "<green>Your account was linked successfully. ([discordUsername])</green>"

Example customization:

"linked": "<blue>Successfully linked your account with Discord user: [discordUsername]</blue>"

Available placeholders:

  • [discordUsername] – Discord username

  • [discordId] – Discord user ID

  • [linkUrl] – OAuth2 login link


Editing Web Pages

The HTML files used by the plugin are located in the web folder inside the plugin directory. You can fully customize these files to match your server's branding – for example, add your own logo, change colors, or update the displayed text.

Last updated