josemmo / yamipa

Yet Another Minecraft Image Placing Addon
https://www.spigotmc.org/resources/88709/
MIT License
73 stars 19 forks source link

Restrict max placed size of an image #102

Closed makeevrserg closed 1 year ago

makeevrserg commented 1 year ago

Add configuration to restrict max size for width and height of placed images

Example:

Player with permission yamipa.command.place.width.10 and yamipa.command.place.height.10 can place images with width max by 10x10 blocks If there's no yamipa.command.place.height/width than player is not restricted to place any sizes

josemmo commented 1 year ago

Hi, @makeevrserg!

This feature is out of scope for the project. You can restrict the size of images by giving your players images items instead of letting them use place commands. Check the documentation for more information.