A simple plugin to preserve server chat for players when rejoining a BungeeCord network, ProxyPreserveChat will also display messages the player missed while offline, useful to give context to conversations being held when the player joins, or continue a conversation easier after being kicked, this plugin is an addon for
ProxyChatBridge.
Put the ProxyChatBridge JAR in your BungeeCord plugins folder.
Put the ProxyChatBridge JAR in all Spigot plugin folders you require preserved chat.
Put the ProxyPreserveChat JAR in your BungeeCord plugins folder.
Code (YAML):
preserve:
sending: # Preserve ProxyChatBridge sending messages. -
"discord:(.*)"# Preserve all ProxyDiscordBridge messages. receiving: # Preserve ProxyChatBridge receiving messages. -
"(.*)"# Preserve all received messages.
# In blacklist mode, all servers listed will not preserve chat, in whitelist mode only the servers listed will preserve chat. mode: BLACKLIST
# BLACKLIST, WHITELIST. servers: # Server names. -
"example1" -
"example2" -
"example3"
Commands: /ppc - Plugin info
/ppc reload - Reload command