mark2devel / mark2

Minecraft Multi Server Wrapper Written in Python with Twisted; Pull Requests HIGHLY Encouraged, Collaborators Needed Discord: https://discord.gg/zymJygHNpv
Other
208 stars 44 forks source link

Define servers folders in to config. #76

Closed thomas15v closed 3 years ago

thomas15v commented 7 years ago

I wonder if it would be possible to let us define default servers that are always running.

So we could do the following:

This would be amazing since I allow my console moderators trough a user called "console@server.com" with the shell set to "mark2 attach". However if a server has stopped by accident, its impossible to restart it trough that.

gsand commented 7 years ago

Why not use shell scripts?

thomas15v commented 7 years ago

We already figured that ~hold is a thing in mark2, although we still have moderators that accidentally use stop but its already become a rarity.

gsand commented 7 years ago

Idea: If shutdown plugin is enabled, prevent the use of "stop" command. Relevant event

Column01 commented 3 years ago

Idea: If shutdown plugin is enabled, prevent the use of "stop" command. Relevant event

This seems like something that would cause confusion for most, also what if you need to take a server off the wrapper? You'd need to do ~stop, wait for it to stop and then finally ~kill

Column01 commented 3 years ago

Gonna close it cause the suggestion is old and the initial issue was fixed.