DiscordIntegration

DiscordIntegration

3M Downloads

Run commands from discord ingame

Orepheus opened this issue ยท 2 comments

commented

Base informations

Minecraft version:
1.12.2
DiscordIntegration version:
3.0.5
Server type and version: Forge/Spigot/Sponge
Forge-1.12.2-14.23.5.2847
Link to pastebin with (censored) config: Optional
https://pastebin.com/Xy4m8zW7

Expected behavior

Currently all I want it to do is send messages between minecraft and discord, and allow commands
to be run from discord ingame.

Actual behavior

When I add the lines noted in the pastebin, the bot does not turn on and nothing happens.
However, without the lines it works perfectly, minus the allowing commands to be run.

Steps to reproduce

Use the config I have linked.

commented

I've found an alternate config that lets me turn on the item without it collapsing. To clarify I would like to be able to run /say [message] in discord and have it run ingame. Is anything like this possible?

commented

Nevermind, I figured it out. For anyone else struggling, I added a new command.
{
"name": "say",
"command": "say {ARGS}",
"enabled": true,
"permissions": [
"role:insertrolenumberhere"
]