SRegionProtector

SRegionProtector 30.1

Changelist:
New permission system
Now you can set max region amount and max region size for the regular players without creating new permissions (see Wiki)
Also, instead of creating new permissions in the config, now you can just give player group permission "sregionprotector.region.size.DESIRED_MAX_SIZE" and "sregionprotector.region.amount.DESIRED_MAX_AMOUNT"
Fixed owners (not creator) can remove region
Fixed admins cant sell region
Fixed admins cant take region from sale
Form UI DEMO
To open ui use /rg gui [REGION: optional]
To change ui type from chest ui to form, change "gui-type" to "form" in config.yml
Prevent nether portal from being created in region
Globally enabled
Enabled in all regions by default
GUI
see /rg gui [region: optional]
Changelist:
  • Admin update notifier (player will see update notify while joining if has "sregionprotector.update-notify" permission, can be disabled in config)
  • Heal flag fix
  • explode block break flag fix
  • other small fixed and improvements
Changelist:
  • SQLite support - settings in PLUGIN_FOLDER/DB/sqlite.yml
  • MySQL support - settings in PLUGIN_FOLDER/DB/mysql.yml
  • PostgreSQL support - settings in PLUGIN_FOLDER/DB/postgresql.yml
  • Migrate command - allows to copy all regions from one provider to another
  • plugin jar no longer contains libraries, so only required libraries will be loaded
DB table name for regions: srpregion
DB table name for flags: srpflags
Allow & deny instead of true & false
Changelist:
  • NPE fix
  • Auto save can be disabled, see "auto-save" in the config
Top