BungeeCord#154
Conversation
With the release of BungeeCord, MSM because uncompatible. MSM is uncompatible because of the "stop" command being hardcoded into MSM. BungeeCord uses 'end' instead of 'stop', this fixes that. /* WARNING */ NOT TESTED, BUT WORKS IN THERY
|
Note: Sometimes has trouble detecting if server_is_running Server server.properties has to be like this otherwise it wont run at all
|
|
I merged your patch into my repo, but there were some issues (you were using server_eval instead of server_command, and you "fixed" a reference to stop that should have stayed the same), see the commit above. That should do the trick. I haven't actually tried bungeecord yet, that's next, but the base minecraft server should now work with both our commits. |
|
this is actually a bigger issue than your patch - there's a bunch of changes needed to get bungeecord fully supported. I have some of the pieces but not all, and I'll keep feeding them back as pull requests as mine are accepted. I don't remember the full list, but another one is abstracting out LOG_REGEX since bungeecord uses a different syntax. |
|
Bungeecord support would be a great addition! |
|
@IronTetsubo can you make your fix a PR? |
With the release of BungeeCord, MSM because uncompatible. MSM is
uncompatible because of the "stop" command being hardcoded into MSM.
BungeeCord uses 'end' instead of 'stop', this fixes that.
/* WARNING */ NOT TESTED, BUT WORKS IN THERY