Bug with mixed-case permissions / bPermissions
TheLecturer opened this issue ยท 1 comments
Hi -
Was getting some weird behaviour with HomeSpawnPlus when using Vault and bPermissions. Turns out it affects other plugins too which use mixed-case permissions e.g. MyPlugin.MyPermission
From the tests done by the HomeSpawnPlus author, it looks like Vault could be causing the issue.
Rather than re-create all the info here, please read the thread on ticket 206 on HomeSpawnPlus bukkit page, link also below.
http://dev.bukkit.org/bukkit-plugins/homespawnplus/tickets/206-warm-up-exempt-not-working/
Thanks!
This is not a Vault issue, vault is permission agnostic, it relays all permissions through to the permission plugin and handles them as-is. Bukkit permissions are explicitly case insensetive. Some permissions plugins attempt to override this behaviour resulting in incorrect behaviour. The best-case I've seen is.. NEVER use case-specific permissions.