Skip to content

%player% variable in Messages.toml doesn't get properly applied to discordChatMessage #36

Description

@GoldenAppleGuy

In Messages.toml, the following block can be seen:

# PLACEHOLDERS:
# %player% - The player's name
# %msg% - The chat message
discordChatMessage = "%player%: %msg%"

However, when the messages are sent to the Discord channel, it displays the linked %user% string instead of the %player% string. The mismatch can be clearly seen in this screenshot, and its corresponding block in Messages.toml.

Image
# PLACEHOLDERS:
# %player% - The player's name
# %advName% - The advancement name
# %advDesc% - The advancement description
# %advNameURL% - The advancement name in an URL-Encoded form
# %advDescURL% - The advancement description in an URL-Encoded form
advancementMessage = "%player% just made the advancement **%advName%**\n_%advDesc%_"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions