mineserver icon indicating copy to clipboard operation
mineserver copied to clipboard

Custom Minecraft server software written in C++ for Windows and Linux

Results 12 mineserver issues
Sort by recently updated
recently updated
newest added

Iterator comparisons in the ChunkMap caused exceptions to be thrown; changed iteration to go by map.size(). Done in VS2012

All mobs lag on the server, what wrong? PS CPU - i3:2100 RAM - 6gb

bool Map::generateLight(int x, int z, sChunk\* chunk) --- line 537 int index = block_y + blocky_blockz; +++ line 537 int index = block_x + blocky_blockz; to fix it...

Can't destory a bed... If you try to destroy it, only one of the two parts will "disappear", you can "destroy" the other part but it will only "disappear", if...

Hi, When I'm trying to compile mineserver in ArchLinux x86_64 envorinoment, I get this: ``` [rz2k@Derneuca mineserver]$ make all Linking CXX executable ../bin/mineserver /usr/bin/ld: CMakeFiles/mineserver.dir/tools.cpp.o: undefined reference to symbol 'clock_gettime@@GLIBC_2.2.5'...

Recipes in mineserver are outdated, new recipes need to be added and old one fixed to match Minecraft ;)

Features

Especially on the edge of biomes trees seem to be missing their entire canopy. This results in weird looking standalone trunks of logs. This is a somewhat uncommon occurrence, but...

When player drops item using q the item drops always in the same direction regardless of where user is watching.

Bugs