Skip to content

A plugin that allows you to create a cylinder from three points

License

Notifications You must be signed in to change notification settings

TWME-TW/PointCylinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PointCylinder

PointCylinder is a Minecraft plugin that allows players to create cylinders from three points using WorldEdit. This plugin supports both solid and hollow cylinders.

Features

  • 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

Installation

  1. Download the latest release of PointCylinder from the releases page.
  2. Place the downloaded JAR file into your server's plugins directory.
  3. Restart your server to load the plugin.

Dependencies

Commands

//pcyl

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.

//phcyl

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.

Permissions

  • 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

Usage

  1. Select three points using WorldEdit.
  2. Use the //pcyl or //phcyl command with the desired parameters to create the cylinder.

License

This project is licensed under the Apache License 2.0. See the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

Support

For support, please open an issue on the GitHub repository.

About

A plugin that allows you to create a cylinder from three points

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages