DiscordIntegration
DiscordIntegration
This mod combines your Discord to your Minecraft server.
This is a server-side mod and therefore don't need to be on the client.
IF YOU ARE UPDATING FROM BELOW VERSION 3.0.0 TO VERSION 3.0.0 OR ABOVE, REGENERATE THE CONFIG FILE!
It comes with some Minecraft commands that all can be found under /discord
.
/discord config <reload/load/save>
/discord tps [--color]
/discord online
/discord unstuck
/discord uptime
You can add custom commands that will execute a Minecraft command.
There is also the ability to disable, add aliases and limit usage to specific roles on commands.
It allows you to configure which messages should be sent between Discord and Minecraft.
- Discord => Minecraft
- Chat
- Minecraft => Discord
- Chat
- Startup
- Shutdown
- Crash (No promise it's "gonna catch em all")
- Player join
- Player left
- Player death
- Achievements
Guide on how to get the information needed from Discord can be found on the wiki at https://wiki.discordintegration.net/How-to-get-a-token-and-channel-ID-for-Discord
This mod is not affiliated with Discord in any way.
Really nice, thanks for the mod!
I miss only one thing:
I tried to create a "!help" command with the descriptions of the custom commands I added. So this command executes the minecraft command "/say MY CUSTOM COMMAND LIST" But unlike other commands the custom configured /say command has no discord output at all.
E.G.
- "!tps" -> "discord tps"
--> using it the tick statistic is shown in discord.
- or I defined "!unstuck" -> "/tp {ARG_1} ~ ~1 ~"
--> discord tell me the user was teleported to... the coords one block above. ^^
But say does nothing.
(to be clear: a say in console is printed in discord as expected with [Server])
Now I have this !help command in discord only printing my command list discription to the minecraft world :D :D :D
Is there a possibility to either
- print a custom text to discord only by a command?
(sth like "discord say" or anything?)
- or to output the minecraft say of my custom !help command to discord as well?
(maybe by adding the option "relayCommands": true inside its definition?)
Sth like this would be very nice!
In reply to Eld0r12630:
ok I found a workaround!
Just the say command is hidden but if a entity execute a say it shows up 😊
{"name": "help",
"command": "execute @e[c=1] ~ ~ ~ say info:\r\n commands",
"enabled": true}
info: [c=1] for Bedrock Edition / [limit=1] for Java Edition
With this command the closest entity to.. I-do-not-care.. prints the help in the Chat (ingame and discord). In my case:

Sufficient / close enouth 😂
RE: My last message, I'm trying
But it doesn't seem to be doing the trick. What am I missing? Does it only work for messages and not commands?
How do I stop it from saying that someone executed a command, I tried.
In reply to ALDUMGAMES:
I assume you search for this:
{"discord": {},
"minecraft": {
"dimensions": {
"generic": {
"relayCommands": false
}}}}
I'm a little unsure of how to prevent the channel from being spammed with [Server] Executed save-all
I know there are options to set up a custom rank and then disable that in the channel, but what rank is the server, or how would I do this?
Is there a reason the config file wouldn't be generating? I know it's a folder called Chikachi, but it's not generating.
In reply to critflaw:
In reply to Hellot1m:
Is there a way I can have executed commands go to a different channel than the rest of chat?
In reply to DustahFeryn:
In reply to DustahFeryn:
In reply to DustahFeryn:
In reply to DustahFeryn:
Would it be possible for an option for "repeated message" suppression to be added to the bot? I'd be looking for Minecraft -> Discord. In particular, if a message was the same as the previous one, to start counting them instead, and then print a total either after some time without a message or a different message was sent.
I like having the executed commands go to discord. It helps me keep an eye on the other moderators on my server. However, I'd like the /tell command to be private.
Is there somewhere that I can get a newer version of the mod that has the "Added ability to ignore commands using regexp" commit included?
Are you able to use multiple Bot tokens, so that multiple different bots in different servers can be run by the mod?
In reply to 77WISHER77:
In reply to Chikachi:
I dont get a quick start config just the long confusing one
In reply to sdatag_gaming: