SIF Documentation
Streamer Integration Framework - Project Zomboid Mod
About SIF
The Streamer Integration Framework (SIF) is a comprehensive mod system for Project Zomboid that enables dynamic, viewer-driven chaos through channel point redeems, chat commands, and automated events.
All modules use single-line Lua table format optimized for Streamer.bot write-to-file integration. Simply copy the examples and paste them directly into your Streamer.bot actions.
Format: { type="moduleName", param1=value1, param2=value2 }
WIP tags are either not working or is still work in progress
Quick Start Examples
Spawn Viewer Zombie
{ type="circle_viewerZeds", viewer="YourViewer", number=5 }
Spawns 5 viewer-tagged zombies in a circle around the player
Teleport Player
{ type="moveTo", location="Louisville" }
Instantly teleports the player to Louisville
Spawn Vehicle
{ type="car" }
Spawns a random vehicle at the player's location
Make It Rain
{ type="zombierain", number=20, interval=30 }
Spawns zombies one by one like rain falling from the sky
Browse By Category
Use the sidebar navigation to explore all available modules, or click below to jump to a category: