tgxn / Backup

A Backup plugin for the Bukkit Server API.
http://bukkitbackup.com
GNU General Public License v3.0
23 stars 14 forks source link

Support for native Bukkit Permissions. #21

Closed tgxn closed 12 years ago

tgxn commented 13 years ago

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

lycano commented 13 years ago

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 commented 13 years ago

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 commented 13 years ago

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

tgxn commented 13 years ago

thanks

Lathanael commented 13 years ago

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 commented 12 years ago

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

Dreytac commented 12 years ago

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 commented 12 years ago

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