Inactive [ADMN/SEC] bPermissions v2.9.2 - no support on this post, ask for support on bukkitdev [1.2.5]

Discussion in 'Inactive/Unsupported Plugins' started by codename_B, Jul 21, 2011.

  1. Offline

    codename_B

    kahlilnc, Lappy, Gobiel and 4 others like this.
  2. Offline

    midget_3111

    Okay, thanks
     
  3. Offline

    bluehasia

    ok im having a issue here. it seems to work one day then the next it makes everone only have permsion to build, even the other nodes in the default file dont work any more and doing a command /nodereload gives me a message back like unrecognized commend
     
  4. Offline

    snowboundmage

    Well, im having this wierd thing with admins/ops. It varies from time to time
    1)sometimes the admins can't use admin commands or /nodereload
    b)sometimes the server cant use any bpermissions commands
    2)sometimes the admins can't use admin commands or /nodereload
    b)sometimes the server can only use nodereload once then an internal error occurs.
    3)sometimes, when an admin/op logs in, "Could not pass event PLAYER_LOGIN to bpermissions"
    Whener 1 or 2 occurs, this message is in console:
    Unexpected exception while parsing console command
    org.bukkit.command.commandexception:Unhandled exception executing command 'nodereload' in plugin bpermissions v1.1b

    That was copied by hand, so there might be a mistake or 2, and i am not typing out the rest now.
     
  5. Offline

    codename_B

    That's caused by an incompatability with this plugin and spout/mcmmo/lwc/one of the other plugins you are running. Ask the dev to udpate them for SuperPerms. It's not an issue with this plugin.
    That's caused by an incompatability with this plugin and spout/mcmmo/lwc/one of the other plugins you are running. Ask the dev to udpate them for SuperPerms. It's not an issue with this plugin.
     
  6. Offline

    snowboundmage

    ok cool, i am running spout and lwc, plus who knows how many other plugins...Thanks for the clarification!
     
  7. Offline

    Xilador

    ok so say if you name a world awesome
    the file would be groups/awesome?
    you are a very pateint man for answering all these question
    edit: also i cant build I dont know why im in a group with the permission on it
     
  8. Offline

    xsolar66

    Not sure if this helps, but the config.yml file is currently:

    default: *groupname*

    if it could become:

    worldname:
    default: *groupname*

    ...not that i know ANYTHING about how to code or how plugins work. haha.
    Cheers again =)
     
  9. Offline

    skeletonofchaos

    What's the nature of the conflict with Spout because I've never had any trouble.
     
  10. Offline

    codename_B

    Personally, not a clue.
    Only happens when people use outdated versions of spout (which is fairly common)
     
  11. Offline

    skeletonofchaos

    Ah so if they use the latest version they are fine? That's good because for my spout plugin I have a link to this for managing super perms.
     
  12. Offline

    codename_B

    You'd be surprised how many people use outdated versions and complain that my plugins don't work with them...
     
  13. Offline

    Rocky

    Yeah, thats a necessary node.

    Good work!

    I've been somewhat busy myself with other things (Comptia A++ Certification) so i'll get around to that documentation sometime soon.
     
  14. Offline

    xsolar66

    Hate to bug you again, codename, but I've finally given in and swapped over to bPermissions.

    I also came across a small bug- when a player changes worlds, they dont obtain the permissions from their world-group until after using /nodereload in the console.
     
  15. Offline

    codename_B

    That shouldn't be the case - but I'll look into it. Thanks.
     
  16. Offline

    xsolar66

    glad that's all fixed =)

    Looking forward to v1.2, and those default groups. WAHWAHWAHWAH

    oh and, world mirroring / world inheritance. Yeah. would be awesome. :)

    [diamond][diamond][diamond][diamond]
     
  17. Offline

    andreblue

    Got the error below
    Show Spoiler

    2011-08-09 11:24:53 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-08-09 11:24:53 [SEVERE] Could not load 'plugins\BananaPermissionsBridge.jar' in folder 'plugins':
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:207)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:130)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: com/ubempire/permissions/PermissionHandler
    at com.nijiko.permissions.PermissionHandler.<init>(PermissionHandler.java:15)
    at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:13)
    ... 13 more
    Caused by: java.lang.ClassNotFoundException: com.ubempire.permissions.PermissionHandler
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    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(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 15 more
    2011-08-09 11:24:53 [SEVERE] Could not load 'plugins\bPermissions.jar' in folder 'plugins':
    java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:60)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:207)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:130)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  18. Offline

    codename_B

    Looks like your download corrupted - redownload.
     
  19. Offline

    andreblue

    i did
    5 times
     
  20. Offline

    snowboundmage

    Make a new, fresh craftbukkit server, and place both the plugins in there, then see what happens(just the .jars, not the config folders).
     
  21. Offline

    bond654

    I am writing bPermission.build but nothing is happenig I am also set to a group wath am I doing wrong?? :(
     
  22. Offline

    snowboundmage

    did you use /nodereload
     
  23. Offline

    bond654

    yes and I can still not do anything
    but I removed the program and installed it again then it worked :)
     
  24. Offline

    razorasadsid

    Well, i registered just to ask this.
    Im kinda really confused, ive never used permissions before and mostly just group manager and CPerms. (command based) When i install this i just get a config.yml with a default:groupname. What do i do after that? Even a simple text tutorial would be nice, do i create the folders and files myself or whut?

    Also
    can doing - -node.idont.wanttogivethisgroup work? Or is there another way to sort of cancel out other nodes. so i can just give a group - * and still use certain nodes per group
     
  25. Offline

    kooothor

    Hello,
    Can we stop having all these messages logged pls ?
    I tried commenting out the lines in the code but it didn't work... (I still have the messages) :/
     
  26. Offline

    rcircuit

    the best and easiest to use permissions plugin ive ever tried!
    i give 5 stars
     
    Ross Gosling likes this.
  27. Offline

    Sayshal

    How soon can we expect compatability with LWC? D:
     
  28. Offline

    Drat333

    Are there negative nodes, like '- -a.node' blocking out the a.node permission (for example)? Because since this is backwards compatible with Perms 2.x/3.x, I would assume so, but you didn't mention it.
     
  29. Offline

    Don Redhorse

    hi... nice to see a plugin which handels permissions easily.

    Several questions though:

    You said there is no recursive inheritiance, so can a player be in multiple groups (which would be cool)?
    Any Chance for Adding "Tracks" and / or limiting "admins" which groups they are allowed to use with setgroup?
    Are you working on negative nodes (see questions above this)? I know they are not really necessary but it makes it easier.
    What is the state about Worldinheritance or how do you configure it?

    Reasons for above mentioned questions is the following setup:

    Creative World and Creative Nether = Same Rights
    Surival World and Survival Nether = Same Rights
    but Creative and Survial have different rights for the same group

    Moderators should not be able to raise the group level over Builders or any of the special groups, Admins should be.

    Some special groups are there which allow different kits and have special permissions for specific plugins, for example Minecraft Mania, WormHoleExtereme etc... I mainly want to give those groups to people who know how to use those plugins, not the average Moderator.

    if you are already able to do this please enlighten me how that can be done ;-)
     
  30. Offline

    Ross Gosling

    i agree, very simple and easy and i LOVE it =)

    @codename_B

    -1 How do you add titles infront of groups names

    -2 How can you give access to all commands usually - '*'

    -3 How can you give access to desending commands usually - node.* on normal permissions

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  31. Offline

    ACallander

    How come when I use the /setgroup it gives me an internal error and the user has to sign out and back in and they are set on permissions?

    Also, can I use this plugin to display a "Welcome - line 1, Rules: /rules - line 2, Who: /who - line 3" with this plugin?
     

Share This Page