CodeCrafter47 / FreeBungeeChat

chat plugin for bungeecord
GNU General Public License v3.0
3 stars 11 forks source link

per-server chat format #13

Closed jonthesquirrel closed 7 years ago

jonthesquirrel commented 7 years ago

I have a spigot server and a vanilla server that are linked with bungee, and would like to show prefixes from the spigot server. However this makes chat in the vanilla server not work because there is no plugin to get the prefix prefix on the vanilla server. A solution to this could be a way to configure a different chatFormat for each server, so servers that have the plugin can use more placeholder and still work with vanilla servers.

jonthesquirrel commented 7 years ago

I just realized this feature is in the dev build.