Skip to content

API Clan rename

SolWayward edited this page Feb 11, 2026 · 2 revisions

Clan rename

Endpoint: gm.clan.rename

Syntax

gm.clan.rename <clan> <newName>

Parameters

Parameter Type Required Description
clan string Yes Clan identifier (StringId or partial name match)
newName string Yes New name for the clan. Use SINGLE QUOTES for multi-word names.

Description

Renames the specified clan. Use single quotes for multi-word names (double quotes don't work in TaleWorlds console).

Examples

Rename a clan to a single word:

gm.clan.rename clan_empire_south_1 NewClanName

Output:

Clan renamed from '{Previous Name}' to 'NewClanName' (ID: {clan_id})

Rename with multi-word name:

gm.clan.rename clan_empire_south_1 'Southern Empire Lords'

Using named arguments:

gm.clan.rename clan:clan_empire_south_1 newName:'Southern Empire Lords'

Notes

  • Single quotes must be used for multi-word names
  • The rename persists through save/load cycles
  • The clan's StringId remains unchanged

Related Commands

Last Updated: 2026-02-10

BLGM Version: 1.3.14.3 Bannerlord Version: e1.3.1

Quick Links

🏠 Home | Quick Reference | Syntax Guide


Hero Commands
Clan Commands
Kingdom Commands
Settlement Commands
Item Commands
Troop Commands
Caravan Commands
Bandit Commands
Query Commands

Clone this wiki locally