h1z1-server
    Preparing search index...

    Interface ContainerLootTableJson

    interface ContainerLootTableJson {
        merge?: "append" | "replace";
        pools: LootPool[];
        spawnChance?: number;
        type: "container";
    }
    Index

    Properties

    merge?: "append" | "replace"

    Plugin-only: "append" merges pools with base table; omit/replace overwrites.

    pools: LootPool[]
    spawnChance?: number

    Optional top-level spawn chance (0-100). Used by world entities (e.g. crates) to decide whether anything spawns at all when the container is broken/opened. Not used by the worker for searched container props.

    type: "container"