This is a plugin for Clustorio which provides an extension of the base game command api.
To use this plugin you must already have a clustorio instance running, see here for clustorio installation instructions.
This module is currently not published and therefore can not be installed via npm
. Instead follow the steps for building from source
- Create a
external_plugins
directory within your clustorio instance. - Clone this repository into that directory:
git clone https://github.com/explosivegaming/clustorio-exp-commands
- Install the package dev dependencies:
npm install
- Build the plugin:
npm run prepare
- Add the plugin to your clustorio instance:
npx clustorioctl plugin add ./external_plugins/clustorio-exp-commands
See Contributing for how to make pull requests and issues.