mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 06:01:38 -09:00
15 lines
412 B
Markdown
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` |