Particle Cuboid (Expression) — skript-particle
Addon: skript-particle · Category: Expression · Since: 1.0.0
Syntax
[a] [hollow|solid] cuboid (with|of) length %number%(,| and) width %number%[,] and height %number%Description
Creates a cuboid from a length, a width, and a height, or from two corners. The specified length, width, and height must be greater than 0. Length is the x-axis, width is the z-axis, and height is the y-axis. When defining a cuboid from two corners, the corners can either be vectors or locations/entities. You cannot use both vectors and locations/entities, but you can mix and match locations and entities.When using locations, this is a shape that can be drawn without a specific location. It will be drawn between the two given locations.
Examples
set {_shape} to a solid cuboid with length 10, width 10, and height 10
set {_shape} to a hollow cuboid from vector(-5, -5, -5) to vector(5, 5, 5)
draw the shape of a cuboid from player to player's target