Posts: 59
Threads: 1
Joined: Dec 2011
Thanks: 0
Given 1 thank(s) in 1 post(s)
12-24-2011, 01:26 AM
(This post was last modified: 12-24-2011, 01:32 AM by mtilden.)
I've tried some of the obvious bugs like the double chest so the list is pretty accurate from what I can tell.
So far I've added MaxPlayers and Description support in the settings.ini under Server section because having those as static strings was bugging me a bit, not really a bug, just odd that they weren't there already.
I'll be looking into various bugs and generally trying to replicate MC default functionality where necessary.
Thanks for the info and fast replies.
Posts: 160
Threads: 31
Joined: Oct 2011
Thanks: 0
Given 0 thank(s) in 0 post(s)
12-24-2011, 01:50 AM
(This post was last modified: 12-24-2011, 01:51 AM by rs2k.)
I've been too busy to commit for a while now, I hope to get more time in the near future though. I'm glad to see others are committing. Bukkit and vanilla servers are too broken to use reliably, so this server is all there is imo.
Posts: 59
Threads: 1
Joined: Dec 2011
Thanks: 0
Given 1 thank(s) in 1 post(s)
12-24-2011, 09:16 AM
(This post was last modified: 12-24-2011, 09:17 AM by mtilden.)
I have edited the post with a pastebin link, if that doesn't work please suggest a file upload site that's not too cumbersome to download from.
It might be useful if I was able to simply attach the .patch file to a post
Posts: 59
Threads: 1
Joined: Dec 2011
Thanks: 0
Given 1 thank(s) in 1 post(s)
Thanks, I'm not sure about the chunkmap pointer so hopefully I can diff and see what you mean.
I set it to default to 9001 because that's what the default showed in MCServer, I basically left it so if MaxPlayers and Description weren't set in settings it would default to the normal ones, a seamless update, if you will.
I'll be more careful in the future.