0.1.0 • Published 6 years ago

screepsmod-httpwelcome v0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

screepsmod-httpwelcome

A mod for the Screeps private server that allows to serve static welcome page for browser connections.

Installing

npm install screepsmod-httpwelcome

Then add the mod in mods.json.

Configuration

Default folder used as to serve static content is 'static'.

Copy your static webpage to that folder for it to be served. (If no webpage is found, default server behavior is enabled)

If you want to use a different folder, please specify it in .screepsrc :

webpagedir = yourfolder

License

This project is licensed under the MIT License - see the LICENSE.md file for details