alex9849 / advanced-region-market

A Bukkit/Spigot plugin for renting/selling WorldGuard regions
https://www.spigotmc.org/resources/advancedregionmarket.58732/
69 stars 44 forks source link

Signlinkmode - improve region selection #98

Closed jaroslawjanas closed 2 years ago

jaroslawjanas commented 2 years ago

Current Behaviour: In order to select a region, the clicked block must be a part of the region, this is somewhat problematic for shops that usually do not have any blocks as part of their region. The workaround would be to place a temporary block inside the region and click it to select the region (while using the signlinkmode). Then the temporary block must be removed- otherwise, the block used to select the region will get added to the schematic that gets used to restore the region.

However, the problem with the workaround is that you cannot destroy the block while in the signlinkmode.

As a workaround /arm updateschematic can be used to update the restore schematic after removing the block.