Aust1n46 / VentureChat

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

[Bug] - Messages voiding and not being sent #42

Open StoneMcYT opened 1 year ago

StoneMcYT commented 1 year ago

I know this sounds weird but when i join one of my permission set channels my messages don't actually get sent i hope my lovely video explains it https://user-images.githubusercontent.com/67421882/189636924-6faf6358-8374-4c27-950c-a52614f6df33.mp4

Client logs: image

Server Logs:

image

Chanel config:

 Hobbits:
    color: cyan
    chatcolor: white
    mutable: true
    filter: true
    autojoin: false
    default: false
    distance: 0
    cooldown: 0
    bungeecord: true
    alias: h
    permissions: hobbit
    speak_permissions: None
    channel_prefix: '[Hobbits]'
    format: '{venturechat_channel_prefix} {vault_prefix}{player_displayname}&c:'
StoneMcYT commented 1 year ago

For some reason the vid attached didint work i hope this one works: https://youtu.be/wgM-V66nbyA

sudokou commented 1 year ago

Does the issue persist if you set mutable and filter both to false? I had a similar issue and I think it was my filters.

StoneMcYT commented 1 year ago

Let me test that

StoneMcYT commented 1 year ago

Tried setting it t false and there has been no change

image

Aust1n46 commented 1 year ago

Is your server a BungeeCord network? You have bungeecord set to true for that channel.

If your server is not a BungeeCord network, the message is going to be sent off into the void waiting for a response it will never get.