[SPIGOT-908] Add PermissionCheckEvent Created: 22/May/15 Updated: 27/May/15 Resolved: 27/May/15 |
|
Status: | Closed |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | New Feature | Priority: | Minor |
Reporter: | Jannik8500 | Assignee: | Unassigned |
Resolution: | Won't Fix | Votes: | 0 |
Labels: | Craftbukkit, event, spigot |
Description |
I've been thinking that it would be cool if there is a PermissionCheckEvent in Bukkit, like the PermissionCheckEvent of BungeeCord. But why? I don't know if this is possible, please excuse me if that's a bad idea/it's not possible. |
Comments |
Comment by md_5 [ 27/May/15 ] |
The original permission system implementors decided against this. If you really want this it is possible to inject your own PermissibleBase but that is not supported by the API |
Comment by Oliver Dunk [ 26/May/15 ] |
I feel this is bad as it'd essentially create an overlap of an already implemented feature. |
Comment by PickNChew [ 23/May/15 ] |
It's not possible. it wasn't designed for that. |
Comment by Jannik8500 [ 22/May/15 ] |
I know, but how can i add add permissions like '*' in PEX without injecting? |
Comment by LaxWasHere [ 22/May/15 ] |
A permissions plugin already has the ability of giving permissions of unloaded plugins without injecting or anything and permissions plugins are there to make handling permissions, well, easy. |