Open LordBoos opened 13 years ago
Hmmm, Bukkit Plugin Utilities only understands Permissions and PermissionsBukkit as Permissions plugins for now. So you need the Permissions bridge provided by PermissionsEx.
I don't use PEX, but I guess it is the Permissions.jar
in the package. But Bukkit Plugin Utilities always uses SuperPerms, if no plugin was found. So permissions itself should work.
Fabian
Iam using "Permissions.jar" bridge. But still: [INFO] [xWarp]: No permissions system found until here. A permissions plugin will be maybe activated later.
If i want to use SuperPerms, how can i limit warp creation and set warmups/cooldowns?
I don't see when Permissions get enabled. And SuperPerms doesn't support permission values (like limits).
But setting the permissions.plugin to PermissionsEx won't work.
Fabian
Hmm... what about bPermissions? I think it supports permission value. Can you add support for it?
I can add support for each permissions plugin, but PEX isn't supported as you either can use SuperPerms (with all its pros and cons) or the Permissions adapter. As I said: According to your log, the Permissions bridge never gets enabled or it never informs you that it get's enabled.
If I know how to access permission values in bPermissions, I could add support.
Fabian
I asked author, how its done and he replied me with this: warplimit.0.private:10 warplimit.0.public:10
[INFO] [PermissionsEx] sql backend registered! [INFO] [PermissionsEx] file backend registered! [INFO] [PermissionsEx] PermissionEx plugin initialized. [INFO] [PermissionsEx] Initializing file backend [INFO] [PermissionsEx] Superperms support enabled. [INFO] [PermissionsEx] v1.13 enabled [INFO] [xWarp]: No permissions system found until here. A permissions plugin will be maybe activated later.
Also tried to set permissions.plugin to 'PermissionsEX', but same issue.