Skip to content

API Kingdom pay_tribute

SolWayward edited this page Dec 23, 2025 · 1 revision

gm.kingdom.pay_tribute

Endpoint: gm.kingdom.pay_tribute

Syntax

gm.kingdom.pay_tribute <paying_kingdom> <receiving_kingdom> <amount>

Parameters

Parameter Type Required Description
paying_kingdom string Yes Kingdom paying tribute (StringId or partial name match)
receiving_kingdom string Yes Kingdom receiving tribute (StringId or partial name match)
amount integer Yes Daily gold amount to be paid as tribute

Description

Establishes a tribute payment arrangement where one kingdom pays a specified amount of gold daily to another kingdom. This represents a diplomatic arrangement often used after wars or to maintain peace. The tribute continues until manually ended or diplomatic status changes significantly.

NOTE: A kingdom cannot pay tribute to itself. The amount must be a positive integer. Tribute payments are typically used to represent vassalage, peace treaties, or protection arrangements between kingdoms.

Examples

gm.kingdom.pay_tribute battania empire 100

Output:

Battania will now pay 100 gold daily as tribute to Empire.

Using partial names with larger amount:

gm.kingdom.pay_tribute aser vland 250

Related Commands

Last Updated: 2025-12-23

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