Cleaned up NMS classes which resulted in their removal. What this mean? Well, it means that plugin now is more resistant to version changes and should have atleast minimal functionality when updating to new minecraft version. Keep in mind that special update will still be needed, but atleast plugin should keep working when transitioning to new, like 1.17, minecraft version without need to wait until new version is out.
Dropped support fort BOSEconomy plugin
Dropped Iconomy5 support. We still support Iconomy6
Dropped LuckPerms4 support. Still supporting LuckPerms5
Dropped support for some legacy permission plugins
Now we will allow teleportation to residence with residence.admin.tp
Fix for cuboidArea selection visualization in case world is not known or was unloaded
New flag: elytra. Can block its usage in residence area. By default nothing will happen and regular behavior will be applied
Small adjustment for /res create command tabcomplete
Option to define /res auto min and max values. This allows to define resulted residence when performing /res auto command which will ether use defined percentage value or will pick value in between defined min and max ones. This allows you to limit how big residence needs to be created when player have access to mega residence area but you might not want to create one straight away and limit it to like 50% of players limits. Player can always expand it later if needed with regular commands
Added better support for LWC plugin to prevent player from locking chests if player doesn't have container flag.
Small fix for anchor flag check being fired twice
Now anchor flag will take into consideration if player has res admin toggled on
Plugin size dropped by 48KB. This is for the preparations for Maven support so other plugin developers can have simpler way to integrate residence plugin in theirs. One of the reasons why I had to drop some of the old plugin supports, to simplify process.