xWarp

37k Downloads

PermissionsEx

LordBoos opened this issue ยท 7 comments

commented

[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.

commented

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

commented

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?

commented

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

commented

Hmm... what about bPermissions? I think it supports permission value. Can you add support for it?

commented

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

commented

I asked author, how its done and he replied me with this:
warplimit.0.private:10
warplimit.0.public:10

commented

I saw it on BukkitDev, but how I could get this value? I already asked him, and hopefully he answers soon.

Fabian