
This plugin lets you use minecraft commands in discord such as pay and all
MythicLink connects your Minecraft server with Discord — securely and beautifully. It links player accounts, exposes economy and player stats, and lets players use safe, server-approved commands from Discord.
/link <code>, /stats, /transactions [limit], /economystats, /playersearch <name>, /playerstatus <player>, /onlineplayers!balance, !pay <player> <amount>, !baltop, !linkstatus, !helpplugins/MythicLink/config.yml
discord:
enabled: true
token: "YOUR_DISCORD_BOT_TOKEN_HERE"
guildId: "YOUR_GUILD_ID"
channelId: "" # optional: restrict commands to this channel
prefix: "!"
statsCommandTemplate: "say MythicLink stats"
balanceCommandTemplate: "balance %player_name%"
payCommandTemplate: "pay %target% %amount%"
link:
codeTtlMinutes: 10
economy:
recordTransactions: true
maxTransactionHistory: 20
players:
trackPlayerStatus: true
maxSearchResults: 10
autoUpdateStatus: true
MythicLink-all.jar in plugins/discord.token (use an environment variable for security) and guildIddiscord.channelId to restrict to one channelMIT License. Contributions welcome.