Closed stvncao5 closed 11 years ago
Can you post an error using the latest version? Some of the code has changed, and it may not be exactly the same problem.
Also, pastebins work fine as long as you set them to never expire.
Hmm, this is strange, the issue has just suddenly vanished. Sorry for wasting your time. I suspected that this wasn't an issue of permissions configuration, because I would've noticed other problems too, but I did not.
I'm glad to hear that it is working. Let me know if you have any other issues.
I thought this was a pretty strange issue as StackableItems is ONLY having a problem with bPermissions. When tested with PermissionsEx (or any other plugin for that matter), the plugin ran fine.
I was using CraftBukkit Beta Build 1.4.7 R0.1, along with StackableItems v.0.9.1 (the new update didn't fix it) and bPermissions v2.10.3.
Oh, and as an extra note, bPermissions didn't cause any other plugins to error upon start up.
Here was my error from before (should I just post a PasteBin link?):
Error occurred while enabling StackableItems v0.9.0.1 (Is it up to date?) java.lang.NoSuchMethodError: de.bananaco.bpermissions.api.World.getAll
(Lde/bananaco/bpermissions/api/util/CalculableType;)Ljava/util/Set; at net.milkbowl.vault.permission.plugins.Permission_bPermissions2.getGroups
(Permission_bPermissions2.java:186) at haveric.stackableItems.Perms.getGroups(Perms.java:64) at haveric.stackableItems.SIItems.loadGroupItemFiles(SIItems.java:116) at haveric.stackableItems.SIItems.reload(SIItems.java:109) at haveric.stackableItems.SIItems.init(SIItems.java:65) at haveric.stackableItems.StackableItems.onEnable(StackableItems.java:44) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin
(JavaPluginLoader.java:457) at org.bukkit.plugin.SimplePluginManager.enablePlugin
(SimplePluginManager.java:381) at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:282) at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins
(CraftServer.java:264) at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321) at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300) at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259) at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149) at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399) at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)