05-06-2013, 06:13 AM
I think that's because it has a separate inventory for each gamemode. The map starts in adventure, switches to creative and then to survival. So in server.properties we just need to set the starting gamemode to 0 instead of 2
if(!server){
server=!server;
}
server=!server;
}