hexparrot / mineos-node

node.js implementation of mineos minecraft management
GNU General Public License v3.0
334 stars 170 forks source link

Cuberite support #88

Closed MrBretze closed 8 years ago

MrBretze commented 9 years ago

Suport cuberite in the profile ?

hexparrot commented 8 years ago

Support included tentatively through the qbrite branch:

https://github.com/hexparrot/mineos-node/tree/qbrite

Because of design decisions on behalf of cuberite, it is not simple to get the normal console as you do with other server software, so the "Cuberite Console" page is bare and feels half-baked. This is because the logs are named LOG_1446756006.txt rather than latest.log or something more dependable.

Not going to pull this into the master branch just yet till these things are worked out, but hopefully soon.

MrBretze commented 8 years ago

This version is stable ?

hexparrot commented 8 years ago

Stable, yes. Convenient to read the console? no.

MrBretze commented 8 years ago

dont work for me :/ http://puu.sh/lhYjF/f00ba2ff34.png

hexparrot commented 8 years ago

That's an OS issue, so you'll have to install the necessary dependencies, presumably through apt-get.

MrBretze commented 8 years ago

I use openSUSE not debian/ubuntu and zypper has already installed the GLIBCXX

hexparrot commented 8 years ago

MineOS is a front-end for Minecraft; it only attempts to execute the binary--if the binary can't be run from the command line, it can't be run from MineOS. Have you googled the error for an OpenSUSE solution?

MrBretze commented 8 years ago

Yes i googled for this error

hexparrot commented 8 years ago

and what did you find?