Aust1n46 / VentureChat

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

Messages are not sperarated from the format prefix, when message is sent via alias #88

Open MarvinKlar opened 10 months ago

MarvinKlar commented 10 months ago

Hello,

I do use VentureChat on my server, but when I use a channel via the configured alias (/s in this case) there is no space between the message and the format prefix (The first message is sent normal via chat, and the second one via /s Test2): https://prnt.sc/7JEEBv29-b6l

Here is the configuration of the channel:

  Sprechen:
    color: green
    chatcolor: green
    mutable: true
    filter: false
    autojoin: true
    default: false
    distance: 15
    cooldown: 0
    bungeecord: false
    alias: s
    permissions: None
    speak_permissions: None
    format: '&8[Sprechen] &7{faction_playertitle} {player_displayname}:&a'

PaperMC Version: 1.17.1 VentureChat version: 3.6.0

Aust1n46 commented 10 months ago

Could be because you have an extra color code at the end of your channel format. That isn't needed when you have a chatcolor set.

MarvinKlar commented 10 months ago

Thanks for your reply! Thats sadly not the reason. What else can I do?

Aust1n46 commented 10 months ago

I don't know what to tell you. It doesn't do that for me.

You could continue to debug it yourself by using default configs and a test environment with just VentureChat and it's required dependencies.