barneygale / mark2

minecraft server wrapper, written in python with twisted
Other
105 stars 27 forks source link

Allow customisation of unknown command based monitor pattern? #105

Closed ghost closed 9 years ago

ghost commented 10 years ago

Would it be possible to allow us to customize the pattern for the unknown command check in monitor.py? The current pattern causes mark2 to restart our server due to having a different response to a unknown command.

edk0 commented 10 years ago

We can definitely add that.

In the meantime, you can set something like:

plugin.monitor.crash-enabled=false
ghost commented 10 years ago

Thanks! Will use the workaround till then.

gsand commented 10 years ago

Unknown Command Message regex. (In my case, it's: Ooops, that command is invalid) plugin.monitor.crash-unknown-cmd-message=Ooops* Crash Detection Command (only modify if there is a command that messes with it.) plugin.monitor.crash-check-command=

gsand commented 10 years ago

@edk, @barneygale or @TehRainbowGuy

Please close this issue.