PointCylinder is a Minecraft plugin that allows players to create cylinders from three points using WorldEdit. This plugin supports both solid and hollow cylinders.
- Create solid cylinders from three points
- Create hollow cylinders from three points
- Supports specifying block type, height, and thickness
- Asynchronous operations to prevent server lag
- Download the latest release of PointCylinder from the releases page.
- Place the downloaded JAR file into your server's
plugins
directory. - Restart your server to load the plugin.
Create a solid cylinder from three points.
- Usage:
/pcyl <block_type> [height] [-d]
- Permission:
worldedit.generation.pointcylinder
- Description: Allows the player to create a solid cylinder from three points.
Create a hollow cylinder from three points.
- Usage:
//phcyl <block_type> [height] [thickness] [-d]
- Permission:
worldedit.generation.pointhollowcylinder
- Description: Allows the player to create a hollow cylinder from three points.
worldedit.generation.pointcylinder
: Allows the player to create a solid cylinder from three points. Default:op
worldedit.generation.pointhollowcylinder
: Allows the player to create a hollow cylinder from three points. Default:op
- Select three points using WorldEdit.
- Use the
//pcyl
or//phcyl
command with the desired parameters to create the cylinder.
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
For support, please open an issue on the GitHub repository.