Aust1n46 / VentureChat

GNU General Public License v3.0
37 stars 46 forks source link

Chanel formating issue #117

Open pjindras opened 3 months ago

pjindras commented 3 months ago

Hello, I have the issue, that I have 2 servers, Suvival and Skyblock.

Channel for skyblock is is: skyblock: color: white chatcolor: white mutable: true filter: true autojoin: true default: true distance: 0 cooldown: 0 bungeecord: true permissions: None speak_permissions: None format: '{luckperms_prefix}{essentials_nickname}&r&f &7»' survival: color: gray chatcolor: gray mutable: true filter: true autojoin: true default: false distance: 0 cooldown: 0 bungeecord: true permissions: chat.admin speak_permissions: chat.admin format: 'Survival &c&l&r{luckperms_prefix}{essentials_nickname}&r&f &7»'

And channel config for skyblock is:

survival: color: white chatcolor: white mutable: true filter: true autojoin: true default: true distance: 0 cooldown: 0 bungeecord: true permissions: None speak_permissions: None format: '{luckperms_prefix}{essentials_nickname}&r&f &7»' skyblock: color: gray chatcolor: gray mutable: true filter: true autojoin: true default: false distance: 0 cooldown: 0 bungeecord: true permissions: chat.admin speak_permissions: chat.admin format: 'Skyblock &c&l&r{luckperms_prefix}{essentials_nickname}&r&f &7»'

The question is, I want survival messages to be seen normally on survival server and skyblock messages to be grayed out and with the Skyblock prefix

and the same with skyblock messages on skyblock server, can be seen normally and survival messages can be seen in gray and with the Survival prefix.

However, it does not work in this configuration, the formatting is random, sometimes everything is gray, sometimes everything is white, so how to achieve this?

Thank you.