m8ii wrote:No lava at spawn center.
m8ii wrote:If i build something far away (20000, 1, 20000), protect it, will it be deleted by shrink or other way?
lag01 wrote:m8ii wrote:If i build something far away (20000, 1, 20000), protect it, will it be deleted by shrink or other way?
As it will have protection block in it, it should be saved. But, unlike 1500 block radius around spawn, it is at risk to be cut on block boundary.
if pos[0]**2 + pos[2]**2 < (160/16)**2 and pos[1]>(-60/16): #160 nodes radius and 60 nodes deep
lag01 wrote:m8ii wrote:So square area from [-1500,x,-1500] to [1500,x,1500] is safe for building, cut is out of it?
Good thing you reminded me...
Next time i do mapshrink,
i will set remap.py code to 1600 nodes around spawn. (+ all blocks on entire map it will detect as used by players, of course)
- Code: Select all
if pos[0]**2 + pos[2]**2 < (160/16)**2 and pos[1]>(-60/16): #160 nodes radius and 60 nodes deep
m8ii wrote:Server is offline often.
Users browsing this forum: Diamond knight and 3 guests