Posts: 95
Threads: 11
Joined: Nov 2014
Thanks: 7
Given 8 thank(s) in 7 post(s)
I've noticed that the server sometimes doesn't manage blocks quite properly.
For instance, if I place a few blocks during construction ... some will disappear. I especially see this if I use a plugin to (like WorldEdit) to place blocks. If I use the web interface to save all the world's chunks and then restart the server, the blocks magically reappear.
Any ideas on this?
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
How often does that happen? I haven't seen such behavior yet. Do you have any special plugins, besides Core and WE? Although I doubt they could be the cause, but still, for completeness' sake. And about reappearing, do the blocks reappear, too, if you go far away from the place (so that the chunk is unloaded from the client) and then come back?
Posts: 681
Threads: 26
Joined: May 2014
Thanks: 112
Given 48 thank(s) in 37 post(s)
11-19-2014, 05:00 AM
(This post was last modified: 11-19-2014, 05:00 AM by sphinxc0re.)
I am also thinking of this as a client-sided problem. Check the list:
- do you have the right java version(6 or 7, 8 is not supported yet)
- is the Java installation th right one for your system? (x86, x64)
- does your minecraft installation have enough RAM?
- etc...
Posts: 95
Threads: 11
Joined: Nov 2014
Thanks: 7
Given 8 thank(s) in 7 post(s)
I wonder if if it has to do with the fact that I have two worlds with the same seed.
Are the chunks cached by world name or by seed?
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
Having two worlds might be relevant. It should not matter, the worlds are completely separated, but perhaps there's something we missed.
The same seed won't matter at all, that's only used for setting up the world generator.