delivery_shop
Configures a rotating delivery shop: NPC spawn schedule, item pool, and FOMO rotation mechanics — manifest entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | delivery_shop |
| Type | Manifest |
| Color | Purple |
| Icon | mdi:truck-delivery |
Fields
| Field | Type | Description |
|---|---|---|
schedule | String | Cron expression or interval for when the shop appears (e.g. '0 14 * * 7' for Sundays at 2pm) |
npcDefinition | Ref<EntityDefinitionEntry> | The NPC entity definition used as the merchant appearance |
itemPool | List<DeliveryPoolItem> | Pool of items randomly selected each rotation |
poolSize | Int | Number of items drawn from the pool each rotation |
buybackMultiplier | Double | Multiplier applied when buying back animal resources from players |
durationMinutes | Int | Duration in minutes the merchant stays spawned |
spawnWorld | String | World name for the spawn location |
spawnX | Double | Spawn X coordinate |
spawnY | Double | Spawn Y coordinate |
spawnZ | Double | Spawn Z coordinate |
spawnYaw | Float | Spawn yaw |
Usage Example
- entry: delivery_shop
name: "Configures a rotating delivery shop: NPC spawn schedule, item pool, and FOMO rotation mechanics"
schedule: ""
npcDefinition: ""
itemPool: []
poolSize: 0
buybackMultiplier: 0
durationMinutes: 0
spawnWorld: ""
spawnX: 0
spawnY: 0
spawnZ: 0
spawnYaw: 0