This Plugin provides an Interface to a Jabber (XMPP) account. Use this it you want to be able to relay all ingame chat to specific users. It also sends a message on player login or logout.
#Default Configuration File #XMPP Settings xmpp: server: jabber.org #Jabber Server user: user #Jabber username without @server.domain password: pass sasl: true port: 5222 status: 'My Minecraft Server' #Online Status Message #XMPP Users to recieve ingame Chat users: - '[email protected]|MinecraftLogin' #Format like [email protected] separated by a "|" and followed by the Minecraft login name op-users: - '[email protected]' messages: connect: logged in disconnect: logged out