Terrain Control

Terrain Control

235k Downloads

"/tc map [World] [-s size]" size does not work

CosmicVoyager opened this issue ยท 2 comments

commented

Craftbukkit version git-Bukkit-1.0.1-R1-1-g1e6a083-b1602jnks (MC: 1.0.1) (Implementing API version 1.0.1-R2-SNAPSHOT)

TerrainControl v1.2.10

No matter what I put for the size in "/tc map [World] [-s size]", the map is always the same.

example: "/tc map world -s 10 10" and "/tc map world -s 1000 1000" make exactly the same map.

commented

Map created as square. So size is length of edge.
Default size is 200 = map of 200x200 chunks.

commented

"/tc map [World] [-s size] - Create biome map with width and height size in chunks"

I misinterpreted that to mean you had to enter the width and the height where "size" was.

It is working now. Thanks.