Please read this, as there is a highly recommended manual config change.
There was a longstanding bug with /ps get where the description shown would be (xradius x yradius), which is wrong, because the actual dimensions of the region are xradius*2+1 by yradius*2+1. I've decided to take this as an opportunity to add
descriptions for protection blocks.
I will be keeping the incorrect radiusx and radiusy to avoid confusing server owners, but I highly recommend doing what I say below.
There is now a new config option in the block config called "description". This should be shown instead of the old message for describing blocks in /ps get. In order for this message to be shown, you need to either reset messages.yml (delete it, the plugin will regenerate with default), or
change the "gui_block" field to:
Code (Text):
'&7> &b%alias% &7- %description% (&f$%price%&7)'
Other new features:
- Added allowed_types_to_merge_into config option, allowing control over which types of regions a region type can merge into
- Added the ability to prevent owners from overlapping their own region ("none" option for allow_other_regions_to_overlap)
Fixes:
- Fixed tenant from being listed as seller in /ps info
- Fixed random errors from renting regions while removing region owners