Some mods target the Mono version of the game, which is available by opting into the Steam beta branch "alternate"

AutoCommands
Runs console commands on a schedule
Last updated | 2 weeks ago |
Total downloads | 359 |
Total rating | 1 |
Categories | Mods Tools Mono |
Dependency string | Michiyo-AutoCommands-0.4.0 |
Dependants | 0 other packages depend on this package |
README
AutoCommands
AutoCommands is a mod for Schedule I that allows you to automatically run console commands on a timer — ideal for tasks like saving, clearing trash, or spawning items.
Created by Michiyo, this mod brings simple automation to the in-game console system.
💡 Features
- Run any console command at configurable intervals
- Supports multiple commands defined through MelonPreferences
- Disable any command by setting its interval to
0
- Only executes when you're the host or in single player
- Logs each command execution with timestamp
⚙️ Configuration
Settings are stored in MelonPreferences.cfg
under [AutoCommands]
.
Example:
[AutoCommands]
CommandCount = 3 # How many AutoCommand slots to load
Command_0 = "cleartrash; 10" # Example: Run 'cleartrash' every 10 seconds
Command_1 = "save; 0" # Disabled by default (0 = off)
Command_2 = "give ogkush 5; 5" # Give item every 5 seconds
CommandCount determines how many command slots are loaded, defaults to 5.
Each command is formatted as:
<command string>; <interval in seconds>
Commands with an interval of 0
are skipped.
🔧 Installation
- Install MelonLoader for Schedule I (Mono version)
- Place
AutoCommands.dll
in theMods/
folder - Launch the game and check the console for
[AutoCommands]
logs
✅ Compatibility
- Game: Schedule I
- Runtime: Mono (not IL2CPP)
🪪 License
Free to use, modify, and redistribute. Attribution is appreciated but not required.
🙌 Credits
- Michiyo – Development