DiscordLink is a lightweight, modern plugin that provides seamless, real-time integration between your Velocity Minecraft server and your Discord community.
With DiscordLink, players can securely link their Minecraft accounts with Discord using OAuth2 — no need to manually enter codes.
-
🔗 Account Linking via OAuth2 Players can easily and securely link their accounts through a simple Discord authorization flow — no code entry required.
-
⚙️ Highly Configurable Easily adjust settings and customize the integration to fit your server's needs.
-
🚀 Optimized for Performance Designed specifically for Velocity to ensure minimal resource usage and fast response times.
-
🧩 PlaceholderAPI Support (only on Paper) Feel free to use placeholders from PlaceholderAPI. DiscordLink itself provides placeholders for Discord account name and id.
-
🤖 Event based commands You can define your own commands when someone links / unlinks their account. You can also use placeholders.
- Velocity or Paper Server
- LuckPerms plugin on your server
- Java 17 or newer
- MySQL or MariaDB database
- Open port for web server
- A Discord bot token with the required permissions
- A registered OAuth2 Discord application
DiscordLink is open source under the MIT License with a dedicated Patent License Addendum. You are encouraged to contribute, build your own versions, or replace bundled libraries to suit your needs.
This plugin uses several third-party libraries such as JDA, Gson, Kotlin Standard Library, and more. Full list and licenses can be found in the THIRD-PARTY.txt and licenses/ folder included with the plugin.
Found an issue? Have a feature request? Feel free to open an issue or submit a pull request on the project’s GitHub page.
- Chat synchronization
- Nickname synchronization
This project is licensed under the MIT License.
Additionally, the copyright holder grants a separate patent license addendum.
See the files LICENSE and PATENT-ADDENDUM.txt for full details.
This project uses Maven as its build system.
- Java 17 or newer
- Maven 3.6+
To build the plugin JAR, run:
mvn clean packageDue to the use of LGPL-licensed libraries (e.g., trove4j), you are allowed and encouraged to modify dependency versions or replace libraries as needed.
To do so:
- Edit the
pom.xmlfile to change versions or exclude/include dependencies. - Rebuild the project using the above Maven command.
This ensures compliance with the LGPL license terms, allowing you to replace or update third-party libraries and build your own version of this plugin.
This project bundles or depends on several third-party libraries, each with their own licenses. See THIRD-PARTY.txt and the licenses/ folder for details.
In addition to the MIT License, the copyright holder grants a perpetual, worldwide, non-exclusive, royalty-free patent license to use, modify, and distribute this software, to the extent patents owned by the copyright holder are necessarily infringed by the software as provided.
For full legal text, see PATENT-ADDENDUM.txt.
For questions, issues, or contributions, please open an issue or contact [your email or contact info].