sphere v2

sphere v2
582 Downloads

Builds the surface of a sphere out of blocks.

 

Requirements

Minescript v3.1
command execution: /setblock, /fill

 

Usage

\sphere X Y Z RADIUS BLOCK_TYPE

Builds the surface of a sphere centered at location (X, Y, Z) with radius RADIUS made of BLOCK_TYPE.

 

Version 2 is significantly faster than version 1 due to the use of
BlockPacker and
BlockPack which were introduced in Minescript v3.1.

 

Example
Creates a sphere centered at the current player with radius 20 made of yellow concrete:

\sphere ~ ~ ~ 20 yellow_concrete

 

Author: maxuser

Version: 2

sphere v1

sphere v1
434 Downloads

Builds the surface of a sphere out of blocks.

 

Requirements
command execution (setblock)

 

Usage

∖sphere X Y Z RADIUS BLOCK_TYPE
Builds the surface of a sphere centered at location (X, Y, Z) with radius RADIUS made of BLOCK_TYPE.

 

Example

Creates a sphere centered at the current player with radius 20 made of yellow concrete:

∖sphere ~ ~ ~ 20 yellow_concrete

 

Author: maxuser@minescript.net

Version: 1

cylinder v1

cylinder v1
519 Downloads

Builds the lateral surface of a cylinder out of blocks.

 

Requirements
command execution (setblock)

 

Usage

∖cylinder X Y Z RADIUS HEIGHT BLOCK_TYPE
Builds the lateral surface of a cylinder with a base circle centered at location (X, Y, Z) with radius RADIUS, height HEIGHT, made of BLOCK_TYPE.

 

Example

Creates a cylinder centered at the player’s current location, with radius 20 blocks, 5 blocks high, made from blocks of yellow concrete:

∖cylinder ~ ~ ~ 20 5 yellow_concrete

 

Author: maxuser

Version: 1