This plugin logs any commands from the console and server operators to a Discord channel.
ALL commands will be sent, even /msg
, so being an OP is discouraged.
This plugin has been created for the skeetskeet Minecraft SMP. Some players have played other SMP's in the past with bad experience regarding admins. This was mainly due to admin abuse, like creative mode or giving themselves enormous amounts of gear and loot. Even though the admins on the skeetskeet SMP are trusted, we still built this plugin. If you say you can be trusted, why not be transparent?
- Go to the Discord Developer panel.
- Create a new Application with a new bot in it.
- Put the plugin JAR in your plugins folder.
- Start the server and shut it down immediatly.
- Go to your plugins folder and find the
config.yml
file for this plugin.- Update the
discordKey
with the Bot token created in step 2. - Update the
discordChannelID
with the Channel ID for the bot to send message to.
- Update the
- Start your server again and you're done!
- Java SDK 17
- Maven 3.8.x
Generate the hash of your downloaded file.
Powershell:
Get-FileHash .\{FILENAME}.jar
Compare the hash with the hash of your downloaded file from the GitHub Releases page.