By using this plugin, players can communicate in-game with members of your Discord server and vice versa. This can be used by players who want to stay in touch with players in-game while outside of the Minecraft server.
Additionally, this plugin has a remote console feature that allows you to forward console messages to a designated text channel on Discord. Messages sent to this channel will be treated as commands by the server console. It is recommended that you restrict access to this channel to developers or high-ranking roles for security purposes. You can also use Discord's permissions to create a read-only console for trusted staff members.
The plugin also allows you to toggle the chat and console feature through the configuration file and can be refreshed with the
/discordsrv reload command by an OP or player with the
discordsrv.reload permission.
Installation
Visit the
Installation page on the wiki for clear and in-depth instructions on installing and setting up DiscordSRV.
First off, thank you from the bottom of my heart for the pizza. If you would like to donate, go to
https://scarsz.me/donate. $10 is the suggested amount but you can donate however much you would like- anything is a massive thank you from me. In the note put your Discord username and if you're in DiscordSRV's server you'll be set as a donator and you'll receive some neat perks in the future. If you donated without the note, send me a PM on Discord and I'll manually check it.
Developers
If you want to hook your plugin with DiscordSRV, you can do so by adding the Maven dependency or the DiscordSRV plugin jar (version 1.18.0 or later) to your project. For an example, refer to
DiscordSRV-ApiTest on GitHub. Make sure to include
DiscordSRV in the depends/softdepends list of your plugin's
plugin.yml file.
Data Collection Anything and everything shown at
https://bstats.org/plugin/bukkit/DiscordSRV will be visible to the public with your server included in the statistics. This is only for statistics; no private information of your server is sent. If you don't want your server included in this, specify the config option
MetricsDisabled and set it to
true in the config.yml file.
Update Checker DiscordSRV checks for updates using GitHub's API, and makes sure the version is safe to use via a minimum version (security feature), you may disable update checking by setting
UpdateCheckDisabled to
true in the config.yml file; however this may leave your server at risk if there is a security issue/exploit and you're running a vulnerable version.