Results 52 comments of Hornwitser
trafficstars

## Proposal To solve these issues I propose a (documented) `BasePlugin` class in lib/plugin that plugins extend and to change the `config.js` in plugins to `plugin.js`. ### plugin.js The `plugin.js`...

If you give a path to the require file it does not have to be loaded. If you give a reference to the master plugin class for example you have...

It was the intention that paths are relative to the plugin's own directory, I've edited the proposal to clarify. I guess specifying the plugin class in `plugin.js` is something you...

Having looked at how some master plugins and instance plugins are written it's clear that they share practically no code at all. So I think it's for the better that...

#242 has an implementation of line splitting and parsing of the output. It's based on the broad categories of output that Factorio makes and produces objects of the form ```json...

The remaining tasks before I will call this completed is - [ ] Implement dependency management that orders plugins such that dependencies comes before the dependent plugin and prevent start...

Usernames don't have spaces in them so you could separate the name and reason with that.

This is missing a way to do it through the web interface.

You should not have to install a plugin to paste in a list of names to add to the ban/admin/white lists.

I've been trying to get master.js to work with my proof of concept implementation, but so far there's been a lot of roadblocks. My idea for the configuration life cycle...