This plugin is a simple configurable discord link plugin, it is very easy to use and 100% configurable.
COMMANDS: /discord - sends discord link
/discord reload - reloads config
/discord cooldown (cooldownTime) - change cooldown time
PERMISSIONS discordlink.cmd - allows permission to use /discord
discordlink.admin - allows permission to use /discord (reload/cooldown)
#===================================== #DiscordLink Configuration #------------------------------------- #Use MC chat color codes to change message colors #Chat Color Docs: https://www.digminecraft.com/lists/color_list_pc.php #=====================================
#put the discord prefix here prefix: '&3&lDiscord:'
#put your discord link here link: '{PREFIX} &bdiscord.gg/yourlinkhere'
#change the cooldown time and message for the command here: #time is in seconds (set to 0 for no cooldown) #use {COOLDOWN} to get remaining time cooldown: time: 5 message: '&cYou cannot execute that command for &b{COOLDOWN} &cseconds' admin-bypass: true