Relative Content

Tag Archive for javadiscordbukkitdiscord-jdaspigot

How to Communicate between a discord bot and a spigot plugin?

I am making a discord bot in java for a project. The project includes a minecraft plugin and my bot. I need the mc plugin to be able to tell the bot when something happens in the minecraft sever, such as a command being executed, so that the bot can then can do what it needs to do. I also need the bot to be able to tell the plugin if something happens. How would I implement it so that the plugin can communicate with the bot?