MiraWaNeko / DiscordIntegration

Communicate between Minecraft and Discord
https://discordintegration.net
GNU Affero General Public License v3.0
88 stars 41 forks source link

Run commands from discord ingame #198

Closed Orepheus closed 4 years ago

Orepheus commented 4 years ago

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.

Orepheus commented 4 years ago

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?

Orepheus commented 4 years ago

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