promotional bannermobile promotional banner

zPermissions

zPermissions

File Details

0.9.19

  • B
  • May 5, 2013
  • 284.51 KB
  • 1.8K
  • CB 1.5.2-R0.1

File Name

zPermissions-0.9.19.jar

Supported Versions

  • CB 1.5.2-R0.1

0.9.19

This version will upgrade your config.yml to add the new option: region-managers

  • Catch when a command has been given too many arguments and complain accordingly. (ToHPluginUtils)
  • Upgrade WorldGuard and WorldEdit dependencies to latest. Check for null RegionManager.
  • Reorganize code.
  • Minor optimization to in-memory handling of metadata.
  • Abstract out region support.
  • Add region support for Residence.
  • Minor change to region plugin detection to allow removal of softdepend on WorldGuard, Residence.
  • Remove track case-sensitivity. (This affects all rank-related commands like promote, demote, etc.)
  • Add track-related methods to ZPermissionsService. (For Vault, etc.)
  • Add aliases to set/unset Vault-related metadata. See the aliases section in the commands doc.
  • Add hidden option to turn off optimization when setting PermissionAttachment permissions. The new option is optimize-set-permissions (defaults to true) and is only required to be false for certain non-CraftBukkit implementations of the Bukkit API, like MCPC+.

The new region-managers option

zPermissions will use the first region plugin it detects for its region support. The default order is WorldGuard then Residence. If you happen to have both WorldGuard and Residence installed and prefer Residence, simply change the order using the region-managers option.

Vault support

An upcoming version of Vault (most likely 1.2.26) will allow better control over what is considered a player's "primary group." See the Vault support doc for details. Note the new aliases make this somewhat more convenient.