Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.05 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.05 KB

Explosive Gaming Command Library for Clustorio

This is a plugin for Clustorio which provides an extension of the base game command api.

Installation

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

Building from source

  1. Create a external_plugins directory within your clustorio instance.
  2. Clone this repository into that directory: git clone https://github.com/explosivegaming/clustorio-exp-commands
  3. Install the package dev dependencies: npm install
  4. Build the plugin: npm run prepare
  5. Add the plugin to your clustorio instance: npx clustorioctl plugin add ./external_plugins/clustorio-exp-commands

Contributing

See Contributing for how to make pull requests and issues.