DiscordLink was a quick plugin I put together upon a user requesting this over on the 'Bukkit Plugin Requests' forum.
Simply it allows players to use '/linkdiscord (/ld)' to link their discord name to their IGN and UUID where admins/other players can then lookup the discord name via the MySQL Database or by doing '/discordlookup (/dl)'.
NOTE: This plugin requires a MySQL Database to work. If requested I can update the plugin to not require this and store data in files instead.
Commands:
/linkdiscord (/ld)
/discordlookup (/dl)
Permissions:
dl.link - Permission to use /discordlink
dl.lookup - Permission to use /discordlookup
Config.yml:
Code (Text):
# DiscordLink created by AntTheAntster as a request for Bukkit 'Plugin Requests'
MySQL: # SQL Settings
Host: "localhost"
Port: "3306"
Database: "test"
Username: "root"
Password: ""