xZise / xWarp

Teleport plugin for Bukkit.
http://dev.bukkit.org/server-mods/xwarp/pages/main/
8 stars 7 forks source link

PermissionsEx #7

Open LordBoos opened 13 years ago

LordBoos commented 13 years ago

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

xZise commented 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

LordBoos commented 13 years ago

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?

xZise commented 13 years ago

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

LordBoos commented 13 years ago

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

xZise commented 13 years ago

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

LordBoos commented 13 years ago

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

xZise commented 13 years ago

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

Fabian