Add simple Discord bot to notify of Minecraft events

This commit is contained in:
2019-12-30 19:53:35 -06:00
parent d8ffc99fdd
commit 2da2a1affc
5 changed files with 173 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# {{ ansible_managed }}
module(load="omprog")
if ( $programname == "minecraft" ) then {
action(
type="omprog"
binary="{{ minecraft_opt_path }}/bin/minecraft-discord --config {{ minecraft_opt_path }}/etc/discord.cfg"
confirmmessages="on"
)
}