Versions in this module Expand all Collapse all v0 v0.1.0 May 5, 2020 Changes in this version + type PluginConfig struct + Logger *logrus.Logger + MinecraftHostname string + NotificationMode string + Plugins []PluginInterface + Rcon rcon.RconClient + Sender botplug.BotSender + SharedMem sharedmem.SharedMem + Subscriber sharedmem.Subscriber + func New(logger *logrus.Logger, m sharedmem.SharedMem, rcon rcon.RconClient, ...) (*PluginConfig, error) + func (pc *PluginConfig) PushMessageEntry() *botplug.MessageOutput + func (pc *PluginConfig) ReceiveMemberJoinEntry(input *botplug.MessageInput) *botplug.MessageOutput + func (pc *PluginConfig) ReceiveMessageEntry(input *botplug.MessageInput) *botplug.MessageOutput + type PluginInterface interface + CommandName func() string + ReceiveMessage func(*botplug.MessageInput) *botplug.MessageOutput