Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for native Bukkit Permissions. #21

Closed
tgxn opened this issue Oct 10, 2011 · 8 comments
Closed

Support for native Bukkit Permissions. #21

tgxn opened this issue Oct 10, 2011 · 8 comments
Labels
Milestone

Comments

@tgxn
Copy link
Owner

tgxn commented Oct 10, 2011


Change permissions for bukkit default perms support - Should be fairly simple.


Great plugin. Just started running a server again and this is something I was definitely missing last time.

Permissions don't seem to be working with PermissionsBukkit. It works fine when I make myself OP. Running 1.8.1 on RB #1240 with PermissionsBukkit 1.2k.

http://forums.bukkit.org/goto/post?id=734613#post-734613

@ghost ghost assigned tgxn Oct 10, 2011
@lycano
Copy link

lycano commented Oct 10, 2011

this plugin doesnt support PermissionsBukkit natively. If we want to support is then we have to make a permissions class with a handler for this.

But if you use PEX with PermissionsCompat Layer we dont have a problem at all =)

@tgxn
Copy link
Owner Author

tgxn commented Oct 10, 2011

I'm not too sure on this subject, as i see it, it would be good if we had full support for all permissions systems, but i'm not too sure how hard this would be to implement, can you please give me an idea of this?

I dont see a problem with adding a new permissions handler class.

@lycano
Copy link

lycano commented Oct 11, 2011

Well its just an Enum and a getHandler() method inside a Class ^^ i will look into it asap

@ghost ghost assigned lycano Oct 11, 2011
@tgxn
Copy link
Owner Author

tgxn commented Oct 13, 2011

thanks

@Lathanael
Copy link

This is quite easy to obtain tbh. You just do a player.hasPermission(String Perm), You could tie it to a check if PEX or any other Perm System is not running to use the native method.

@halvors
Copy link

halvors commented Jan 21, 2012

I have the same problem, you should support Bukkit's actually Permissions system, Superperms.

@Dreytac
Copy link

Dreytac commented Jan 28, 2012

Heh. Didn't realise the plugin doesn't support built-in permissions. Finally fixed the loading issue but I still can't do manual backups because of the permissions system.

@tgxn
Copy link
Owner Author

tgxn commented Jan 28, 2012

I'll be working on this as a priority in the next release. :)

@tgxn tgxn closed this as completed in 21e2cdc Feb 1, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants