2024-12-29 23:29:41 +08:00

15 lines
412 B
Markdown

## eaglercraftXopts and search parameters
### noInitialModGui
- `processed.html?noInitialModGui=true`
or inside eaglercraftXopts
disables the mod gui display on startup
### Adding mods
Set eaglercraftXopts.Mods to an array of mod urls.
You can also use search parameters, eg:
- `processed.html?mod=https://example.com/mod.js`
- `processed.html?mod=https://example.com/mod.js&mod=https://example.com/mod2.js`