This plugin allows you to use commands on your server's console through discord.
- Place the plugin jar in your server's plugins folder.
- in
plugins/bukkit-discord-console/config.yml
:- Create an application on https://discord.com/developers/applications.
- In the Bot category, copy your token and place it in the token parameter.
- Ready! Turn on the server and check if the plugin has been enabled correctly.
- The default prefix is
_
. Don't forget to put it on before executing any command. - Run the "ping" command to verify that the bot has been enabled correctly.
- You can mention the bot to get some information.
- Run
executor <command>
to run a command at the server console.
- Clone this repository using Git.
- Create the project with Gradle (terminal):
linux: ./gradlew
windows: gradlew
- Submit Pull Requests to help improve the project.