SetMinimumWorldBorders (Harvest)
From OxeyeWiki
setMinimumWorldBorders(left, top, right, bottom) | ||
Expands the world so that it will cover the given area. The map's maximum range spans from -4096 to 5120. | ||
Parameter | Expected Type | Description |
left | Number | This is the left coordinate. |
top | Number | This is the top coordinate. |
right | Number | This is a the right coordinate. |
bottom | Number | This is a the bottom coordinate. |
Returns | ||
Returns nothing. |
Example
harvest.setMinimumWorldBorders(0, 0, 3000, 3000)