Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.14 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.14 KB

bukkit-discord-console: External bukkit console!

This plugin allows you to use commands on your server's console through discord.

How to install

  • 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.

How to use

  • 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.

Contribute

  • Clone this repository using Git.
  • Create the project with Gradle (terminal):
linux: ./gradlew
windows: gradlew