Vault

Vault

7M Downloads

bpermissions issues.

deathmarine opened this issue ยท 1 comments

commented

Submitted on Ultrabans.

What steps will reproduce the problem?

  1. Install UltraBans, Vault, and bPermissions
  2. Configure UltraBans with MySQL
  3. Use Commands

What is the expected output? What do you see instead?
I expected it to ban players like it supposed to. I see a huge exception instead.
http://pastebin.com/WhrVQ7tY

What version of the product are you using?
UltraBans 0.1.4, Vault 1.1.8-b105, bPermissions 2.0.1, CraftBukkit 1578

Do you have an error log of what happened?
http://pastebin.com/WhrVQ7tY

Part of pastebin:

Caused by: java.lang.NoClassDefFoundError: de/bananaco/permissions/worlds/HasPermission
at net.milkbowl.vault.permission.plugins.Permission_bPermissions.playerHas(Permission_bPermissions.java:89)
at net.milkbowl.vault.permission.Permission.has(Permission.java:87)
at com.modcrafting.ultrabans.commands.Ban.onCommand(Ban.java:55)
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
... 12 more
Caused by: java.lang.ClassNotFoundException: de.bananaco.permissions.worlds.HasPermission
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 16 more

Lastly:
Not sure if there is an issue with this guys setup however considering that the stacktrace points to bpermissions I figured I'd let you guys know.

commented

Nevermind... just noticed issue 34... Man you guys are on the ball.