0.9.19
Details
-
FilenamezPermissions-0.9.19.jar
-
Uploaded by
-
UploadedMay 5, 2013
-
Size284.51 KB
-
Downloads1,669
-
MD5e92e2da55b8ed2e4e4cf72058bb53e4d
Supported Bukkit Versions
- CB 1.5.2-R0.1
Changelog
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.