Skip to content

1.18.2 Discord chat formatting inconsistent with recognising real users #3367

@TomLewis

Description

@TomLewis

Are you using MySQL?

Yes

Are you using a proxy?

Yes - Velocity

"/version ChatControlRed" - plugin version

11.6.2

Optional: Error log

No response

ZIP of "/chc debug"

Image

Look a the word DISCORD before the messages, anything with this prefix is sent from a discord channel that only verified users (who are also a specific rank/role) can access.

You can see the user Tulipps write in normal global chat, and then again via discord, their full username colors are displayed as tho they were in-game via discord, im not actually sure how it pulls this information because its sent via discord, but its brilliant, BUT theres an issue, it only works part of the time, as you can see Ironic_iron messages from discord, and first of all theres no username at all, then he messages again and its just his username but its not displayed him in game like Tulipps was, I just wrote in the chat myself and it was displaying fine, then randomly did the same thing where my name wasn't displayed at all just like this.

Steps to reproduce

heres a simplified version of whats happening, it shows the prefix for discord and then the color of the username, say for me the owner or normal players, theres no specific discord colors set.

Parts:
  discord-prefix:
    Message: '&8DISCORD '
    Sender_Condition: '{sender_is_discord}'
  Prefix:
    Message: '{player_prefix}'
  player-nick-owner:
    Message: '<gradient:#B313FF:#FF357B>{player_nick}</gradient>'
    Sender_Permission: chatgroup.admiral
    Hover:
    - '&cIm Busy.'
    - '<#CD5C5C>Click my name to get help.'
    Suggest_Command: '/msg {player} '
  Player:
    Message: '{player_nick}'
    Sender_Permission: chatgroup.default
    #Sender_Condition: '{sender_is_player}'
    Hover:
    - '&7{player_prefix}{player} {player_suffix}'
    - '&7Ping&8: &e{player_ping}'
    - '&7Rank&8: &e{player_group}'
    - '&7Crew&8: &e{simpleclans_clan_color_tag}'
    - '&7Crew Rank&8: &e{simpleclans_rank_displayname}'
    - '&7Click to /msg {player_name}&r'
    - ''
    - '&7Posted: &e{date}'
    Suggest_Command: '/msg {player} '

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions