This mod provides a developer console (REPL) for Luanti inside a web browser.
First time setup:
- Run
npm installin this folder - Add "developerconsole" to your
secure.http_modsin the Luanti settings
To use:
- Enable
developerconsolemod in your world - Start server application using
node server.js(you can leave it running in the background) - Launch Luanti game or server
- Open http://localhost:3001/ in your browser, happy hacking!
to be done
