- Contributors
- skqGeometry team (made the algorithms)
- Supported Minecraft Versions
- 1.8
- 1.9
- 1.10
- 1.11
SexyShapes
SexyShapes is essentially a remake of skqGeometry using it's algorithms (shortened a bit) and with a working cube generator. You can do lots of cool things with SexyShapes because unlike skqGeometry, SexyShapes returns locations instead of just limiting you to making particles. With these locations, you can use the shapes to do anything you want! SexyShapes currently includes 7 shapes:
- Helix
- Tornado
- Sphere (3D)
- Circle (2D)
- Line (from location to location)
- Plane
- Cube
Pictures
Here are some cool images showing off what SexyShapes is capable of:
Cube
Helix
Tornado
Rotatable Circles
Planes
Line
Sphere
Usage
Usage is pretty simple:Here are some cool images showing off what SexyShapes is capable of:
Cube
Helix
Tornado
Rotatable Circles
Planes
Line
Sphere
Usage
- Helix
helix(location, radius, angle, ascend, size) - Tornado
tornado(location, radius, angle, ascend, size)
- Sphere
sphere(location, radius, angle) - Circle
circle(location, radius, angle, rotation) - Line
line(location, location, density)
- Plane
plane(location, location, density) - Cube
cube(location, location, density)
Demo
You can find a demo script here. The commands are premade and don't have any arguments, they are "hardcoded" so that you hopefully don't crash your server by trying to make a shape much larger than it can handle. If you want to do such a thing, feel free to edit the demo script to your needs. The commands are:- Cube (from your location to targeted block)
/cube
- Plane (from your location to targeted block)
/p
- Line (from your location to targeted block)
/l - Circle
/c - Sphere
/s
- Helix
/h
- Tornado
/t
Requires
- skQuery
- Skript 2.2+ (pref. Bensku dev25)