Hello there,
Seeing how there is
in the language file in en you've got:
"RUST_OnClanCreate": ":family_mwgb: Clan [{clantag}] has been created.",
"RUST_OnClanDestroy": ":family_mwgb: Clan [{clantag}] has been disbanded.",
"RUST_OnClanChat": ":speech_left: [CLANS] {playername}: {message}",
Is there a way to make it so RUST_OnClanChat displays the Clans name like how creating and destroying clans does? I've tried adding the [{clantag}] after [CLANS] but it it did nothing but show "[CLANS] [{clantag}] Riiloo: test" on discord.
If theres an alternative way or if it even is possible, could someone explain how I would configure it to show the name of the clan? Cheers if you can
Seeing how there is
- log_clans
- log_clanchat
in the language file in en you've got:
"RUST_OnClanCreate": ":family_mwgb: Clan [{clantag}] has been created.",
"RUST_OnClanDestroy": ":family_mwgb: Clan [{clantag}] has been disbanded.",
"RUST_OnClanChat": ":speech_left: [CLANS] {playername}: {message}",
Is there a way to make it so RUST_OnClanChat displays the Clans name like how creating and destroying clans does? I've tried adding the [{clantag}] after [CLANS] but it it did nothing but show "[CLANS] [{clantag}] Riiloo: test" on discord.
If theres an alternative way or if it even is possible, could someone explain how I would configure it to show the name of the clan? Cheers if you can