1
Discussion / Re: Is Mineserver dead?
« on: April 03, 2012, 01:29:21 pm »
Mineserver1 is working with current client
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
1.) "Invalid configuration at line 13 of config.cfg"Check that there's spaces around = and also false is written in small-case-characters
2.) Mobs don't spawnYeah, no mobs yet :/
3.) The whitelist doesn't workAh yes. We'll look into this problem.
4.) No damage?Nah, Just because only drowning damage is currently implemented Lava and falling damage are not yet there.
5.) Map irregularitiesSomeone else also saw this problem and we will check it out
I noticed that the adjacent chunks don't always line up.
No trees; someone else had the same problem. That's a much bigger issue in my opinion. How am I supposed to make a pick with no wood?Nope, no trees yet :/ Map generator does not yet add those but you can "spawn" tree-like things by placing saplings on the ground
Ores. There are none. None that I could find, anyway. I haven't gone digging much, but I searched through the humongeous cave complex that the mismatched chunk opened up to me and I couldn't find any.Yeah, Map generation is still little incomplete. So ores are not there yet :/ But will be soon I hope.
6.) Scripting?Oh, That Minepedia style is little confusing. Apparently the background color tells you in what state it is. Our background color tells that it's planned feature But, plugin-system is in progress and when that is done we can make lua plugin for scripting purposes.
On Minepedia it states that your server allows Lua scripting on it. However, I can't find any documentation on how to add such scripting. I'd really like to be able to mod my server a lot (there's lots I want to do with it). Can you help me out with this?
7.) GUIWe'll check this
I notice there are slight glitches with the command-line "GUI" that your server uses, such as left-over text that appears in blanks, and the fact that backspace... doesn't exactly work (it moves the cursor back and allows you to write over the current text, but doesn't actually erase the text you're backing over).
8.) Server-side commands?Server-side commands should work same as they work in-game. Like "/settime 0" should work. There might be some problems with config files you got with zip you downloaded. Could you paste the full name of that zip file so I can check it out?
I've tried to issue certain commands from the server GUI, and they do not appear to work. I can issue server-wide announcements, though. Is this not supported, or are there specific commands I need to use? If not, this is something I'd like to see in the near future.
9.) Banning?We'll look into this
Banning seems to only work if you specifically add the name to the banned.txt file. I can't seem to ban people using the /ban command from my client. At least, it didn't work on me (as an admin) unless I added myself to the text file.
10.) Custom commands?Currently it can only be done by modifying the code, but after the plugin system is done we hope that this can be archieved with scripting.
I'd like to add my own commands for admins/ops to use, like a clear inventory command to punish those using haxors to get items, or a sethome command to set where /home takes you (could be for members, too). I haven't found any documentation on this. Is it possible for me to do this without going in and modifying the source code and re-compiling?