Starbound

Starbound

The Tenantator: Deed & Tenant Management Tool
Depression Hurts, Eat More KFC  [developer] 19 Jul, 2018 @ 9:20pm
Vanilla Friendly Spawn-Commandable Deed Modifications Not Currently In The Tenantator
Tenantator Approved - all deeds below share the same compatibility cheatsheet found on the mod description page.

[Note: The Json Key-Value properties contained in the "deed" table for the items below can be merged together if you wish to create your own custom Item with multiple properties. Also remember that if you break the deed, the dropped deed item will revert back to a basic deed.]


Yearly Rent Timers
/spawnitem colonydeed 1 '{"shortdescription" : "^yellow;Colony Deed (Rent)","deed": {"rentPeriodRange":[31536000,31536000]}}'

This creates a deed that will make rent an annual occurance (in-game). You could rp a village holiday with the right timing.
To change the delay, change the two "31536000" integers. The values represent in-game time in seconds and the deed will randomly choose a number in-between the two values. Don't make the numbers larger than a 32bit integer.(~68 years of in-game time)

Double The Grace Period Before Tenant Leaves
/spawnitem colonydeed 1 '{"shortdescription" : "^yellow;Colony Deed (Grace Time)","deed": {"repairTimeRange":[360,360]}}'

Doubles the amount of time you have to fix the tenants house before they move out. (360 seconds)
To change the grace period modify the "360" integers. The values represent time in seconds and the deed will randomly choose a number between the two values.