Mineserver Community

Mineserver => Discussion => Topic started by: DevilGeek on April 04, 2013, 03:46:04 am

Title: Is it still alive ?
Post by: DevilGeek on April 04, 2013, 03:46:04 am
I, i'm really interested in this project, is it still alive ?
and if so is it stable enough for 24/24 ~20player server ?
i've some C++ skill, is it possible for me to write a plugin to set spawn location?
and do plugins API provide things for interact with blocks
(for a rollback plugins)

Thanks. (sorry, English is not my native language)
Title: Re: Is it still alive ?
Post by: Fador on April 04, 2013, 02:46:14 pm
Sure the project is still alive =) I'm working on mineserver whenever I have some time... And I try to keep it working with the latest client in few days after update is available ;)

You can write a plugin to set spawn location, but commands-plugin already has /setspawn but you'll need to have op or admin permissions. I also changed the plugin recently not to show commands in /help which you cannot use. Check here (https://github.com/fador/mineserver/blob/master/plugins/commands/commands.cpp#L946) for complete list of commands.
You can upgrade yourself to an admin in the mineserver.be -testserver using "/auth password" ..since the server is for testing

Someone also made a rollback plugin (https://github.com/fador/mineserver/tree/master/plugins/binlog) but I don't know if it's still supported =/ But there should be all the needed things in the API.

There are still bugs and a lot of missing features but you _can_ use mineserver for normal building etc..
It's relatively stable but it does crash sometimes, I'm trying to fix all of those bugs as soon as I notice them and have time to do something about them.

It would be nice if someone actually used the software and reported back if bugs were found ;) And I'm willing to help with any problems you might have with the server =)

(I'm Finnish and my english might be quite bad sometimes, it's ok ;) )
Title: Re: Is it still alive ?
Post by: DevilGeek on April 05, 2013, 12:37:09 am
Ok, cool i will try to do some things..
Just one question, how can i compile what's on your github under linux ?
is there a makefile or something ?
Title: Re: Is it still alive ?
Post by: Fador on April 05, 2013, 09:45:05 am
We use cmake, so you'll need to install that. You also need to install required libs (those should be in the github readme-file) if they are not already installed.
Then just use "cmake ." and after it's finished you can "make"
Binary output is at bin/ but you will also need to copy files from files/ to bin/ (that includes configs and recipes).

Good luck! ;)
Title: Re: Is it still alive ?
Post by: DevilGeek on April 06, 2013, 11:29:49 pm
ok i will try when i got some times.
Can i ask you what are you currently working on ?
and what's the missing features ?
Title: Re: Is it still alive ?
Post by: Fador on April 07, 2013, 06:28:04 pm
I'm not currently working on anything special.
http://mineserver.be/wiki/ToDo (http://mineserver.be/wiki/ToDo) has a list of missing features but the page might be outdated. And of cource all the new minecraft features are not there.
Title: Re: Is it still alive ?
Post by: Johnie230 on March 07, 2014, 12:11:28 pm
I'm sorry, but how about now?
Title: Re: Is it still alive ?
Post by: Fador on March 10, 2014, 11:40:34 am
We (me + Dilaz) started working on new mineserver.js (https://github.com/mineserver/mineserver.js).

It seems the Minecraft protocol and other stuff have changed to something completely different, might require almost complete rewrite of mineserver structure to make things work again. I have no idea if I'm going to be doing that in the near future..;)
Title: Re: Is it still alive ?
Post by: Fador on January 16, 2016, 01:13:15 pm
Great news!

I'm working on Mineserver to get it up-to-date (working with adding compatibility to 1.8 protocol at the moment)
Title: Re: Is it still alive ?
Post by: sh4nks on January 24, 2016, 11:06:52 pm
Great news!

I'm working on Mineserver to get it up-to-date (working with adding compatibility to 1.8 protocol at the moment)

Awesome! :)
Title: Re: Is it still alive ?
Post by: Fador on January 25, 2016, 09:11:26 pm
Great news!

I'm working on Mineserver to get it up-to-date (working with adding compatibility to 1.8 protocol at the moment)

Awesome! :)

Sure is =)

..and I have a test server up at mineserver.be
Still a lot of known bugs (with furnaces and inventory..) but we're getting there!
Title: Re: Is it still alive ?
Post by: Timatooth on January 29, 2016, 12:08:38 pm
Yuss!  :o
Title: Re: Is it still alive ?
Post by: sh4nks on February 03, 2016, 11:11:45 am
Great news!

I'm working on Mineserver to get it up-to-date (working with adding compatibility to 1.8 protocol at the moment)

Awesome! :)

Sure is =)

..and I have a test server up at mineserver.be
Still a lot of known bugs (with furnaces and inventory..) but we're getting there!

I'll drop by when I have more time :)
Title: Re: Is it still alive ?
Post by: Fador on February 03, 2016, 07:33:11 pm
I already fixed a ton of bugs with chests, furnaces and inventory handling itself so feel free to try the server ;)